Ejemplo n.º 1
0
 def whatsthis_btn_clicked(self):
     """
     Slot for the What's This button
     """
     QWhatsThis.enterWhatsThisMode()
Ejemplo n.º 2
0
 def whatsthis_btn_clicked(self):
     'Slot for the What\'s This button'
     QWhatsThis.enterWhatsThisMode()
Ejemplo n.º 3
0
 def whatsThisButtonClicked(self):
     """
     Slot for the What's This button.
     """
     QWhatsThis.enterWhatsThisMode()
Ejemplo n.º 4
0
 def whats_this(self):
     from PyQt4.Qt import QWhatsThis, QDialog
     QWhatsThis.enterWhatsThisMode()
Ejemplo n.º 5
0
 def whats_this(self):
     from PyQt4.Qt import QWhatsThis, QDialog
     QWhatsThis.enterWhatsThisMode()
Ejemplo n.º 6
0
 def whatsthis_btn_clicked(self):
     """
     Slot for the What's This button
     """
     QWhatsThis.enterWhatsThisMode()
Ejemplo n.º 7
0
 def whatsThisButtonClicked(self):
     """
     Slot for the What's This button.
     """
     QWhatsThis.enterWhatsThisMode()
Ejemplo n.º 8
0
 def whatsthis_btn_clicked(self):
     'Slot for the What\'s This button'
     QWhatsThis.enterWhatsThisMode()