Home
last modified time | relevance | path

Searched defs:ExceptHookDialog (Results 1 – 4 of 4) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scripter/python/
H A Dexcepthook_ui.py13 def setupUi(self, ExceptHookDialog): argument
46 def retranslateUi(self, ExceptHookDialog): argument
57 ExceptHookDialog = QtGui.QDialog() variable
H A Dexcepthook.py53 class ExceptHookDialog(QDialog): class
/dports/graphics/krita/krita-4.4.8/plugins/extensions/pykrita/plugin/krita/
H A Dexcepthook_ui.py14 def setupUi(self, ExceptHookDialog): argument
44 def retranslateUi(self, ExceptHookDialog): argument
H A Dexcepthook.py50 class ExceptHookDialog(QDialog): class