meshgen

diff src/mainwindow.h @ 1:7dac9d1bcae4

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 31 Aug 2015 01:55:24 +0300
parents 795217e82f3d
children
line diff
     1.1 --- a/src/mainwindow.h	Sun Aug 30 05:54:32 2015 +0300
     1.2 +++ b/src/mainwindow.h	Mon Aug 31 01:55:24 2015 +0300
     1.3 @@ -2,6 +2,8 @@
     1.4  #define MAINWINDOW_H
     1.5  
     1.6  #include <QMainWindow>
     1.7 +#include "ui_prop_sphere.h"
     1.8 +#include "ui_prop_capsule.h"
     1.9  
    1.10  namespace Ui {
    1.11  class MainWindow;
    1.12 @@ -15,8 +17,17 @@
    1.13  	explicit MainWindow(QWidget *parent = 0);
    1.14  	~MainWindow();
    1.15  
    1.16 +private slots:
    1.17 +	void on_bn_add_sphere_clicked();
    1.18 +
    1.19 +	void on_bn_add_capsule_clicked();
    1.20 +
    1.21 +	void on_spin_radius1_valueChanged(double arg1);
    1.22 +
    1.23  private:
    1.24  	Ui::MainWindow *ui;
    1.25 +	Ui::frm_prop_sphere *ui_prop_sphere;
    1.26 +	Ui::frm_prop_capsule *ui_prop_capsule;
    1.27  };
    1.28  
    1.29  #endif // MAINWINDOW_H