summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets
Commit message (Expand)AuthorAgeFilesLines
* Correct doc snippet licenseLucie Gérard2024-02-289-9/+9
* Change doc snippet licenseLucie Gérard2024-02-023-3/+3
* Change license of .qdoc filesLucie Gérard2024-02-011-1/+1
* Doc: complete the snippet for a dialog with extensionVolker Hilsheimer2024-01-111-0/+2
* Turn SpinBox Delegate example into snippetsVolker Hilsheimer2023-12-202-0/+91
* Doc: Modify unreadable tablesInkamari Harjula2023-11-281-17/+33
* doc: fix QScrollBar stylesheet code exampleSamuel Gaist2023-11-131-2/+2
* Convert tooltips example to snippetsVolker Hilsheimer2023-10-271-0/+74
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+2
* Add QRhiWidgetLaszlo Agocs2023-08-143-0/+134
* Move icons example to manual testTor Arne Vestbø2023-06-281-0/+20
* Fix qdoc link warnings after moving a few examples to manual testsTor Arne Vestbø2023-06-271-0/+8
* Convert "extension" dialog example into snippetsVolker Hilsheimer2023-05-161-0/+27
* Doc: Use qt_add_executable() not add_executable() in snippetsLeena Miettinen2023-04-261-1/+1
* Remove unused documentation code snippetsFriedemann Kleint2023-04-178-247/+0
* QWidget: add overload to set tab order as a list of widgetsVolker Hilsheimer2023-04-111-0/+5
* Doc: Fix member name in code snippetAndreas Eliasson2023-02-151-1/+1
* QtWidgets: Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-011-0/+2
* Layouts docs: pass parent widget in the ctorAhmad Samir2022-10-215-18/+13
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-113-4/+4
* Style sheets: add placeholder text color property for edit widgetsEirik Aavitsland2022-09-291-0/+3
* Update the snippet for QFileDialog::saveFileContentMikolaj Boc2022-08-261-1/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-238-8/+8
* Documentation: Fix "Using Model Indexes" in Model View Programming guide to workFriedemann Kleint2022-08-091-25/+31
* Add license headers to cmake filesLucie Gérard2022-08-038-0/+24
* CustomStyle doc: fix code indentationLaszlo Papp2022-07-141-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-16125-6092/+250
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-8/+10
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-262-3/+3
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-091-1/+1
* Partially modified to use C++11 standard nullptrchenbin2021-09-061-1/+1
* Doc: Fix qdoc warnings on snippet filesNico Vertriest2021-03-221-0/+3
* Fix signature of canDropMimeData used in code snippetAlbert Astals Cid2021-03-042-2/+2
* CMake: Port the snippet project setup to CMakeVenugopal Shivashankar2021-02-108-2/+61
* QStyle: add name() to return the name of the styleChristian Ehrlicher2021-01-141-16/+8
* Remove the qmake project filesJoerg Bornemann2021-01-0718-99/+0
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-11-301-1/+1
* Doc: Update CMake functions in Qt Widgets for Qt 6Kai Koehne2020-11-231-6/+0
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Doc: Prefer versioned CMake library targetsv6.0.0-beta3Kai Koehne2020-11-011-1/+1
* Organize QtOpenGLWidgets documentationVolker Hilsheimer2020-10-291-209/+0
* QLayout docs: explain better what the QWidget ctor arg doesAhmad Samir2020-10-271-8/+4
* Deprecate QVariant::TypeLars Knoll2020-10-231-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-0710-10/+10
* Doc: Make widgets snippets a subdirs/lib projectPaul Wicking2020-09-2310-41/+62
* Doc: Clean up widget snippets projectPaul Wicking2020-09-108-13/+13
* Deliver Quit event when calling QCoreApplication::quit()Tor Arne Vestbø2020-09-071-1/+1
* Remove QMacNativeWidget and QMacCocoaViewContainerTor Arne Vestbø2020-08-281-94/+0
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-283-243/+0
* Use QList instead of QVector in qtbaseJarek Kobus2020-07-071-5/+5