summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Make the windowflags example use "normal" windowsMorten Sørvig37 hours2-2/+2
* Doc: Fix broken links in Qt WidgetsKai Köhne2025-06-032-2/+2
* Doc: Fix auto-links to deprecated functionsDavid Boddie2025-05-311-1/+1
* Compile androidnotifier only if widgets are availableJuha Vuolle2025-05-021-1/+1
* Doc: Add alt-text for Qt Network examplesSafiyyah Moosa2025-04-2913-13/+13
* Compile calendarbackendplugin only if widgets are enabledJuha Vuolle2025-04-292-2/+4
* Examples: fix a couple of nodiscard warnings from QFile::openGiuseppe D'Angelo2025-04-242-4/+11
* Doc: Qt D-Bus: Add image alt textsTopi Reinio2025-04-092-2/+4
* Doc: Add Alt-text to the Qt SQL examplesSafiyyah Moosa2025-04-099-12/+12
* Examples: port from QCheckBox::stateChanged to checkStateChangedGiuseppe D'Angelo2025-03-261-4/+4
* Examples: include what you use (QElapsedTimer)Giuseppe D'Angelo2025-03-261-0/+1
* Examples: fix UB calls into QElapsedTimerGiuseppe D'Angelo2025-03-262-2/+2
* DropSite example: handle application/x-colorShawn Rutledge2025-03-171-1/+9
* Docs: Create \Q4A macro for "Qt for Android" and replace instancesNicholas Bennett2025-02-281-2/+2
* Correct childNumber() reference in editable tree model exampleAxel Spoerl2025-02-181-1/+1
* Do not lie about keyboard shortcut to macOS usersJan Arve Sæther2025-02-031-2/+4
* Notepad example: Use theme iconsFriedemann Kleint2025-01-281-16/+16
* CMake: Fix examples built as external projectsJoerg Bornemann2025-01-275-5/+5
* examples: check return value of QFile::open() callsAhmad Samir2025-01-222-3/+14
* QSortFilterProxyModel: add endFilterChange, deprecate invalidateFilterVolker Hilsheimer2025-01-221-2/+2
* Standard dialogs example: Fix compilation with QT_NO_CAST_FROM_ASCIIFriedemann Kleint2025-01-211-7/+9
* Standard dialogs example: Fix some clang-tidy warningsFriedemann Kleint2025-01-212-45/+50
* CMake: Use a unique resource identifier in simpletreemodel exampleAlexandru Croitor2025-01-201-1/+1
* Replace qdebug.h includes in public headers with forward-declarationsAhmad Samir2025-01-156-0/+7
* Mime type browser example: Add translator loader codeFriedemann Kleint2025-01-061-0/+16
* sqlbrowser example: use = default on empty dtorsMarc Mutz2025-01-021-3/+1
* sqlbrowser example: fix ugly margin around ConnectionWidgetMarc Mutz2025-01-021-0/+1
* sqlbrowser example: use explicit / overrideMarc Mutz2025-01-023-6/+6
* sqlbrowser example: use unique_ptr to hold m_uiMarc Mutz2025-01-024-10/+10
* sqlbrowser example: use idiomatic Qt [3/3]: use form-layoutMarc Mutz2025-01-021-7/+1
* sqlbrowser example: use idiomatic Qt [2/3]: use button-box / override accept()Marc Mutz2025-01-023-51/+39
* sqlbrowser example: use idiomatic Qt [1/3]: disabling group-boxMarc Mutz2025-01-023-9/+18
* Use QPainterStateGuard in examplesFriedemann Kleint2024-12-178-55/+61
* Improve drag-and-drop visual handling in DragWidgetPatryk Stachniak2024-12-061-9/+4
* Removal of generic stylesheet rule for dropdownPatryk Stachniak2024-12-021-1/+0
* Add Qt::Orientations based flip and flipped functionsAllan Sandfeld Jensen2024-11-294-4/+4
* Examples: Disable QtC junction points for examples using 'shared' directoryKai Köhne2024-11-2610-0/+210
* Doc: Move Easing Curve example into Graphics categoryPaul Wicking2024-11-121-1/+1
* Show Custom Completer example as part of UI Components categoryKai Köhne2024-10-311-0/+2
* Use delegate to draw ComboBox LabelMagdalena Stojek2024-10-294-51/+28
* Organize the tutorials in Qt Widgets so they are visible and reachableAlexei Cazacov2024-10-231-1/+2
* Docs: Update images for Widgets and remove unused imagesAlexei Cazacov2024-10-175-0/+0
* wasm: disable network examplesMorten Sørvig2024-10-151-11/+13
* Docs: Update the screenshots for the Qt Widgets examplesAlexei Cazacov2024-10-1128-1/+3
* CompositionWidget example: use QBasicTimer instead of raw timer IDsAhmad Samir2024-10-032-12/+13
* GraphWidget example: use QBasicTimer instead of raw timer IDsAhmad Samir2024-10-032-7/+8
* examples/*/network-chat: port to std::chrono intervalsAhmad Samir2024-10-031-5/+5
* examples/network/network-chat: use QBasicTimer instead of raw timer IDsAhmad Samir2024-10-032-10/+9
* Examples/Sql/Masterdetail: Fix deleting rowsChristian Ehrlicher2024-09-075-1/+7
* examples/network/torrrent: port to QBasicTimerAhmad Samir2024-08-315-55/+37