break everything
This commit is contained in:
@ -11,21 +11,20 @@
|
||||
class MainWindow : public QMainWindow {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
MainWindow(QWidget *parent=nullptr);
|
||||
void open(const QString &path);
|
||||
|
||||
private slots:
|
||||
void meshViewerInitialized();
|
||||
|
||||
private:
|
||||
MyMesh mesh;
|
||||
MeshViewer mesh_viewer;
|
||||
OpenGLMesh *glm = nullptr;
|
||||
QToolBar toolbar;
|
||||
QAction *open_action;
|
||||
QList<QAction *> toolbar_actions;
|
||||
|
||||
private slots:
|
||||
void meshViewerInitialized();
|
||||
|
||||
signals:
|
||||
void open(const QString &path);
|
||||
|
||||
public:
|
||||
MeshViewer mesh_viewer;
|
||||
|
||||
MainWindow(QWidget *parent=nullptr);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user