git-svn-id: svn://db.shs.com.ru/libs@68 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2015-12-10 14:42:56 +00:00
parent 30ea938f38
commit 8f0c371a96
15 changed files with 221 additions and 26 deletions

View File

@@ -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);