예제 #1
0
def debug(debugText):
    from aqt.qt import QMessageBox
    QMessageBox.information(mw, getPluginName(), str(debugText))
예제 #2
0
 def showDescription(self, optionDesc, optionLongDesc):
     QMessageBox.information(mw, "Option: %s" % optionDesc,
                             "%s" % optionLongDesc)
예제 #3
0
def debug(debugText):
    QMessageBox.information(mw, getPluginName(), str(debugText))
예제 #4
0
def debug(debugText):
    from aqt.qt import QMessageBox
    QMessageBox.information(mw, getPluginName(), str(debugText))