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