Example #1
0
 def __init__(self):
     NsHook.__init__(self, ns.Notifications.USER_ONLINE)
     self.button.setEnabled(True)
     self.dialog = UserOnlineDialog(self, self.eventType)
     self.button.clicked.connect(self.dialog.show)
Example #2
0
 def __init__(self):
     NsHook.__init__(self, ns.Notifications.NEW_GAME)
     self.button.setEnabled(True)
     self.dialog = NewGameDialog(self, self.eventType)
     self.button.clicked.connect(self.dialog.show)
Example #3
0
 def __init__(self):
     NsHook.__init__(self, ns.Notifications.USER_ONLINE)
     self.button.setEnabled(True)
     self.dialog = UserOnlineDialog(self, self.eventType)
     self.button.clicked.connect(self.dialog.show)
Example #4
0
 def __init__(self):
     NsHook.__init__(self, ns.Notifications.NEW_GAME)
     self.button.setEnabled(True)
     self.dialog = NewGameDialog(self, self.eventType)
     self.button.clicked.connect(self.dialog.show)
Example #5
0
 def __init__(self):
     NsHook.__init__(self, ns.Notifications.GAME_FULL)