Home · All Classes · Modules

QCalendarWidget Class Reference
[QtGui module]

Inherits QWidget.

Types

Methods

Qt Signals


Detailed Description


Type Documentation

QCalendarWidget.HorizontalHeaderFormat

QCalendarWidget.SelectionMode

QCalendarWidget.VerticalHeaderFormat


Method Documentation

QCalendarWidget.__init__ (self, QWidget parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

int QCalendarWidget.dateEditAcceptDelay (self)

dict-of-QDate-QTextCharFormat QCalendarWidget.dateTextFormat (self)

QTextCharFormat QCalendarWidget.dateTextFormat (self, QDate)

bool QCalendarWidget.event (self, QEvent)

bool QCalendarWidget.eventFilter (self, QObject, QEvent)

Qt.DayOfWeek QCalendarWidget.firstDayOfWeek (self)

QTextCharFormat QCalendarWidget.headerTextFormat (self)

HorizontalHeaderFormat QCalendarWidget.horizontalHeaderFormat (self)

bool QCalendarWidget.isDateEditEnabled (self)

bool QCalendarWidget.isGridVisible (self)

bool QCalendarWidget.isHeaderVisible (self)

bool QCalendarWidget.isNavigationBarVisible (self)

QCalendarWidget.keyPressEvent (self, QKeyEvent)

QDate QCalendarWidget.maximumDate (self)

QDate QCalendarWidget.minimumDate (self)

QSize QCalendarWidget.minimumSizeHint (self)

int QCalendarWidget.monthShown (self)

QCalendarWidget.mousePressEvent (self, QMouseEvent)

QCalendarWidget.paintCell (self, QPainter, QRect, QDate)

QCalendarWidget.resizeEvent (self, QResizeEvent)

QDate QCalendarWidget.selectedDate (self)

SelectionMode QCalendarWidget.selectionMode (self)

QCalendarWidget.setCurrentPage (self, int, int)

This method is also a Qt slot with the C++ signature void setCurrentPage(int,int).

QCalendarWidget.setDateEditAcceptDelay (self, int)

QCalendarWidget.setDateEditEnabled (self, bool)

QCalendarWidget.setDateRange (self, QDate, QDate)

This method is also a Qt slot with the C++ signature void setDateRange(const QDate&,const QDate&).

QCalendarWidget.setDateTextFormat (self, QDate, QTextCharFormat)

QCalendarWidget.setFirstDayOfWeek (self, Qt.DayOfWeek)

QCalendarWidget.setGridVisible (self, bool)

QCalendarWidget.setHeaderTextFormat (self, QTextCharFormat)

QCalendarWidget.setHeaderVisible (self, bool)

QCalendarWidget.setHorizontalHeaderFormat (self, HorizontalHeaderFormat)

QCalendarWidget.setMaximumDate (self, QDate)

QCalendarWidget.setMinimumDate (self, QDate)

QCalendarWidget.setNavigationBarVisible (self, bool)

This method is also a Qt slot with the C++ signature void setNavigationBarVisible(bool).

QCalendarWidget.setSelectedDate (self, QDate)

This method is also a Qt slot with the C++ signature void setSelectedDate(const QDate&).

QCalendarWidget.setSelectionMode (self, SelectionMode)

QCalendarWidget.setVerticalHeaderFormat (self, VerticalHeaderFormat)

QCalendarWidget.setWeekdayTextFormat (self, Qt.DayOfWeek, QTextCharFormat)

QCalendarWidget.showNextMonth (self)

This method is also a Qt slot with the C++ signature void showNextMonth().

QCalendarWidget.showNextYear (self)

This method is also a Qt slot with the C++ signature void showNextYear().

QCalendarWidget.showPreviousMonth (self)

This method is also a Qt slot with the C++ signature void showPreviousMonth().

QCalendarWidget.showPreviousYear (self)

This method is also a Qt slot with the C++ signature void showPreviousYear().

QCalendarWidget.showSelectedDate (self)

This method is also a Qt slot with the C++ signature void showSelectedDate().

QCalendarWidget.showToday (self)

This method is also a Qt slot with the C++ signature void showToday().

QSize QCalendarWidget.sizeHint (self)

QCalendarWidget.updateCell (self, QDate)

QCalendarWidget.updateCells (self)

VerticalHeaderFormat QCalendarWidget.verticalHeaderFormat (self)

QTextCharFormat QCalendarWidget.weekdayTextFormat (self, Qt.DayOfWeek)

int QCalendarWidget.yearShown (self)


Qt Signal Documentation

void activated (const QDate&)

This is the default overload of this signal.

void clicked (const QDate&)

This is the default overload of this signal.

void currentPageChanged (int,int)

This is the default overload of this signal.

void selectionChanged ()

This is the default overload of this signal.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0