eric6.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog
Module implementing a dialog for entering repeat counts.
Global Attributes
Classes
Functions
PyRegExpWizardRepeatDialog
Class implementing a dialog for entering repeat counts.
Derived from
QDialog, Ui_PyRegExpWizardRepeatDialog
Class Attributes
Class Methods
Methods
Static Methods
PyRegExpWizardRepeatDialog (Constructor)
PyRegExpWizardRepeatDialog(parent=None)
Constructor
- parent
-
parent widget (QWidget)
PyRegExpWizardRepeatDialog.getRepeat
getRepeat()
Public method to retrieve the dialog's result.
- Returns:
-
ready formatted repeat string (string)
PyRegExpWizardRepeatDialog.on_lowerSpin_valueChanged
on_lowerSpin_valueChanged(value)
Private slot to handle the lowerSpin valueChanged signal.
- value
-
value of the spinbox (integer)
PyRegExpWizardRepeatDialog.on_upperSpin_valueChanged
on_upperSpin_valueChanged(value)
Private slot to handle the upperSpin valueChanged signal.
- value
-
value of the spinbox (integer)