|
|
Date selection table. This is a support class for the KDatePicker class. It just draws the calender table without titles, but could theoretically be used as a standalone.
When a date is selected by the user, it emits a signal: dateSelected(QDate)
|
The constructor.
QSize |
[const virtual]
Returns a recommended size for the widget. To save some time, the size of the largest used cell content is calculated in each paintCell() call, since all calculations have to be done there anyway. The size is stored in maxCell. The sizeHint() simply returns a multiple of maxCell.
void |
Set the font size of the date table.
bool |
Select and display this date.
const QDate& |
void |
[protected: virtual]
Paint a cell.
void |
[protected: virtual]
Handle the resize events.
void |
[protected: virtual]
React on mouse clicks that select a date.
int |
[protected: ]
QDate |
[protected: ]
int |
[protected: ]
int |
[protected: ]
int |
[protected: ]
bool |
[protected: ]
QRect |
[protected: ]
void |
[signal]
The selected date changed.
void |
[signal]
A date has been selected by clicking on the table.