Uses of Enum
io.qt.core.Qt.DayOfWeek
Packages that use Qt.DayOfWeek
-
Uses of Qt.DayOfWeek in io.qt.core
Methods in io.qt.core that return Qt.DayOfWeekModifier and TypeMethodDescriptionfinal Qt.DayOfWeek
QLocale.firstDayOfWeek()
static Qt.DayOfWeek
Qt.DayOfWeek.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.DayOfWeek
Returns the enum constant of this type with the specified name.static Qt.DayOfWeek[]
Qt.DayOfWeek.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core that return types with arguments of type Qt.DayOfWeek -
Uses of Qt.DayOfWeek in io.qt.widgets
Methods in io.qt.widgets that return Qt.DayOfWeekMethods in io.qt.widgets with parameters of type Qt.DayOfWeekModifier and TypeMethodDescriptionfinal void
QCalendarWidget.setFirstDayOfWeek
(Qt.DayOfWeek dayOfWeek) final void
QCalendarWidget.setWeekdayTextFormat
(Qt.DayOfWeek dayOfWeek, QTextCharFormat format) final QTextCharFormat
QCalendarWidget.weekdayTextFormat
(Qt.DayOfWeek dayOfWeek)