Replaces push buttons with new UI ordering

Removes the usage of `cafPdmUiPushButtonEditor` and implements the same functionality using the `addNewButton` method in `cafPdmUiOrdering`.

This change provides a more flexible and consistent way to add buttons to the UI and simplifies the code by removing the need for a dedicated editor class.
This commit is contained in:
Magne Sjaastad
2026-01-27 13:37:37 +01:00
parent 5be1a4feb7
commit 4ddace05fb
10 changed files with 86 additions and 181 deletions
@@ -75,8 +75,6 @@ public:
RimCaseCollection* parentStatisticsCaseCollection() const;
caf::PdmField<bool> m_calculateEditCommand;
void populateResultSelectionAfterLoadingGrid();
void setSourceProperties( RiaDefines::ResultCatType propertyType, const std::vector<QString>& propertyNames );