|
| |||||||||||||||
A table containing month names. It is used to pick a month directly.
| int |
[protected]
Store the month that has been clicked [1..12].
| short int |
[protected]
the cell under mouse cursor when LBM is pressed
| QRect |
[protected]
Contains the largest rectangle needed by the month names.
| void |
[signal]
This is send from the mouse click event handler.
| |
The constructor.
| QSize |
[const]
The size hint.
Reimplemented from QWidget
| int |
Return the result. 0 means no selection (reject()), 1..12 are the months.
| void |
[protected]
Set up the painter.
Reimplemented from QTableView
| void |
[protected]
The resize event.
Reimplemented from QTableView
| void |
[protected]
Paint a cell. This simply draws the month names in it.
Reimplemented from QTableView
| void |
[protected]
Catch mouse click and move events to paint a rectangle around the item.
Reimplemented from QWidget
| void |
[protected]
Emit monthSelected(int) when a cell has been released.
Reimplemented from QWidget