Home
last modified time | relevance | path

Searched refs:__callForm (Results 1 – 10 of 10) sorted by relevance

/dports/devel/eric6/eric6-21.11/eric/eric6/Plugins/
H A DPluginWizardQInputDialog.py95 def __callForm(self, editor): member in InputDialogWizard
129 code, ok = self.__callForm(editor)
H A DPluginWizardE5MessageBox.py95 def __callForm(self, editor): member in E5MessageBoxWizard
129 code, ok = self.__callForm(editor)
H A DPluginWizardPyRegExp.py95 def __callForm(self, editor): member in PyRegExpWizard
129 code, ok = self.__callForm(editor)
H A DPluginWizardQMessageBox.py95 def __callForm(self, editor): member in MessageBoxWizard
129 code, ok = self.__callForm(editor)
H A DPluginWizardQColorDialog.py95 def __callForm(self, editor): member in ColorDialogWizard
129 code, ok = self.__callForm(editor)
H A DPluginWizardQFontDialog.py95 def __callForm(self, editor): member in FontDialogWizard
129 code, ok = self.__callForm(editor)
H A DPluginWizardQRegularExpression.py95 def __callForm(self, editor): member in QRegularExpressionWizard
130 code, ok = self.__callForm(editor)
H A DPluginWizardSetup.py109 def __callForm(self, editor): member in SetupWizard
143 code, ok = self.__callForm(editor)
H A DPluginWizardQFileDialog.py119 def __callForm(self, editor, variant): member in FileDialogWizard
177 code, ok = self.__callForm(editor, dialogVariant)
H A DPluginWizardEricPlugin.py110 def __callForm(self, editor): member in WizardEricPluginWizard
139 code, packageName, ok = self.__callForm(editor)