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