- "acceptDrops"
Specifies whether drop events are enabled for this object.
- "dateEditAcceptDelay"
Defines after which time an inactive date edit is shown before its contents are accepted.
- firstDayOfWeek"
Allows to define the day which shall be shown as first day of week.
- "focus"
The attribute "focus"; returns TRUEif the object has the focus.
- "font"
Sets the font of an object.
- "gridVisible"
Allows to define if grid lines shall be displayed between calendar days.
- "horizontalHeaderFormat"
Defines the format for the calendar widget's horizontal header.
- "isActiveWindow"
The attribute "isActiveWindow"; returns TRUE if this widget is the active window, otherwise FALSE.
- "layoutDirection"
Defines the widget's layout direction.
- maximumDate"
Defines the maximum selectable date for the Calendar / DateTimeEdit widget.
- "minimumDate"
Defines the minimum selectable date for the Calendar / DateTimeEdit widget.
- "monthShown";
Returns the currently displayed month. Months are numbered from 1 to 12.
- "navigationBarVisible"
This attribute allows to define if the navigation bar for selecting month and year is displayed.
- selectedDate"
This property holds the selected date.
- "setCurrentPage"
Displays the given month of the given year without changing the selected date.
- "showNextMonth"
Shows the next month relative to the currently displayed month. Note that the selected date is not changed.
- "showNextYear"
Shows the currently displayed month in the next year relative to the currently displayed year. Note that the selected date is not changed.
- "showPreviousMonth"
Shows the previous month relative to the currently displayed month. Note that the selected date is not changed.
- "showPreviousYear"
Shows the currently displayed month in the previous year relative to the currently displayed year. Note that the selected date is not changed.
- "showSelectedDate"
Shows the year, month and day of the selected date.
- "showToday"
Shows the year, month and day of the today's date.
- "tooltipDuration"
Specifies how long a tooltip is shown.
- "updatesEnabled"
This attribute specifies whether updates of a widget (for example, a textEdit, slider, progress bar, zoom navigator, LCD number or thumb wheel) have been enabled.
- "verticalHeaderFormat"
Defines the format for the calendar widget's vertical header.
- "x", "y"
The attributes x and y return the coordinate of an object (e.g. a textEdit, a progress bar, a slider, a zoom navigator, an LCD number or a thumb wheel). x returns the X coordinate of an object. y returns the Y coordinate of an object.
- "yearShown"
Returns the year of the currently displayed month.