Home
last modified time | relevance | path

Searched refs:longDayName (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qdate/
H A Dtst_qdate.cpp96 void longDayName() const;
837 void tst_QDate::longDayName() const in longDayName() function in tst_QDate
840 QCOMPARE(QDate::longDayName(1), QLatin1String("Monday")); in longDayName()
841 QCOMPARE(QDate::longDayName(7), QLatin1String("Sunday")); in longDayName()
846 QCOMPARE(QDate::longDayName(i), locale.dayName(i, QLocale::LongFormat)); in longDayName()
853 QCOMPARE(QDate::longDayName(1, QDate::StandaloneFormat), QLatin1String("Monday")); in standaloneLongDayName()
854 QCOMPARE(QDate::longDayName(7, QDate::StandaloneFormat), QLatin1String("Sunday")); in standaloneLongDayName()
859 …QCOMPARE(QDate::longDayName(i, QDate::StandaloneFormat), locale.standaloneDayName(i, QLocale::Long… in standaloneLongDayName()
/dports/deskutils/korganizer/korganizer-21.12.3/src/widgets/
H A Dkdatenavigator.cpp227 QString longDayName = QLocale().dayName(day, QLocale::LongFormat); in updateConfig() local
229 mHeadings[i]->setToolTip(i18n("%1", longDayName)); in updateConfig()
230 … mHeadings[i]->setWhatsThis(i18n("A column header of the %1 dates in the month.", longDayName)); in updateConfig()
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelLocaleMgr.hpp155 static QString longDayName(int weekday);
/dports/polish/kadu/kadu-4.3/kadu-core/chat-style/engine/adium/
H A Dadium-time-formatter.cpp179 str += QDate::longDayName(date.dayOfWeek()); in finishStr()
268 appendStr(str, QDate::longDayName(date.dayOfWeek()), length); in convertTimeDate()
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/future/core/datatypes/
H A DString2DayOfWeekFilter.h64 if ((input_value.toLower() == QDate::longDayName(i).toLower()) in dateTimeAt()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/tools/
H A Dqdatetime.h90 static QString longDayName(int weekday); in QT_MODULE()
91 static QString longDayName(int weekday, MonthNameType type); in QT_MODULE()
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWDate.h399 static Wt::WString longDayName(int weekday, bool localized = true);
H A DWDate.C252 WString WDate::longDayName(int weekday, bool localized) in longDayName() function
269 std::string m = longDayName(i).toUTF8(); in parseLongDayName()
629 result << longDayName(dayOfWeek(), localized).toUTF8(); in writeSpecial()
H A DWCalendar.C157 WString title = WDate::longDayName(day); in setFirstDayOfWeek()
171 abbr = WDate::longDayName(day); in setFirstDayOfWeek()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/richtext/calendar/
H A Dmainwindow.cpp165 cellCursor.insertText(QString("%1").arg(QDate::longDayName(weekDay)), in insertCalendar()
/dports/databases/py-qt5-sql/PyQt5-5.15.4/examples/richtext/
H A Dcalendar.py144 cellCursor.insertText(QDate.longDayName(weekDay), boldFormat)
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/examples/richtext/
H A Dcalendar.py144 cellCursor.insertText(QDate.longDayName(weekDay), boldFormat)
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/examples/richtext/
H A Dcalendar.py144 cellCursor.insertText(QDate.longDayName(weekDay), boldFormat)
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/examples/richtext/
H A Dcalendar.py144 cellCursor.insertText(QDate.longDayName(weekDay), boldFormat)
/dports/www/py-qt5-websockets/PyQt5-5.15.4/examples/richtext/
H A Dcalendar.py144 cellCursor.insertText(QDate.longDayName(weekDay), boldFormat)
/dports/www/py-qt5-webkit/PyQt5-5.15.4/examples/richtext/
H A Dcalendar.py144 cellCursor.insertText(QDate.longDayName(weekDay), boldFormat)
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/examples/richtext/
H A Dcalendar.py144 cellCursor.insertText(QDate.longDayName(weekDay), boldFormat)
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/examples/richtext/
H A Dcalendar.py144 cellCursor.insertText(QDate.longDayName(weekDay), boldFormat)
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/examples/richtext/
H A Dcalendar.py144 cellCursor.insertText(QDate.longDayName(weekDay), boldFormat)
/dports/net/py-qt5-network/PyQt5-5.15.4/examples/richtext/
H A Dcalendar.py144 cellCursor.insertText(QDate.longDayName(weekDay), boldFormat)
/dports/devel/py-qt5-test/PyQt5-5.15.4/examples/richtext/
H A Dcalendar.py144 cellCursor.insertText(QDate.longDayName(weekDay), boldFormat)
/dports/misc/py-qt5-demo/PyQt5-5.15.4/examples/richtext/
H A Dcalendar.py144 cellCursor.insertText(QDate.longDayName(weekDay), boldFormat)
/dports/lang/py-qt5-qml/PyQt5-5.15.4/examples/richtext/
H A Dcalendar.py144 cellCursor.insertText(QDate.longDayName(weekDay), boldFormat)
/dports/x11-toolkits/py-qt5-quick3d/PyQt5-5.15.4/examples/richtext/
H A Dcalendar.py144 cellCursor.insertText(QDate.longDayName(weekDay), boldFormat)
/dports/x11-toolkits/py-qt5-quick/PyQt5-5.15.4/examples/richtext/
H A Dcalendar.py144 cellCursor.insertText(QDate.longDayName(weekDay), boldFormat)

1234567