添加参数界面
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <QWidget>
|
||||
#include "QFile"
|
||||
#include "QTextStream"
|
||||
|
||||
#include "QDebug"
|
||||
|
||||
|
||||
namespace Ui {
|
||||
@@ -19,8 +19,30 @@ public:
|
||||
explicit Index1(QWidget *parent = nullptr);
|
||||
~Index1();
|
||||
|
||||
void resizeEvent(QResizeEvent *event);
|
||||
|
||||
private:
|
||||
Ui::Index1 *ui;
|
||||
|
||||
|
||||
|
||||
QWidget *paramInspector = nullptr;
|
||||
private slots:
|
||||
|
||||
void onTabIndexChanged(const int &index);
|
||||
|
||||
|
||||
void on_pushButton_Parameters_clicked();
|
||||
|
||||
signals:
|
||||
void IndexChanged(const int &index);
|
||||
|
||||
public slots:
|
||||
|
||||
void setParamWidget(QWidget *w);
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif // INDEX1_H
|
||||
|
||||
Reference in New Issue
Block a user