Uses of Class
io.qt.core.Qt.DayOfWeek
Package | Description |
---|---|
io.qt.core | |
io.qt.widgets |
-
Uses of Qt.DayOfWeek in io.qt.core
Methods in io.qt.core that return Qt.DayOfWeek Modifier and Type Method Description Qt.DayOfWeek
QLocale. firstDayOfWeek()
static Qt.DayOfWeek
Qt.DayOfWeek. resolve(int value)
Returns the corresponding enum entry for the given value.static Qt.DayOfWeek
Qt.DayOfWeek. valueOf(String name)
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 Modifier and Type Method Description QList<Qt.DayOfWeek>
QLocale. weekdays()
-
Uses of Qt.DayOfWeek in io.qt.widgets
Methods in io.qt.widgets that return Qt.DayOfWeek Modifier and Type Method Description Qt.DayOfWeek
QCalendarWidget. firstDayOfWeek()
Methods in io.qt.widgets with parameters of type Qt.DayOfWeek Modifier and Type Method Description void
QCalendarWidget. setFirstDayOfWeek(Qt.DayOfWeek dayOfWeek)
void
QCalendarWidget. setWeekdayTextFormat(Qt.DayOfWeek dayOfWeek, QTextCharFormat format)
QTextCharFormat
QCalendarWidget. weekdayTextFormat(Qt.DayOfWeek dayOfWeek)