source: liacs/pm/tmp/.ui/form1.h@ 7

Last change on this file since 7 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
Line 
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>
14class QVBoxLayout;
15class QHBoxLayout;
16class QGridLayout;
17class QCheckBox;
18class QLabel;
19
20class Form1 : public QDialog
21{
22 Q_OBJECT
23
24public:
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.