1#ifndef CnetEditorSortConfigDialog_h
2#define CnetEditorSortConfigDialog_h
22 class CnetEditorWidget;
49 void refreshWidgetStates();
53 QPointer<CnetEditorWidget> m_cnetWidget;
56 QPointer<QCheckBox> m_pointSortingCheckBox;
59 QPointer<QSpinBox> m_pointTableLimitSpinBox;
62 QPointer<QLabel> m_pointTableWarningsLabel;
65 QPointer<QCheckBox> m_measureSortingCheckBox;
68 QPointer<QSpinBox> m_measureTableLimitSpinBox;
71 QPointer<QLabel> m_measureTableWarningsLabel;
Configure user's sorting settings for the cneteditor widget.
Definition CnetEditorSortConfigDialog.h:37
CnetEditorSortConfigDialog(CnetEditorWidget *cnetWidget)
Create a config dialog that configures the given FeatureCnetEditorSort.
Definition CnetEditorSortConfigDialog.cpp:30
~CnetEditorSortConfigDialog()
Clean up allocated memory.
Definition CnetEditorSortConfigDialog.cpp:132
void readSettings()
Read the cneteditor widget's current settings and set the widget states to match.
Definition CnetEditorSortConfigDialog.cpp:158
void applySettings()
Apply the user's current settings to the cneteditor widget.
Definition CnetEditorSortConfigDialog.cpp:139
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16