git-svn-id: svn://db.shs.com.ru/libs@68 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -46,12 +46,13 @@ public:
|
||||
MainWindow(QWidget * parent = 0);
|
||||
~MainWindow();
|
||||
|
||||
void loadFile(const QString & path);
|
||||
|
||||
private:
|
||||
// Qt`s overloaded
|
||||
void changeEvent(QEvent * e);
|
||||
void timerEvent(QTimerEvent * );
|
||||
|
||||
void loadFile(const QString & path);
|
||||
void importFile(const QString & path);
|
||||
void makeObjetTree(const GLObjectBase * o, QTreeWidgetItem * ti);
|
||||
|
||||
@@ -102,6 +103,7 @@ private slots:
|
||||
void on_actionReset_triggered();
|
||||
void on_actionImport_triggered();
|
||||
void on_actionSave_triggered();
|
||||
void on_actionSaveSelected_triggered();
|
||||
void on_actionOpen_triggered();
|
||||
|
||||
void on_view_glKeyPressEvent(QKeyEvent * e);
|
||||
|
||||
Reference in New Issue
Block a user