mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 05:37:21 -05:00
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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user