Gui: Use QDialogButtonBox in DlgExpressionInput
This way the order of buttons is more consistent than using separate QPushButtons. This fixes issue 19902
This commit is contained in:
@@ -120,6 +120,8 @@ private:
|
||||
|
||||
static bool varSetsVisible;
|
||||
std::unique_ptr<QTreeWidget> treeWidget;
|
||||
QPushButton* okBtn = nullptr;
|
||||
QPushButton* discardBtn = nullptr;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user