Searched defs:sltValidate (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIMediumTypeChangeDialog.cpp137 void UIMediumTypeChangeDialog::sltValidate() function in class:UIMediumTypeChangeDialog
182 sltValidate();
190 connect(pRadioButton, SIGNAL(clicked()), this, SLOT(sltValidate()));
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIWidgetValidator.cpp39 void QObjectValidator::sltValidate(QString strInput /* = QString() */) function in class:QObjectValidator
68 sltValidate();
91 this, SLOT(sltValidate(QValidator::State)));
94 void QObjectValidatorGroup::sltValidate(QValidator::State state) function in class:QObjectValidatorGroup
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsSFDetails.cpp53 connect(mLeName, SIGNAL(textChanged(const QString &)), this, SLOT(sltValidate()));
55 connect(mCbPermanent, SIGNAL(toggled(bool)), this, SLOT(sltValidate()));
61 sltValidate();
140 void UIMachineSettingsSFDetails::sltValidate() function in class:UIMachineSettingsSFDetails
183 sltValidate();

Completed in 45 milliseconds