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