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:
wmayer
2025-02-27 23:17:44 +01:00
committed by Ladislav Michl
parent 8de63825cf
commit cafd4a4fc3
3 changed files with 30 additions and 54 deletions

View File

@@ -120,6 +120,8 @@ private:
static bool varSetsVisible;
std::unique_ptr<QTreeWidget> treeWidget;
QPushButton* okBtn = nullptr;
QPushButton* discardBtn = nullptr;
};
}