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

This commit is contained in:
2019-12-10 17:29:12 +00:00
parent 69f4c206b9
commit eff39cbc5a
3 changed files with 232 additions and 27 deletions

View File

@@ -30,8 +30,7 @@ public:
void assignQGLView(QGLView * v);
protected:
Mesh * createMesh();
void showEditors();
Ui::PrimitiveEditor *ui;
@@ -40,6 +39,8 @@ protected:
QList<QWidget *> all_editors;
private slots:
void selectionChanged();
void replaceMesh();
void on_buttonAdd_clicked();
void on_comboPrimitives_currentIndexChanged(int index);
};