0.3.1
[qanava.git] / tests / logo / canMainWindow.h
blobe62ae30573b1e4a18bc01a635a70c887ffda3866
1 //-----------------------------------------------------------------------------
2 // This file is a part of the Qanava software.
3 //
4 // \file canMainWindow.h
5 // \author Benoit Autheman (benoit@libqanava.org)
6 // \date 2005 November 11
7 //-----------------------------------------------------------------------------
10 #ifndef canMainWindow_h
11 #define canMainWindow_h
14 // Qanava headers
15 #include "./qanGraph.h"
16 #include "../../src/qanGraphView.h"
17 #include "ui_canMainWindow.h"
20 // QT headers
21 #include <QMainWindow>
24 //-----------------------------------------------------------------------------
25 //!
26 /*!
27 \nosubgrouping
29 class MainWindow : public QMainWindow, public Ui::MainWindow
31 Q_OBJECT
33 public:
35 MainWindow( QWidget* parent = 0 );
37 virtual ~MainWindow( ) { }
39 private:
41 MainWindow( const MainWindow& );
43 MainWindow& operator=( const MainWindow& );
45 //-----------------------------------------------------------------------------
48 #endif //