27 #ifndef DIGIKAM_DDATE_PICKER_PRIVATE_H
28 #define DIGIKAM_DDATE_PICKER_PRIVATE_H
35 #include <QApplication>
37 #include <QToolButton>
56 State validate(QString& text,
int&)
const override;
74 void setYear(
int year);
78 void yearEnteredSlot();
104 void fillWeeksCombo();
105 QDate validDateInYearMonth(
int year,
int month);
Definition: ddatepicker_p.h:99
QToolButton * yearBackward
the year backward button
Definition: ddatepicker_p.h:121
QToolButton * closeButton
Definition: ddatepicker_p.h:112
QToolButton * selectMonth
the button for selecting the month directly
Definition: ddatepicker_p.h:130
QBoxLayout * navigationLayout
Definition: ddatepicker_p.h:115
DDateTable * table
the date table
Definition: ddatepicker_p.h:142
QToolButton * todayButton
Definition: ddatepicker_p.h:114
QComboBox * selectWeek
Definition: ddatepicker_p.h:113
QToolButton * selectYear
the button for selecting the year directly
Definition: ddatepicker_p.h:133
QToolButton * monthForward
the month forward button
Definition: ddatepicker_p.h:124
QSize maxMonthRect
the widest month string in pixels:
Definition: ddatepicker_p.h:145
QToolButton * yearForward
the year forward button
Definition: ddatepicker_p.h:118
DatePickerValidator * val
the validator for the line edit:
Definition: ddatepicker_p.h:139
DDatePicker * q
the date table
Definition: ddatepicker_p.h:110
QToolButton * monthBackward
the month backward button
Definition: ddatepicker_p.h:127
QLineEdit * line
the line edit to enter the date directly
Definition: ddatepicker_p.h:136
int fontsize
the font size for the widget
Definition: ddatepicker_p.h:148
Definition: ddatepicker.h:50
Definition: ddatetable.h:50
Definition: ddatepicker_p.h:49
Definition: ddatepicker_p.h:66
QIntValidator * val
Definition: ddatepicker_p.h:86
int result
Definition: ddatepicker_p.h:87
Definition: datefolderview.cpp:43
Definition: abstractalbumtreeview_p.h:85