Last change
on this file since 230 was 2, checked in by Rick van der Zwet, 15 years ago |
Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)
|
-
Property svn:executable
set to
*
|
File size:
764 bytes
|
Rev | Line | |
---|
[2] | 1 | /****************************************************************************
|
---|
| 2 | ** Form interface generated from reading ui file 'form1.ui'
|
---|
| 3 | **
|
---|
| 4 | ** Created: Fri Dec 10 16:41:10 2004
|
---|
| 5 | ** by: The User Interface Compiler (uic)
|
---|
| 6 | **
|
---|
| 7 | ** WARNING! All changes made in this file will be lost!
|
---|
| 8 | ****************************************************************************/
|
---|
| 9 | #ifndef FORM1_H
|
---|
| 10 | #define FORM1_H
|
---|
| 11 |
|
---|
| 12 | #include <qvariant.h>
|
---|
| 13 | #include <qdialog.h>
|
---|
| 14 | class QVBoxLayout;
|
---|
| 15 | class QHBoxLayout;
|
---|
| 16 | class QGridLayout;
|
---|
| 17 | class QCheckBox;
|
---|
| 18 | class QLabel;
|
---|
| 19 |
|
---|
| 20 | class Form1 : public QDialog
|
---|
| 21 | {
|
---|
| 22 | Q_OBJECT
|
---|
| 23 |
|
---|
| 24 | public:
|
---|
| 25 | Form1( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
|
---|
| 26 | ~Form1();
|
---|
| 27 |
|
---|
| 28 | QCheckBox* CheckBox1;
|
---|
| 29 | QLabel* TextLabel1;
|
---|
| 30 |
|
---|
| 31 |
|
---|
| 32 | };
|
---|
| 33 |
|
---|
| 34 | #endif // FORM1_H
|
---|
Note:
See
TracBrowser
for help on using the repository browser.