mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3419 Implement buttons to add communicating tracers to the selected injectors or producers.
This commit is contained in:
@@ -77,6 +77,7 @@ void PdmUiToolButtonEditor::configureAndUpdateUi(const QString& uiConfigName)
|
||||
}
|
||||
bool isCheckable = attributes.m_checkable;
|
||||
m_toolButton->setCheckable(isCheckable);
|
||||
m_toolButton->setSizePolicy(attributes.m_sizePolicy);
|
||||
|
||||
QVariant variantFieldValue = uiField()->uiValue();
|
||||
if (isCheckable)
|
||||
|
||||
@@ -56,6 +56,7 @@ public:
|
||||
|
||||
public:
|
||||
bool m_checkable;
|
||||
QSizePolicy m_sizePolicy;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user