コード例 #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
ファイル: GamessProp.py プロジェクト: elfion/nanoengineer
 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
ファイル: PM_Dialog.py プロジェクト: elfion/nanoengineer
 def whatsThisButtonClicked(self):
     """
     Slot for the What's This button.
     """
     QWhatsThis.enterWhatsThisMode()
コード例 #8
0
 def whatsthis_btn_clicked(self):
     'Slot for the What\'s This button'
     QWhatsThis.enterWhatsThisMode()