Пример #1
0
 def whatsthis_btn_clicked(self):
     """
     Slot for the What's This button
     """
     QWhatsThis.enterWhatsThisMode()
Пример #2
0
 def whatsthis_btn_clicked(self):
     'Slot for the What\'s This button'
     QWhatsThis.enterWhatsThisMode()
Пример #3
0
 def whatsThisButtonClicked(self):
     """
     Slot for the What's This button.
     """
     QWhatsThis.enterWhatsThisMode()
Пример #4
0
 def whats_this(self):
     from PyQt4.Qt import QWhatsThis, QDialog
     QWhatsThis.enterWhatsThisMode()
Пример #5
0
 def whats_this(self):
     from PyQt4.Qt import QWhatsThis, QDialog
     QWhatsThis.enterWhatsThisMode()
Пример #6
0
 def whatsthis_btn_clicked(self):
     """
     Slot for the What's This button
     """
     QWhatsThis.enterWhatsThisMode()
Пример #7
0
 def whatsThisButtonClicked(self):
     """
     Slot for the What's This button.
     """
     QWhatsThis.enterWhatsThisMode()
 def whatsthis_btn_clicked(self):
     'Slot for the What\'s This button'
     QWhatsThis.enterWhatsThisMode()