class KDateTable

Draws a calendar table. More...

Definition#include <kdatetbl.h>
InheritsQTableView
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Slots

Signals

Protected Methods

Protected Members


Detailed Description

Draws a calendar table.

 KDateTable (QWidget *parent=0, QDate date=QDate::currentDate(), const char *name=0, WFlags f=0)

KDateTable ()

QSize  sizeHint ()

[const]

Returns a recommended size for the widget.

void  setFontSize (int size)

void  goForward ()

[slot]

void  goBackward ()

[slot]

void  goDown ()

[slot]

void  goUp ()

[slot]

void  setDate (QDate)

[slot]

Sets the currently selected date. The date is only set if the given date is a valid one.

void  monthChanged (QDate)

[signal]

void  yearChanged (QDate)

[signal]

void  dateSelected (QDate)

[signal]

void  paintCell ( QPainter *p, int row, int col )

[protected]

void  resizeEvent ( QResizeEvent * )

[protected]

void  mousePressEvent (QMouseEvent *e)

[protected]

const char*[7] Days

[protected]

int fontsize

[protected]