feat(parameter): populate parameterPanel
This commit is contained in:
@@ -8,6 +8,8 @@ class ParametersPanel
|
||||
{
|
||||
public:
|
||||
ParametersPanel(QWidget *parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
|
||||
public slots:
|
||||
void selectionChanged();
|
||||
private:
|
||||
QVBoxLayout* mainLayout_;
|
||||
QVBoxLayout* parametersLayout_;
|
||||
|
||||
Reference in New Issue
Block a user