root/qio/inout.cpp

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

initial bare-bone QT4 app

  • Property mode set to 100644
Line 
1#include <QtGui>
2#include "inout.h"
3
4inout::inout(QMainWindow* parent)
5{
6        setupUi(this);
7}
8
9inout::~inout() {
10 
11}
12
13void inout::about() {
14  ;
15}
Note: See TracBrowser for help on using the browser.