35 QWidget *
parent =
nullptr);
40 void buildLandUsePage();
41 void buildLidUsagePage();
42 void buildLoadingsPage();
43 void refreshActivePage();
49 [[nodiscard]]
int subIdx()
const;
55 QLabel *m_luSummary =
nullptr;
56 QTableWidget *m_luTable =
nullptr;
57 bool m_luRefreshing =
false;
60 QLabel *m_loadSummary =
nullptr;
61 QTableWidget *m_loadTable =
nullptr;
62 bool m_loadRefreshing =
false;
65 QLabel *m_lidSummary =
nullptr;
66 QTableWidget *m_lidTable =
nullptr;
67 QPushButton *m_lidRemoveBtn =
nullptr;
68 QComboBox *m_lidCombo =
nullptr;
69 QSpinBox *m_lidNumber =
nullptr;
70 QDoubleSpinBox *m_lidArea =
nullptr;
71 QDoubleSpinBox *m_lidWidth =
nullptr;
72 QDoubleSpinBox *m_lidInitSat =
nullptr;
73 QDoubleSpinBox *m_lidFromImp =
nullptr;
75 QStackedWidget *m_stack =
nullptr;
76 QDialogButtonBox *m_buttons =
nullptr;