FactDev
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
checkuntilfield.h
1
#ifndef CHECKCUNTILFIELD_H
2
#define CHECKCUNTILFIELD_H
3
4
#include "checkqlineedit.h"
5
6
namespace
Gui {
7
namespace
Widgets {
8
namespace
CheckFields {
12
class
CheckUntilField
:
public
CheckQLineEdit
{
13
14
public
:
19
CheckUntilField
(QWidget* w = 0, QPushButton* btn = 0);
20
27
bool
check
(QString text);
28
};
29
}
30
}
31
}
32
#endif // CHECKUNTILFIELD_H
Gui::Widgets::CheckFields::CheckUntilField::CheckUntilField
CheckUntilField(QWidget *w=0, QPushButton *btn=0)
CheckUntilField::CheckUntilField Construct a CheckUntilField.
Definition:
checkuntilfield.cpp:7
Gui::Widgets::CheckFields::CheckUntilField
The CheckUntilField class.
Definition:
checkuntilfield.h:12
Gui::Widgets::CheckFields::CheckQLineEdit
The CheckQLineEdit class LineEdit custom with a check of text inputed.
Definition:
checkqlineedit.h:15
Gui::Widgets::CheckFields::CheckUntilField::check
bool check(QString text)
CheckUntilField::check Check if the field is valid. To be valid, a name should be composed of a chara...
Definition:
checkuntilfield.cpp:11
travis
build
FACT-Team
FactDev
src
gui
widgets
checkfields
checkuntilfield.h
Generated on Sun Oct 11 2015 15:51:54 for FactDev by
1.8.6