Example #1
0
 def whatsthis_btn_clicked(self):
     """
     Slot for the What's This button
     """
     QWhatsThis.enterWhatsThisMode()
 def whatsthis_btn_clicked(self):
     'Slot for the What\'s This button'
     QWhatsThis.enterWhatsThisMode()
Example #3
0
 def whatsThisButtonClicked(self):
     """
     Slot for the What's This button.
     """
     QWhatsThis.enterWhatsThisMode()
Example #4
0
 def whats_this(self):
     from PyQt4.Qt import QWhatsThis, QDialog
     QWhatsThis.enterWhatsThisMode()
Example #5
0
 def whats_this(self):
     from PyQt4.Qt import QWhatsThis, QDialog
     QWhatsThis.enterWhatsThisMode()
 def whatsthis_btn_clicked(self):
     """
     Slot for the What's This button
     """
     QWhatsThis.enterWhatsThisMode()
Example #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()