FactDev  0.1
checkcountry.h
1 #ifndef CHECKCOUNTRY_H
2 #define CHECKCOUNTRY_H
3 
4 #include "checkfieldsletters.h"
5 
6 namespace Gui {
7 namespace Widgets {
8 namespace CheckFields {
13 {
14 public:
19  CheckCountry (QWidget* w = 0, QPushButton* btn = 0);
20 
21 
22 };
23 }
24 }
25 }
26 #endif // CHECKCOUNTRY_H
The CheckFieldsLetters class Field with only letters (no numbers)
Definition: checkfieldsletters.h:12
CheckCountry(QWidget *w=0, QPushButton *btn=0)
CheckCountry::CheckCountry Construct a CheckCountry.
Definition: checkcountry.cpp:7
CheckCountry::CheckCountry Line Edit of country with a check icon.
Definition: checkcountry.h:12