API reference - Class QCalendarWidget

Notation used in Ruby API documentation

Module: QtWidgets

Description: Binding of QCalendarWidget

Class hierarchy: QCalendarWidget » QWidget » QObject

Sub-classes: HorizontalHeaderFormat, QFlags_HorizontalHeaderFormat, SelectionMode, QFlags_SelectionMode, VerticalHeaderFormat, QFlags_VerticalHeaderFormat

Public constructors

new QCalendarWidgetnew(QWidget ptr parent = 0)Constructor QCalendarWidget::QCalendarWidget(QWidget *parent)

Public methods

void_createEnsures the C++ object is created
void_destroyExplicitly destroys the object
[const]bool_destroyed?Returns a value indicating whether the object was already destroyed
[const]bool_is_const_object?Returns a value indicating whether the reference is a const reference
void_manageMarks the object as managed by the script side.
void_unmanageMarks the object as no longer owned by the script side.
[signal]voidactivated(const QDate date)Signal declaration for QCalendarWidget::activated(const QDate &date)
[signal]voidclicked(const QDate date)Signal declaration for QCalendarWidget::clicked(const QDate &date)
[signal]voidcurrentPageChanged(int year,
int month)
Signal declaration for QCalendarWidget::currentPageChanged(int year, int month)
[signal]voidcustomContextMenuRequested(const QPoint pos)Signal declaration for QCalendarWidget::customContextMenuRequested(const QPoint &pos)
[const]intdateEditAcceptDelayMethod int QCalendarWidget::dateEditAcceptDelay()
voiddateEditAcceptDelay=(int delay)Method void QCalendarWidget::setDateEditAcceptDelay(int delay)
[const]booldateEditEnabledMethod bool QCalendarWidget::isDateEditEnabled()
voiddateEditEnabled=(bool enable)Method void QCalendarWidget::setDateEditEnabled(bool enable)
[const]map<QDate,QTextCharFormat>dateTextFormatMethod QMap<QDate, QTextCharFormat> QCalendarWidget::dateTextFormat()
[const]QTextCharFormatdateTextFormat(const QDate date)Method QTextCharFormat QCalendarWidget::dateTextFormat(const QDate &date)
[signal]voiddestroyed(QObject ptr arg1)Signal declaration for QCalendarWidget::destroyed(QObject *)
voidemit_activated(const QDate date)Emitter for signal void QCalendarWidget::activated(const QDate &date)
voidemit_clicked(const QDate date)Emitter for signal void QCalendarWidget::clicked(const QDate &date)
voidemit_currentPageChanged(int year,
int month)
Emitter for signal void QCalendarWidget::currentPageChanged(int year, int month)
voidemit_customContextMenuRequested(const QPoint pos)Emitter for signal void QCalendarWidget::customContextMenuRequested(const QPoint &pos)
voidemit_destroyed(QObject ptr arg1 = 0)Emitter for signal void QCalendarWidget::destroyed(QObject *)
voidemit_objectNameChanged(string objectName)Emitter for signal void QCalendarWidget::objectNameChanged(const QString &objectName)
voidemit_selectionChangedEmitter for signal void QCalendarWidget::selectionChanged()
voidemit_windowIconChanged(const QIcon icon)Emitter for signal void QCalendarWidget::windowIconChanged(const QIcon &icon)
voidemit_windowIconTextChanged(string iconText)Emitter for signal void QCalendarWidget::windowIconTextChanged(const QString &iconText)
voidemit_windowTitleChanged(string title)Emitter for signal void QCalendarWidget::windowTitleChanged(const QString &title)
[const]Qt_DayOfWeekfirstDayOfWeekMethod Qt::DayOfWeek QCalendarWidget::firstDayOfWeek()
voidfirstDayOfWeek=(const Qt_DayOfWeek dayOfWeek)Method void QCalendarWidget::setFirstDayOfWeek(Qt::DayOfWeek dayOfWeek)
[const]boolgridVisibleMethod bool QCalendarWidget::isGridVisible()
voidgridVisible=(bool show)Method void QCalendarWidget::setGridVisible(bool show)
[const]boolhasHeightForWidthVirtual method bool QCalendarWidget::hasHeightForWidth()
[const]QTextCharFormatheaderTextFormatMethod QTextCharFormat QCalendarWidget::headerTextFormat()
voidheaderTextFormat=(const QTextCharFormat format)Method void QCalendarWidget::setHeaderTextFormat(const QTextCharFormat &format)
[const]intheightForWidth(int arg1)Virtual method int QCalendarWidget::heightForWidth(int)
[const]QCalendarWidget_HorizontalHeaderFormathorizontalHeaderFormatMethod QCalendarWidget::HorizontalHeaderFormat QCalendarWidget::horizontalHeaderFormat()
voidhorizontalHeaderFormat=(const QCalendarWidget_HorizontalHeaderFormat format)Method void QCalendarWidget::setHorizontalHeaderFormat(QCalendarWidget::HorizontalHeaderFormat format)
[const]variantinputMethodQuery(const Qt_InputMethodQuery arg1)Virtual method QVariant QCalendarWidget::inputMethodQuery(Qt::InputMethodQuery)
[const]boolisDateEditEnabled?Method bool QCalendarWidget::isDateEditEnabled()
[const]boolisGridVisible?Method bool QCalendarWidget::isGridVisible()
[const]boolisNavigationBarVisible?Method bool QCalendarWidget::isNavigationBarVisible()
[const]QDatemaximumDateMethod QDate QCalendarWidget::maximumDate()
voidmaximumDate=(const QDate date)Method void QCalendarWidget::setMaximumDate(const QDate &date)
[const]QDateminimumDateMethod QDate QCalendarWidget::minimumDate()
voidminimumDate=(const QDate date)Method void QCalendarWidget::setMinimumDate(const QDate &date)
[const]QSizeminimumSizeHintVirtual method QSize QCalendarWidget::minimumSizeHint()
[const]intmonthShownMethod int QCalendarWidget::monthShown()
[const]boolnavigationBarVisibleMethod bool QCalendarWidget::isNavigationBarVisible()
voidnavigationBarVisible=(bool visible)Method void QCalendarWidget::setNavigationBarVisible(bool visible)
[signal]voidobjectNameChanged(string objectName)Signal declaration for QCalendarWidget::objectNameChanged(const QString &objectName)
[const]QPaintEngine ptrpaintEngineVirtual method QPaintEngine *QCalendarWidget::paintEngine()
[const]QDateselectedDateMethod QDate QCalendarWidget::selectedDate()
voidselectedDate=(const QDate date)Method void QCalendarWidget::setSelectedDate(const QDate &date)
[signal]voidselectionChangedSignal declaration for QCalendarWidget::selectionChanged()
[const]QCalendarWidget_SelectionModeselectionModeMethod QCalendarWidget::SelectionMode QCalendarWidget::selectionMode()
voidselectionMode=(const QCalendarWidget_SelectionMode mode)Method void QCalendarWidget::setSelectionMode(QCalendarWidget::SelectionMode mode)
voidsetCurrentPage(int year,
int month)
Method void QCalendarWidget::setCurrentPage(int year, int month)
voidsetDateEditAcceptDelay(int delay)Method void QCalendarWidget::setDateEditAcceptDelay(int delay)
voidsetDateEditEnabled(bool enable)Method void QCalendarWidget::setDateEditEnabled(bool enable)
voidsetDateRange(const QDate min,
const QDate max)
Method void QCalendarWidget::setDateRange(const QDate &min, const QDate &max)
voidsetDateTextFormat(const QDate date,
const QTextCharFormat format)
Method void QCalendarWidget::setDateTextFormat(const QDate &date, const QTextCharFormat &format)
voidsetFirstDayOfWeek(const Qt_DayOfWeek dayOfWeek)Method void QCalendarWidget::setFirstDayOfWeek(Qt::DayOfWeek dayOfWeek)
voidsetGridVisible(bool show)Method void QCalendarWidget::setGridVisible(bool show)
voidsetHeaderTextFormat(const QTextCharFormat format)Method void QCalendarWidget::setHeaderTextFormat(const QTextCharFormat &format)
voidsetHorizontalHeaderFormat(const QCalendarWidget_HorizontalHeaderFormat format)Method void QCalendarWidget::setHorizontalHeaderFormat(QCalendarWidget::HorizontalHeaderFormat format)
voidsetMaximumDate(const QDate date)Method void QCalendarWidget::setMaximumDate(const QDate &date)
voidsetMinimumDate(const QDate date)Method void QCalendarWidget::setMinimumDate(const QDate &date)
voidsetNavigationBarVisible(bool visible)Method void QCalendarWidget::setNavigationBarVisible(bool visible)
voidsetSelectedDate(const QDate date)Method void QCalendarWidget::setSelectedDate(const QDate &date)
voidsetSelectionMode(const QCalendarWidget_SelectionMode mode)Method void QCalendarWidget::setSelectionMode(QCalendarWidget::SelectionMode mode)
voidsetVerticalHeaderFormat(const QCalendarWidget_VerticalHeaderFormat format)Method void QCalendarWidget::setVerticalHeaderFormat(QCalendarWidget::VerticalHeaderFormat format)
voidsetVisible(bool visible)Virtual method void QCalendarWidget::setVisible(bool visible)
voidsetWeekdayTextFormat(const Qt_DayOfWeek dayOfWeek,
const QTextCharFormat format)
Method void QCalendarWidget::setWeekdayTextFormat(Qt::DayOfWeek dayOfWeek, const QTextCharFormat &format)
voidshowNextMonthMethod void QCalendarWidget::showNextMonth()
voidshowNextYearMethod void QCalendarWidget::showNextYear()
voidshowPreviousMonthMethod void QCalendarWidget::showPreviousMonth()
voidshowPreviousYearMethod void QCalendarWidget::showPreviousYear()
voidshowSelectedDateMethod void QCalendarWidget::showSelectedDate()
voidshowTodayMethod void QCalendarWidget::showToday()
[const]QSizesizeHintVirtual method QSize QCalendarWidget::sizeHint()
[const]QCalendarWidget_VerticalHeaderFormatverticalHeaderFormatMethod QCalendarWidget::VerticalHeaderFormat QCalendarWidget::verticalHeaderFormat()
voidverticalHeaderFormat=(const QCalendarWidget_VerticalHeaderFormat format)Method void QCalendarWidget::setVerticalHeaderFormat(QCalendarWidget::VerticalHeaderFormat format)
[const]QTextCharFormatweekdayTextFormat(const Qt_DayOfWeek dayOfWeek)Method QTextCharFormat QCalendarWidget::weekdayTextFormat(Qt::DayOfWeek dayOfWeek)
[signal]voidwindowIconChanged(const QIcon icon)Signal declaration for QCalendarWidget::windowIconChanged(const QIcon &icon)
[signal]voidwindowIconTextChanged(string iconText)Signal declaration for QCalendarWidget::windowIconTextChanged(const QString &iconText)
[signal]voidwindowTitleChanged(string title)Signal declaration for QCalendarWidget::windowTitleChanged(const QString &title)
[const]intyearShownMethod int QCalendarWidget::yearShown()

Public static methods and constants

[static,const]QCalendarWidget_VerticalHeaderFormatISOWeekNumbersEnum constant QCalendarWidget::ISOWeekNumbers
[static,const]QCalendarWidget_HorizontalHeaderFormatLongDayNamesEnum constant QCalendarWidget::LongDayNames
[static,const]QCalendarWidget_HorizontalHeaderFormatNoHorizontalHeaderEnum constant QCalendarWidget::NoHorizontalHeader
[static,const]QCalendarWidget_SelectionModeNoSelectionEnum constant QCalendarWidget::NoSelection
[static,const]QCalendarWidget_VerticalHeaderFormatNoVerticalHeaderEnum constant QCalendarWidget::NoVerticalHeader
[static,const]QCalendarWidget_HorizontalHeaderFormatShortDayNamesEnum constant QCalendarWidget::ShortDayNames
[static,const]QCalendarWidget_HorizontalHeaderFormatSingleLetterDayNamesEnum constant QCalendarWidget::SingleLetterDayNames
[static,const]QCalendarWidget_SelectionModeSingleSelectionEnum constant QCalendarWidget::SingleSelection
QMetaObjectstaticMetaObjectObtains the static MetaObject for this class.
stringtr(string s,
string c = nullptr,
int n = -1)
Static method QString QCalendarWidget::tr(const char *s, const char *c, int n)
stringtrUtf8(string s,
string c = nullptr,
int n = -1)
Static method QString QCalendarWidget::trUtf8(const char *s, const char *c, int n)

Protected methods (static, non-static and constructors)

voidactionEvent(QActionEvent ptr arg1)Virtual method void QCalendarWidget::actionEvent(QActionEvent *)
voidchangeEvent(QEvent ptr arg1)Virtual method void QCalendarWidget::changeEvent(QEvent *)
voidchildEvent(QChildEvent ptr arg1)Virtual method void QCalendarWidget::childEvent(QChildEvent *)
voidcloseEvent(QCloseEvent ptr arg1)Virtual method void QCalendarWidget::closeEvent(QCloseEvent *)
voidcontextMenuEvent(QContextMenuEvent ptr arg1)Virtual method void QCalendarWidget::contextMenuEvent(QContextMenuEvent *)
voidcustomEvent(QEvent ptr arg1)Virtual method void QCalendarWidget::customEvent(QEvent *)
voiddisconnectNotify(const QMetaMethod signal)Virtual method void QCalendarWidget::disconnectNotify(const QMetaMethod &signal)
voiddragEnterEvent(QDragEnterEvent ptr arg1)Virtual method void QCalendarWidget::dragEnterEvent(QDragEnterEvent *)
voiddragLeaveEvent(QDragLeaveEvent ptr arg1)Virtual method void QCalendarWidget::dragLeaveEvent(QDragLeaveEvent *)
voiddragMoveEvent(QDragMoveEvent ptr arg1)Virtual method void QCalendarWidget::dragMoveEvent(QDragMoveEvent *)
voiddropEvent(QDropEvent ptr arg1)Virtual method void QCalendarWidget::dropEvent(QDropEvent *)
voidenterEvent(QEvent ptr arg1)Virtual method void QCalendarWidget::enterEvent(QEvent *)
boolevent(QEvent ptr event)Virtual method bool QCalendarWidget::event(QEvent *event)
booleventFilter(QObject ptr watched,
QEvent ptr event)
Virtual method bool QCalendarWidget::eventFilter(QObject *watched, QEvent *event)
voidfocusInEvent(QFocusEvent ptr arg1)Virtual method void QCalendarWidget::focusInEvent(QFocusEvent *)
boolfocusNextChildMethod bool QCalendarWidget::focusNextChild()
boolfocusNextPrevChild(bool next)Virtual method bool QCalendarWidget::focusNextPrevChild(bool next)
voidfocusOutEvent(QFocusEvent ptr arg1)Virtual method void QCalendarWidget::focusOutEvent(QFocusEvent *)
boolfocusPreviousChildMethod bool QCalendarWidget::focusPreviousChild()
voidhideEvent(QHideEvent ptr arg1)Virtual method void QCalendarWidget::hideEvent(QHideEvent *)
[const]voidinitPainter(QPainter ptr painter)Virtual method void QCalendarWidget::initPainter(QPainter *painter)
voidinputMethodEvent(QInputMethodEvent ptr arg1)Virtual method void QCalendarWidget::inputMethodEvent(QInputMethodEvent *)
[const]boolisSignalConnected(const QMetaMethod signal)Method bool QCalendarWidget::isSignalConnected(const QMetaMethod &signal)
voidkeyPressEvent(QKeyEvent ptr event)Virtual method void QCalendarWidget::keyPressEvent(QKeyEvent *event)
voidkeyReleaseEvent(QKeyEvent ptr arg1)Virtual method void QCalendarWidget::keyReleaseEvent(QKeyEvent *)
voidleaveEvent(QEvent ptr arg1)Virtual method void QCalendarWidget::leaveEvent(QEvent *)
[const]intmetric(const QPaintDevice_PaintDeviceMetric arg1)Virtual method int QCalendarWidget::metric(QPaintDevice::PaintDeviceMetric)
voidmouseDoubleClickEvent(QMouseEvent ptr arg1)Virtual method void QCalendarWidget::mouseDoubleClickEvent(QMouseEvent *)
voidmouseMoveEvent(QMouseEvent ptr arg1)Virtual method void QCalendarWidget::mouseMoveEvent(QMouseEvent *)
voidmousePressEvent(QMouseEvent ptr event)Virtual method void QCalendarWidget::mousePressEvent(QMouseEvent *event)
voidmouseReleaseEvent(QMouseEvent ptr arg1)Virtual method void QCalendarWidget::mouseReleaseEvent(QMouseEvent *)
voidmoveEvent(QMoveEvent ptr arg1)Virtual method void QCalendarWidget::moveEvent(QMoveEvent *)
boolnativeEvent(bytes eventType,
void * message,
long ptr result)
Virtual method bool QCalendarWidget::nativeEvent(const QByteArray &eventType, void *message, long int *result)
[const]voidpaintCell(QPainter ptr painter,
const QRect rect,
const QDate date)
Virtual method void QCalendarWidget::paintCell(QPainter *painter, const QRect &rect, const QDate &date)
voidpaintEvent(QPaintEvent ptr arg1)Virtual method void QCalendarWidget::paintEvent(QPaintEvent *)
voidqt_create(unsigned long long arg1 = 0,
bool initializeWindow = true,
bool destroyOldWindow = true)
Method void QCalendarWidget::create(WId, bool initializeWindow, bool destroyOldWindow)
voidqt_destroy(bool destroyWindow = true,
bool destroySubWindows = true)
Method void QCalendarWidget::destroy(bool destroyWindow, bool destroySubWindows)
[const]intreceivers(string signal)Method int QCalendarWidget::receivers(const char *signal)
[const]QPaintDevice ptrredirected(QPoint ptr offset)Virtual method QPaintDevice *QCalendarWidget::redirected(QPoint *offset)
voidresizeEvent(QResizeEvent ptr event)Virtual method void QCalendarWidget::resizeEvent(QResizeEvent *event)
[const]QObject ptrsenderMethod QObject *QCalendarWidget::sender()
[const]intsenderSignalIndexMethod int QCalendarWidget::senderSignalIndex()
[const]QPainter ptrsharedPainterVirtual method QPainter *QCalendarWidget::sharedPainter()
voidshowEvent(QShowEvent ptr arg1)Virtual method void QCalendarWidget::showEvent(QShowEvent *)
voidtabletEvent(QTabletEvent ptr arg1)Virtual method void QCalendarWidget::tabletEvent(QTabletEvent *)
voidtimerEvent(QTimerEvent ptr arg1)Virtual method void QCalendarWidget::timerEvent(QTimerEvent *)
voidupdateCell(const QDate date)Method void QCalendarWidget::updateCell(const QDate &date)
voidupdateCellsMethod void QCalendarWidget::updateCells()
voidupdateMicroFocusMethod void QCalendarWidget::updateMicroFocus()
voidwheelEvent(QWheelEvent ptr arg1)Virtual method void QCalendarWidget::wheelEvent(QWheelEvent *)

Detailed description

ISOWeekNumbers

Signature: [static,const] QCalendarWidget_VerticalHeaderFormat ISOWeekNumbers

Description: Enum constant QCalendarWidget::ISOWeekNumbers

Python specific notes:
The object exposes a readable attribute 'ISOWeekNumbers'. This is the getter.

LongDayNames

Signature: [static,const] QCalendarWidget_HorizontalHeaderFormat LongDayNames

Description: Enum constant QCalendarWidget::LongDayNames

Python specific notes:
The object exposes a readable attribute 'LongDayNames'. This is the getter.

NoHorizontalHeader

Signature: [static,const] QCalendarWidget_HorizontalHeaderFormat NoHorizontalHeader

Description: Enum constant QCalendarWidget::NoHorizontalHeader

Python specific notes:
The object exposes a readable attribute 'NoHorizontalHeader'. This is the getter.

NoSelection

Signature: [static,const] QCalendarWidget_SelectionMode NoSelection

Description: Enum constant QCalendarWidget::NoSelection

Python specific notes:
The object exposes a readable attribute 'NoSelection'. This is the getter.

NoVerticalHeader

Signature: [static,const] QCalendarWidget_VerticalHeaderFormat NoVerticalHeader

Description: Enum constant QCalendarWidget::NoVerticalHeader

Python specific notes:
The object exposes a readable attribute 'NoVerticalHeader'. This is the getter.

ShortDayNames

Signature: [static,const] QCalendarWidget_HorizontalHeaderFormat ShortDayNames

Description: Enum constant QCalendarWidget::ShortDayNames

Python specific notes:
The object exposes a readable attribute 'ShortDayNames'. This is the getter.

SingleLetterDayNames

Signature: [static,const] QCalendarWidget_HorizontalHeaderFormat SingleLetterDayNames

Description: Enum constant QCalendarWidget::SingleLetterDayNames

Python specific notes:
The object exposes a readable attribute 'SingleLetterDayNames'. This is the getter.

SingleSelection

Signature: [static,const] QCalendarWidget_SelectionMode SingleSelection

Description: Enum constant QCalendarWidget::SingleSelection

Python specific notes:
The object exposes a readable attribute 'SingleSelection'. This is the getter.

_create

Signature: void _create

Description: Ensures the C++ object is created

Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created.

_destroy

Signature: void _destroy

Description: Explicitly destroys the object

Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing.

_destroyed?

Signature: [const] bool _destroyed?

Description: Returns a value indicating whether the object was already destroyed

This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself.

_is_const_object?

Signature: [const] bool _is_const_object?

Description: Returns a value indicating whether the reference is a const reference

This method returns true, if self is a const reference. In that case, only const methods may be called on self.

_manage

Signature: void _manage

Description: Marks the object as managed by the script side.

After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required.

Usually it's not required to call this method. It has been introduced in version 0.24.

_unmanage

Signature: void _unmanage

Description: Marks the object as no longer owned by the script side.

Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur.

Usually it's not required to call this method. It has been introduced in version 0.24.

actionEvent

Signature: void actionEvent (QActionEvent ptr arg1)

Description: Virtual method void QCalendarWidget::actionEvent(QActionEvent *)

This method can be reimplemented in a derived class.

activated

Signature: [signal] void activated (const QDate date)

Description: Signal declaration for QCalendarWidget::activated(const QDate &date)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'activated'. This is the getter.
The object exposes a writable attribute 'activated'. This is the setter.

changeEvent

Signature: void changeEvent (QEvent ptr arg1)

Description: Virtual method void QCalendarWidget::changeEvent(QEvent *)

This method can be reimplemented in a derived class.

childEvent

Signature: void childEvent (QChildEvent ptr arg1)

Description: Virtual method void QCalendarWidget::childEvent(QChildEvent *)

This method can be reimplemented in a derived class.

clicked

Signature: [signal] void clicked (const QDate date)

Description: Signal declaration for QCalendarWidget::clicked(const QDate &date)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'clicked'. This is the getter.
The object exposes a writable attribute 'clicked'. This is the setter.

closeEvent

Signature: void closeEvent (QCloseEvent ptr arg1)

Description: Virtual method void QCalendarWidget::closeEvent(QCloseEvent *)

This method can be reimplemented in a derived class.

contextMenuEvent

Signature: void contextMenuEvent (QContextMenuEvent ptr arg1)

Description: Virtual method void QCalendarWidget::contextMenuEvent(QContextMenuEvent *)

This method can be reimplemented in a derived class.

currentPageChanged

Signature: [signal] void currentPageChanged (int year, int month)

Description: Signal declaration for QCalendarWidget::currentPageChanged(int year, int month)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'currentPageChanged'. This is the getter.
The object exposes a writable attribute 'currentPageChanged'. This is the setter.

customContextMenuRequested

Signature: [signal] void customContextMenuRequested (const QPoint pos)

Description: Signal declaration for QCalendarWidget::customContextMenuRequested(const QPoint &pos)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'customContextMenuRequested'. This is the getter.
The object exposes a writable attribute 'customContextMenuRequested'. This is the setter.

customEvent

Signature: void customEvent (QEvent ptr arg1)

Description: Virtual method void QCalendarWidget::customEvent(QEvent *)

This method can be reimplemented in a derived class.

dateEditAcceptDelay

Signature: [const] int dateEditAcceptDelay

Description: Method int QCalendarWidget::dateEditAcceptDelay()

Python specific notes:
The object exposes a readable attribute 'dateEditAcceptDelay'. This is the getter.

dateEditAcceptDelay=

Signature: void dateEditAcceptDelay= (int delay)

Description: Method void QCalendarWidget::setDateEditAcceptDelay(int delay)

Python specific notes:
The object exposes a writable attribute 'dateEditAcceptDelay'. This is the setter.

dateEditEnabled

Signature: [const] bool dateEditEnabled

Description: Method bool QCalendarWidget::isDateEditEnabled()

Python specific notes:
The object exposes a readable attribute 'dateEditEnabled'. This is the getter.

dateEditEnabled=

Signature: void dateEditEnabled= (bool enable)

Description: Method void QCalendarWidget::setDateEditEnabled(bool enable)

Python specific notes:
The object exposes a writable attribute 'dateEditEnabled'. This is the setter.

dateTextFormat

(1) Signature: [const] map<QDate,QTextCharFormat> dateTextFormat

Description: Method QMap<QDate, QTextCharFormat> QCalendarWidget::dateTextFormat()

(2) Signature: [const] QTextCharFormat dateTextFormat (const QDate date)

Description: Method QTextCharFormat QCalendarWidget::dateTextFormat(const QDate &date)

destroyed

Signature: [signal] void destroyed (QObject ptr arg1)

Description: Signal declaration for QCalendarWidget::destroyed(QObject *)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'destroyed'. This is the getter.
The object exposes a writable attribute 'destroyed'. This is the setter.

disconnectNotify

Signature: void disconnectNotify (const QMetaMethod signal)

Description: Virtual method void QCalendarWidget::disconnectNotify(const QMetaMethod &signal)

This method can be reimplemented in a derived class.

dragEnterEvent

Signature: void dragEnterEvent (QDragEnterEvent ptr arg1)

Description: Virtual method void QCalendarWidget::dragEnterEvent(QDragEnterEvent *)

This method can be reimplemented in a derived class.

dragLeaveEvent

Signature: void dragLeaveEvent (QDragLeaveEvent ptr arg1)

Description: Virtual method void QCalendarWidget::dragLeaveEvent(QDragLeaveEvent *)

This method can be reimplemented in a derived class.

dragMoveEvent

Signature: void dragMoveEvent (QDragMoveEvent ptr arg1)

Description: Virtual method void QCalendarWidget::dragMoveEvent(QDragMoveEvent *)

This method can be reimplemented in a derived class.

dropEvent

Signature: void dropEvent (QDropEvent ptr arg1)

Description: Virtual method void QCalendarWidget::dropEvent(QDropEvent *)

This method can be reimplemented in a derived class.

emit_activated

Signature: void emit_activated (const QDate date)

Description: Emitter for signal void QCalendarWidget::activated(const QDate &date)

Call this method to emit this signal.

emit_clicked

Signature: void emit_clicked (const QDate date)

Description: Emitter for signal void QCalendarWidget::clicked(const QDate &date)

Call this method to emit this signal.

emit_currentPageChanged

Signature: void emit_currentPageChanged (int year, int month)

Description: Emitter for signal void QCalendarWidget::currentPageChanged(int year, int month)

Call this method to emit this signal.

emit_customContextMenuRequested

Signature: void emit_customContextMenuRequested (const QPoint pos)

Description: Emitter for signal void QCalendarWidget::customContextMenuRequested(const QPoint &pos)

Call this method to emit this signal.

emit_destroyed

Signature: void emit_destroyed (QObject ptr arg1 = 0)

Description: Emitter for signal void QCalendarWidget::destroyed(QObject *)

Call this method to emit this signal.

emit_objectNameChanged

Signature: void emit_objectNameChanged (string objectName)

Description: Emitter for signal void QCalendarWidget::objectNameChanged(const QString &objectName)

Call this method to emit this signal.

emit_selectionChanged

Signature: void emit_selectionChanged

Description: Emitter for signal void QCalendarWidget::selectionChanged()

Call this method to emit this signal.

emit_windowIconChanged

Signature: void emit_windowIconChanged (const QIcon icon)

Description: Emitter for signal void QCalendarWidget::windowIconChanged(const QIcon &icon)

Call this method to emit this signal.

emit_windowIconTextChanged

Signature: void emit_windowIconTextChanged (string iconText)

Description: Emitter for signal void QCalendarWidget::windowIconTextChanged(const QString &iconText)

Call this method to emit this signal.

emit_windowTitleChanged

Signature: void emit_windowTitleChanged (string title)

Description: Emitter for signal void QCalendarWidget::windowTitleChanged(const QString &title)

Call this method to emit this signal.

enterEvent

Signature: void enterEvent (QEvent ptr arg1)

Description: Virtual method void QCalendarWidget::enterEvent(QEvent *)

This method can be reimplemented in a derived class.

event

Signature: bool event (QEvent ptr event)

Description: Virtual method bool QCalendarWidget::event(QEvent *event)

This method can be reimplemented in a derived class.

eventFilter

Signature: bool eventFilter (QObject ptr watched, QEvent ptr event)

Description: Virtual method bool QCalendarWidget::eventFilter(QObject *watched, QEvent *event)

This method can be reimplemented in a derived class.

firstDayOfWeek

Signature: [const] Qt_DayOfWeek firstDayOfWeek

Description: Method Qt::DayOfWeek QCalendarWidget::firstDayOfWeek()

Python specific notes:
The object exposes a readable attribute 'firstDayOfWeek'. This is the getter.

firstDayOfWeek=

Signature: void firstDayOfWeek= (const Qt_DayOfWeek dayOfWeek)

Description: Method void QCalendarWidget::setFirstDayOfWeek(Qt::DayOfWeek dayOfWeek)

Python specific notes:
The object exposes a writable attribute 'firstDayOfWeek'. This is the setter.

focusInEvent

Signature: void focusInEvent (QFocusEvent ptr arg1)

Description: Virtual method void QCalendarWidget::focusInEvent(QFocusEvent *)

This method can be reimplemented in a derived class.

focusNextChild

Signature: bool focusNextChild

Description: Method bool QCalendarWidget::focusNextChild()

This method is protected and can only be called from inside a derived class.

focusNextPrevChild

Signature: bool focusNextPrevChild (bool next)

Description: Virtual method bool QCalendarWidget::focusNextPrevChild(bool next)

This method can be reimplemented in a derived class.

focusOutEvent

Signature: void focusOutEvent (QFocusEvent ptr arg1)

Description: Virtual method void QCalendarWidget::focusOutEvent(QFocusEvent *)

This method can be reimplemented in a derived class.

focusPreviousChild

Signature: bool focusPreviousChild

Description: Method bool QCalendarWidget::focusPreviousChild()

This method is protected and can only be called from inside a derived class.

gridVisible

Signature: [const] bool gridVisible

Description: Method bool QCalendarWidget::isGridVisible()

Python specific notes:
The object exposes a readable attribute 'gridVisible'. This is the getter.

gridVisible=

Signature: void gridVisible= (bool show)

Description: Method void QCalendarWidget::setGridVisible(bool show)

Python specific notes:
The object exposes a writable attribute 'gridVisible'. This is the setter.

hasHeightForWidth

Signature: [const] bool hasHeightForWidth

Description: Virtual method bool QCalendarWidget::hasHeightForWidth()

This method can be reimplemented in a derived class.

headerTextFormat

Signature: [const] QTextCharFormat headerTextFormat

Description: Method QTextCharFormat QCalendarWidget::headerTextFormat()

Python specific notes:
The object exposes a readable attribute 'headerTextFormat'. This is the getter.

headerTextFormat=

Signature: void headerTextFormat= (const QTextCharFormat format)

Description: Method void QCalendarWidget::setHeaderTextFormat(const QTextCharFormat &format)

Python specific notes:
The object exposes a writable attribute 'headerTextFormat'. This is the setter.

heightForWidth

Signature: [const] int heightForWidth (int arg1)

Description: Virtual method int QCalendarWidget::heightForWidth(int)

This method can be reimplemented in a derived class.

hideEvent

Signature: void hideEvent (QHideEvent ptr arg1)

Description: Virtual method void QCalendarWidget::hideEvent(QHideEvent *)

This method can be reimplemented in a derived class.

horizontalHeaderFormat

Signature: [const] QCalendarWidget_HorizontalHeaderFormat horizontalHeaderFormat

Description: Method QCalendarWidget::HorizontalHeaderFormat QCalendarWidget::horizontalHeaderFormat()

Python specific notes:
The object exposes a readable attribute 'horizontalHeaderFormat'. This is the getter.

horizontalHeaderFormat=

Signature: void horizontalHeaderFormat= (const QCalendarWidget_HorizontalHeaderFormat format)

Description: Method void QCalendarWidget::setHorizontalHeaderFormat(QCalendarWidget::HorizontalHeaderFormat format)

Python specific notes:
The object exposes a writable attribute 'horizontalHeaderFormat'. This is the setter.

initPainter

Signature: [const] void initPainter (QPainter ptr painter)

Description: Virtual method void QCalendarWidget::initPainter(QPainter *painter)

This method can be reimplemented in a derived class.

inputMethodEvent

Signature: void inputMethodEvent (QInputMethodEvent ptr arg1)

Description: Virtual method void QCalendarWidget::inputMethodEvent(QInputMethodEvent *)

This method can be reimplemented in a derived class.

inputMethodQuery

Signature: [const] variant inputMethodQuery (const Qt_InputMethodQuery arg1)

Description: Virtual method QVariant QCalendarWidget::inputMethodQuery(Qt::InputMethodQuery)

This method can be reimplemented in a derived class.

isDateEditEnabled?

Signature: [const] bool isDateEditEnabled?

Description: Method bool QCalendarWidget::isDateEditEnabled()

Python specific notes:
The object exposes a readable attribute 'dateEditEnabled'. This is the getter.

isGridVisible?

Signature: [const] bool isGridVisible?

Description: Method bool QCalendarWidget::isGridVisible()

Python specific notes:
The object exposes a readable attribute 'gridVisible'. This is the getter.

isNavigationBarVisible?

Signature: [const] bool isNavigationBarVisible?

Description: Method bool QCalendarWidget::isNavigationBarVisible()

Python specific notes:
The object exposes a readable attribute 'navigationBarVisible'. This is the getter.

isSignalConnected

Signature: [const] bool isSignalConnected (const QMetaMethod signal)

Description: Method bool QCalendarWidget::isSignalConnected(const QMetaMethod &signal)

This method is protected and can only be called from inside a derived class.

keyPressEvent

Signature: void keyPressEvent (QKeyEvent ptr event)

Description: Virtual method void QCalendarWidget::keyPressEvent(QKeyEvent *event)

This method can be reimplemented in a derived class.

keyReleaseEvent

Signature: void keyReleaseEvent (QKeyEvent ptr arg1)

Description: Virtual method void QCalendarWidget::keyReleaseEvent(QKeyEvent *)

This method can be reimplemented in a derived class.

leaveEvent

Signature: void leaveEvent (QEvent ptr arg1)

Description: Virtual method void QCalendarWidget::leaveEvent(QEvent *)

This method can be reimplemented in a derived class.

maximumDate

Signature: [const] QDate maximumDate

Description: Method QDate QCalendarWidget::maximumDate()

Python specific notes:
The object exposes a readable attribute 'maximumDate'. This is the getter.

maximumDate=

Signature: void maximumDate= (const QDate date)

Description: Method void QCalendarWidget::setMaximumDate(const QDate &date)

Python specific notes:
The object exposes a writable attribute 'maximumDate'. This is the setter.

metric

Signature: [const] int metric (const QPaintDevice_PaintDeviceMetric arg1)

Description: Virtual method int QCalendarWidget::metric(QPaintDevice::PaintDeviceMetric)

This method can be reimplemented in a derived class.

minimumDate

Signature: [const] QDate minimumDate

Description: Method QDate QCalendarWidget::minimumDate()

Python specific notes:
The object exposes a readable attribute 'minimumDate'. This is the getter.

minimumDate=

Signature: void minimumDate= (const QDate date)

Description: Method void QCalendarWidget::setMinimumDate(const QDate &date)

Python specific notes:
The object exposes a writable attribute 'minimumDate'. This is the setter.

minimumSizeHint

Signature: [const] QSize minimumSizeHint

Description: Virtual method QSize QCalendarWidget::minimumSizeHint()

This method can be reimplemented in a derived class.

monthShown

Signature: [const] int monthShown

Description: Method int QCalendarWidget::monthShown()

mouseDoubleClickEvent

Signature: void mouseDoubleClickEvent (QMouseEvent ptr arg1)

Description: Virtual method void QCalendarWidget::mouseDoubleClickEvent(QMouseEvent *)

This method can be reimplemented in a derived class.

mouseMoveEvent

Signature: void mouseMoveEvent (QMouseEvent ptr arg1)

Description: Virtual method void QCalendarWidget::mouseMoveEvent(QMouseEvent *)

This method can be reimplemented in a derived class.

mousePressEvent

Signature: void mousePressEvent (QMouseEvent ptr event)

Description: Virtual method void QCalendarWidget::mousePressEvent(QMouseEvent *event)

This method can be reimplemented in a derived class.

mouseReleaseEvent

Signature: void mouseReleaseEvent (QMouseEvent ptr arg1)

Description: Virtual method void QCalendarWidget::mouseReleaseEvent(QMouseEvent *)

This method can be reimplemented in a derived class.

moveEvent

Signature: void moveEvent (QMoveEvent ptr arg1)

Description: Virtual method void QCalendarWidget::moveEvent(QMoveEvent *)

This method can be reimplemented in a derived class.

nativeEvent

Signature: bool nativeEvent (bytes eventType, void * message, long ptr result)

Description: Virtual method bool QCalendarWidget::nativeEvent(const QByteArray &eventType, void *message, long int *result)

This method can be reimplemented in a derived class.

navigationBarVisible

Signature: [const] bool navigationBarVisible

Description: Method bool QCalendarWidget::isNavigationBarVisible()

Python specific notes:
The object exposes a readable attribute 'navigationBarVisible'. This is the getter.

navigationBarVisible=

Signature: void navigationBarVisible= (bool visible)

Description: Method void QCalendarWidget::setNavigationBarVisible(bool visible)

Python specific notes:
The object exposes a writable attribute 'navigationBarVisible'. This is the setter.

new

Signature: [static] new QCalendarWidget new (QWidget ptr parent = 0)

Description: Constructor QCalendarWidget::QCalendarWidget(QWidget *parent)

This method creates an object of class QCalendarWidget.

Python specific notes:
This method is the default initializer of the object.

objectNameChanged

Signature: [signal] void objectNameChanged (string objectName)

Description: Signal declaration for QCalendarWidget::objectNameChanged(const QString &objectName)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'objectNameChanged'. This is the getter.
The object exposes a writable attribute 'objectNameChanged'. This is the setter.

paintCell

Signature: [const] void paintCell (QPainter ptr painter, const QRect rect, const QDate date)

Description: Virtual method void QCalendarWidget::paintCell(QPainter *painter, const QRect &rect, const QDate &date)

This method can be reimplemented in a derived class.

paintEngine

Signature: [const] QPaintEngine ptr paintEngine

Description: Virtual method QPaintEngine *QCalendarWidget::paintEngine()

This method can be reimplemented in a derived class.

paintEvent

Signature: void paintEvent (QPaintEvent ptr arg1)

Description: Virtual method void QCalendarWidget::paintEvent(QPaintEvent *)

This method can be reimplemented in a derived class.

qt_create

Signature: void qt_create (unsigned long long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true)

Description: Method void QCalendarWidget::create(WId, bool initializeWindow, bool destroyOldWindow)

This method is protected and can only be called from inside a derived class.

qt_destroy

Signature: void qt_destroy (bool destroyWindow = true, bool destroySubWindows = true)

Description: Method void QCalendarWidget::destroy(bool destroyWindow, bool destroySubWindows)

This method is protected and can only be called from inside a derived class.

receivers

Signature: [const] int receivers (string signal)

Description: Method int QCalendarWidget::receivers(const char *signal)

This method is protected and can only be called from inside a derived class.

redirected

Signature: [const] QPaintDevice ptr redirected (QPoint ptr offset)

Description: Virtual method QPaintDevice *QCalendarWidget::redirected(QPoint *offset)

This method can be reimplemented in a derived class.

resizeEvent

Signature: void resizeEvent (QResizeEvent ptr event)

Description: Virtual method void QCalendarWidget::resizeEvent(QResizeEvent *event)

This method can be reimplemented in a derived class.

selectedDate

Signature: [const] QDate selectedDate

Description: Method QDate QCalendarWidget::selectedDate()

Python specific notes:
The object exposes a readable attribute 'selectedDate'. This is the getter.

selectedDate=

Signature: void selectedDate= (const QDate date)

Description: Method void QCalendarWidget::setSelectedDate(const QDate &date)

Python specific notes:
The object exposes a writable attribute 'selectedDate'. This is the setter.

selectionChanged

Signature: [signal] void selectionChanged

Description: Signal declaration for QCalendarWidget::selectionChanged()

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'selectionChanged'. This is the getter.
The object exposes a writable attribute 'selectionChanged'. This is the setter.

selectionMode

Signature: [const] QCalendarWidget_SelectionMode selectionMode

Description: Method QCalendarWidget::SelectionMode QCalendarWidget::selectionMode()

Python specific notes:
The object exposes a readable attribute 'selectionMode'. This is the getter.

selectionMode=

Signature: void selectionMode= (const QCalendarWidget_SelectionMode mode)

Description: Method void QCalendarWidget::setSelectionMode(QCalendarWidget::SelectionMode mode)

Python specific notes:
The object exposes a writable attribute 'selectionMode'. This is the setter.

sender

Signature: [const] QObject ptr sender

Description: Method QObject *QCalendarWidget::sender()

This method is protected and can only be called from inside a derived class.

senderSignalIndex

Signature: [const] int senderSignalIndex

Description: Method int QCalendarWidget::senderSignalIndex()

This method is protected and can only be called from inside a derived class.

setCurrentPage

Signature: void setCurrentPage (int year, int month)

Description: Method void QCalendarWidget::setCurrentPage(int year, int month)

setDateEditAcceptDelay

Signature: void setDateEditAcceptDelay (int delay)

Description: Method void QCalendarWidget::setDateEditAcceptDelay(int delay)

Python specific notes:
The object exposes a writable attribute 'dateEditAcceptDelay'. This is the setter.

setDateEditEnabled

Signature: void setDateEditEnabled (bool enable)

Description: Method void QCalendarWidget::setDateEditEnabled(bool enable)

Python specific notes:
The object exposes a writable attribute 'dateEditEnabled'. This is the setter.

setDateRange

Signature: void setDateRange (const QDate min, const QDate max)

Description: Method void QCalendarWidget::setDateRange(const QDate &min, const QDate &max)

setDateTextFormat

Signature: void setDateTextFormat (const QDate date, const QTextCharFormat format)

Description: Method void QCalendarWidget::setDateTextFormat(const QDate &date, const QTextCharFormat &format)

setFirstDayOfWeek

Signature: void setFirstDayOfWeek (const Qt_DayOfWeek dayOfWeek)

Description: Method void QCalendarWidget::setFirstDayOfWeek(Qt::DayOfWeek dayOfWeek)

Python specific notes:
The object exposes a writable attribute 'firstDayOfWeek'. This is the setter.

setGridVisible

Signature: void setGridVisible (bool show)

Description: Method void QCalendarWidget::setGridVisible(bool show)

Python specific notes:
The object exposes a writable attribute 'gridVisible'. This is the setter.

setHeaderTextFormat

Signature: void setHeaderTextFormat (const QTextCharFormat format)

Description: Method void QCalendarWidget::setHeaderTextFormat(const QTextCharFormat &format)

Python specific notes:
The object exposes a writable attribute 'headerTextFormat'. This is the setter.

setHorizontalHeaderFormat

Signature: void setHorizontalHeaderFormat (const QCalendarWidget_HorizontalHeaderFormat format)

Description: Method void QCalendarWidget::setHorizontalHeaderFormat(QCalendarWidget::HorizontalHeaderFormat format)

Python specific notes:
The object exposes a writable attribute 'horizontalHeaderFormat'. This is the setter.

setMaximumDate

Signature: void setMaximumDate (const QDate date)

Description: Method void QCalendarWidget::setMaximumDate(const QDate &date)

Python specific notes:
The object exposes a writable attribute 'maximumDate'. This is the setter.

setMinimumDate

Signature: void setMinimumDate (const QDate date)

Description: Method void QCalendarWidget::setMinimumDate(const QDate &date)

Python specific notes:
The object exposes a writable attribute 'minimumDate'. This is the setter.

setNavigationBarVisible

Signature: void setNavigationBarVisible (bool visible)

Description: Method void QCalendarWidget::setNavigationBarVisible(bool visible)

Python specific notes:
The object exposes a writable attribute 'navigationBarVisible'. This is the setter.

setSelectedDate

Signature: void setSelectedDate (const QDate date)

Description: Method void QCalendarWidget::setSelectedDate(const QDate &date)

Python specific notes:
The object exposes a writable attribute 'selectedDate'. This is the setter.

setSelectionMode

Signature: void setSelectionMode (const QCalendarWidget_SelectionMode mode)

Description: Method void QCalendarWidget::setSelectionMode(QCalendarWidget::SelectionMode mode)

Python specific notes:
The object exposes a writable attribute 'selectionMode'. This is the setter.

setVerticalHeaderFormat

Signature: void setVerticalHeaderFormat (const QCalendarWidget_VerticalHeaderFormat format)

Description: Method void QCalendarWidget::setVerticalHeaderFormat(QCalendarWidget::VerticalHeaderFormat format)

Python specific notes:
The object exposes a writable attribute 'verticalHeaderFormat'. This is the setter.

setVisible

Signature: void setVisible (bool visible)

Description: Virtual method void QCalendarWidget::setVisible(bool visible)

This method can be reimplemented in a derived class.

setWeekdayTextFormat

Signature: void setWeekdayTextFormat (const Qt_DayOfWeek dayOfWeek, const QTextCharFormat format)

Description: Method void QCalendarWidget::setWeekdayTextFormat(Qt::DayOfWeek dayOfWeek, const QTextCharFormat &format)

sharedPainter

Signature: [const] QPainter ptr sharedPainter

Description: Virtual method QPainter *QCalendarWidget::sharedPainter()

This method can be reimplemented in a derived class.

showEvent

Signature: void showEvent (QShowEvent ptr arg1)

Description: Virtual method void QCalendarWidget::showEvent(QShowEvent *)

This method can be reimplemented in a derived class.

showNextMonth

Signature: void showNextMonth

Description: Method void QCalendarWidget::showNextMonth()

showNextYear

Signature: void showNextYear

Description: Method void QCalendarWidget::showNextYear()

showPreviousMonth

Signature: void showPreviousMonth

Description: Method void QCalendarWidget::showPreviousMonth()

showPreviousYear

Signature: void showPreviousYear

Description: Method void QCalendarWidget::showPreviousYear()

showSelectedDate

Signature: void showSelectedDate

Description: Method void QCalendarWidget::showSelectedDate()

showToday

Signature: void showToday

Description: Method void QCalendarWidget::showToday()

sizeHint

Signature: [const] QSize sizeHint

Description: Virtual method QSize QCalendarWidget::sizeHint()

This method can be reimplemented in a derived class.

staticMetaObject

Signature: [static] QMetaObject staticMetaObject

Description: Obtains the static MetaObject for this class.

tabletEvent

Signature: void tabletEvent (QTabletEvent ptr arg1)

Description: Virtual method void QCalendarWidget::tabletEvent(QTabletEvent *)

This method can be reimplemented in a derived class.

timerEvent

Signature: void timerEvent (QTimerEvent ptr arg1)

Description: Virtual method void QCalendarWidget::timerEvent(QTimerEvent *)

This method can be reimplemented in a derived class.

tr

Signature: [static] string tr (string s, string c = nullptr, int n = -1)

Description: Static method QString QCalendarWidget::tr(const char *s, const char *c, int n)

This method is static and can be called without an instance.

trUtf8

Signature: [static] string trUtf8 (string s, string c = nullptr, int n = -1)

Description: Static method QString QCalendarWidget::trUtf8(const char *s, const char *c, int n)

This method is static and can be called without an instance.

updateCell

Signature: void updateCell (const QDate date)

Description: Method void QCalendarWidget::updateCell(const QDate &date)

This method is protected and can only be called from inside a derived class.

updateCells

Signature: void updateCells

Description: Method void QCalendarWidget::updateCells()

This method is protected and can only be called from inside a derived class.

updateMicroFocus

Signature: void updateMicroFocus

Description: Method void QCalendarWidget::updateMicroFocus()

This method is protected and can only be called from inside a derived class.

verticalHeaderFormat

Signature: [const] QCalendarWidget_VerticalHeaderFormat verticalHeaderFormat

Description: Method QCalendarWidget::VerticalHeaderFormat QCalendarWidget::verticalHeaderFormat()

Python specific notes:
The object exposes a readable attribute 'verticalHeaderFormat'. This is the getter.

verticalHeaderFormat=

Signature: void verticalHeaderFormat= (const QCalendarWidget_VerticalHeaderFormat format)

Description: Method void QCalendarWidget::setVerticalHeaderFormat(QCalendarWidget::VerticalHeaderFormat format)

Python specific notes:
The object exposes a writable attribute 'verticalHeaderFormat'. This is the setter.

weekdayTextFormat

Signature: [const] QTextCharFormat weekdayTextFormat (const Qt_DayOfWeek dayOfWeek)

Description: Method QTextCharFormat QCalendarWidget::weekdayTextFormat(Qt::DayOfWeek dayOfWeek)

wheelEvent

Signature: void wheelEvent (QWheelEvent ptr arg1)

Description: Virtual method void QCalendarWidget::wheelEvent(QWheelEvent *)

This method can be reimplemented in a derived class.

windowIconChanged

Signature: [signal] void windowIconChanged (const QIcon icon)

Description: Signal declaration for QCalendarWidget::windowIconChanged(const QIcon &icon)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'windowIconChanged'. This is the getter.
The object exposes a writable attribute 'windowIconChanged'. This is the setter.

windowIconTextChanged

Signature: [signal] void windowIconTextChanged (string iconText)

Description: Signal declaration for QCalendarWidget::windowIconTextChanged(const QString &iconText)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'windowIconTextChanged'. This is the getter.
The object exposes a writable attribute 'windowIconTextChanged'. This is the setter.

windowTitleChanged

Signature: [signal] void windowTitleChanged (string title)

Description: Signal declaration for QCalendarWidget::windowTitleChanged(const QString &title)

You can bind a procedure to this signal.

Python specific notes:
The object exposes a readable attribute 'windowTitleChanged'. This is the getter.
The object exposes a writable attribute 'windowTitleChanged'. This is the setter.

yearShown

Signature: [const] int yearShown

Description: Method int QCalendarWidget::yearShown()