1 #ifndef WIDGETMONTHPICKER_H 2 #define WIDGETMONTHPICKER_H 24 void setStartEndDate(
const QDate& start,
const QDate& end);
26 NODISCARD std::pair<QDate, QDate> getStartEndDate()
const;
29 void on_comboBoxStartMonth_currentIndexChanged(
int index);
30 void on_comboBoxEndMonth_currentIndexChanged(
int index);
31 void on_comboBoxStartYear_currentIndexChanged(
const QString& arg1);
32 void on_comboBoxEndYear_currentIndexChanged(
const QString& arg1);
36 void populateMonth(
const int year, QComboBox* comboBox);
38 void validateMonthSelection();
40 Ui::WidgetMonthPicker* m_ui{
nullptr};
41 QDate m_startDate, m_endDate;
42 bool m_showErrorDialog{
false};
45 #endif // WIDGETMONTHPICKER_H Definition: dialogdatasetview.h:16