summaryrefslogtreecommitdiffstats
path: root/examples/widgets
Commit message (Expand)AuthorAgeFilesLines
* Brush up the basicsortfiltermodel exampleFriedemann Kleint2020-10-141-1/+25
* Use QScroller in the Dir View exampleShawn Rutledge2020-10-142-3/+13
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-078-8/+8
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-1/+1
* Stylesheet example: Get rid of auto-connection slotsAlexander Volkov2020-09-253-16/+21
* CMake: Regenerate projectsAlexandru Croitor2020-09-221-3/+0
* Deprecate implicit QPixmap conversion to QBitmapVolker Hilsheimer2020-09-171-1/+1
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-122-2/+0
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-125-5/+5
* Remove obsolete APIs and comments from QAbstractPrintDialogVolker Hilsheimer2020-09-102-2/+2
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-105-8/+8
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-072-2/+2
* Remove deprecated QPrinter and QPagedPaintDevice APIsVolker Hilsheimer2020-09-042-8/+8
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-033-14/+14
* Remove "fallback session management"Andreas Hartmetz2020-09-011-1/+0
* Deprecate and remove uses of AA_DisableHighDpiScalingTor Arne Vestbø2020-08-311-10/+0
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-2815-44/+1
* Replace QAbstractItemView::viewOptions with initViewItemOptionVolker Hilsheimer2020-08-261-5/+11
* macOS: rename 'macintosh' style to 'macos'Richard Moe Gustavsen2020-08-261-2/+2
* Move QStateMachine from QtCore to QtScxmlKarsten Heimrich2020-08-24187-14242/+1
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-1/+1
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-206-12/+12
* Port the QXmlStream API from QStringRef to QStringViewKarsten Heimrich2020-08-191-4/+4
* Disentangle QIODevice dependenciesLars Knoll2020-08-151-2/+2
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-061-1/+1
* Polish the settingseditor exampleFriedemann Kleint2020-07-104-107/+227
* CMake: Regenerate examplesAlexandru Croitor2020-07-09179-181/+899
* Add ; to Q_UNUSEDLars Schmertmann2020-07-073-3/+3
* Use qsizetype in QListLars Knoll2020-07-061-1/+1
* Use QList instead of QVector in statemachineJarek Kobus2020-07-061-2/+2
* macOS: Remove examples for deprecated QMac(NativeWidget|CocoaViewContainer)Tor Arne Vestbø2020-06-2610-337/+0
* Doc: Fix typoPaul Wicking2020-06-251-1/+1
* Example: Connect to correct slotPaul Wicking2020-06-231-1/+1
* Use QList instead of QVector in examplesJarek Kobus2020-06-2353-103/+101
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-2022-1258/+0
* Use | to OR some related flagsGiuseppe D'Angelo2020-06-191-1/+1
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-162-54/+54
* Fix OpenGL mode in examples like compositionLaszlo Agocs2020-06-091-3/+5
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-082-2/+0
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-0823-92/+92
* Remove the deprecated QDirModelVolker Hilsheimer2020-06-043-7/+0
* Port QRegularExpression to QStringView, drop QStringRefGiuseppe D'Angelo2020-05-311-1/+1
* Examples/RegularExpressionDialog: remove deprecated optionsChristian Ehrlicher2020-05-232-13/+0
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-3/+2
* Get rid of QTextCodec in the textedit exampleLars Knoll2020-05-141-10/+8
* Doc: Use nullptr instead of 0 in examplePaul Wicking2020-05-111-1/+1
* Remove a couple of QTextStream usagesLars Knoll2020-05-011-3/+3
* CMake: Regenerate examples/widgets/ projectsSona Kurazyan2020-04-2916-29/+163
* Mark widget gallery example as "gallery"Friedemann Kleint2020-04-291-0/+1
* examples: avoid int -> QChar conversionsMarc Mutz2020-04-291-1/+1