root/qio/inout.h

Revision 1a9e8cbee5f1f2c7a2592c82dcb9802b628c3f69, 219 bytes (checked in by Robin Gareus <robin@…>, 3 years ago)

initial bare-bone QT4 app

  • Property mode set to 100644
Line 
1#ifndef INOUT_H
2#define INOUT_H
3
4#include "ui_qinout.h"
5
6class inout: public QMainWindow, private Ui::qInOut
7{
8        Q_OBJECT
9
10  public:
11        inout(QMainWindow* parent = 0);
12        ~inout();
13
14  public slots:
15        void about();
16};
17
18#endif
Note: See TracBrowser for help on using the browser.