FactDev
0.1
|
The CheckWebsite class Line Edit of website with a check icon. More...
#include <checkwebsite.h>
Additional Inherited Members | |
Public Slots inherited from Gui::Widgets::CheckFields::CheckQLineEdit | |
void | fieldTextChanged (const QString &text) |
CheckQLineEdit::fieldTextChanged For each new characater inputed or removed, displays an icon to show if the field is valid or not. | |
The CheckWebsite class Line Edit of website with a check icon.
Gui::Widgets::CheckFields::CheckWebsite::CheckWebsite | ( | QWidget * | w = 0 , |
QPushButton * | btn = 0 |
||
) |
CheckWebsite::CheckWebsite Construct a CheckWebsite.
w | QWidget linked to CheckWebsite |
|
virtual |
CheckWebsite::check Check if the field contains an website address.
text | Text to check |
Reimplemented from Gui::Widgets::CheckFields::CheckValidField.