source:
confclerk_git/src/gui/mainwindow.h
@
9bbb44e
Last change on this file since 9bbb44e was 9bbb44e, checked in by , 13 years ago | |
---|---|
|
|
File size: 251 bytes |
Line | |
---|---|
1 | #ifndef MAINWINDOW_H |
2 | #define MAINWINDOW_H |
3 | |
4 | #include <QtGui/QMainWindow> |
5 | |
6 | #include <ui_mainwindow.h> |
7 | |
8 | class MainWindow : public QMainWindow, private Ui::MainWindow |
9 | { |
10 | Q_OBJECT |
11 | |
12 | public: |
13 | MainWindow(QWidget *parent = 0); |
14 | }; |
15 | |
16 | #endif // MAINWINDOW_H |
Note: See TracBrowser
for help on using the repository browser.