mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4192 Add swap axis and update property editor
This commit is contained in:
@@ -82,14 +82,13 @@ public:
|
||||
|
||||
public slots:
|
||||
void showProperties(caf::PdmObjectHandle* object); // Signal/Slot system needs caf:: prefix in some cases
|
||||
void slotScrollToSelectedItemsInFieldEditors();
|
||||
void slotScheduleScrollToSelectedItemsInFieldEditors();
|
||||
|
||||
private:
|
||||
PdmUiDefaultObjectEditor* m_defaultObjectEditor;
|
||||
QString m_uiConfigName;
|
||||
QPointer<QVBoxLayout> m_placeHolderLayout;
|
||||
QPointer<QWidget> m_placeholder;
|
||||
QTimer* m_scrollToSelectedItemTimer;
|
||||
};
|
||||
|
||||
} // End of namespace caf
|
||||
|
||||
Reference in New Issue
Block a user