summaryrefslogtreecommitdiffstats
path: root/examples/sql
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add deployment API to our examplesAlexandru Croitor2024-03-229-81/+90
* SQL/QSqlField: deprecate internal functions setSqlType()/typeID()Christian Ehrlicher2024-03-101-3/+1
* Correct license for examples filesLucie Gérard2024-03-0710-10/+10
* Examples/sqlbrowser: improve coding styleChristian Ehrlicher2024-01-197-194/+248
* SQL examples: code cleanupChristian Ehrlicher2024-01-1419-129/+172
* Fix warning on SQL Browser startupKai Köhne2024-01-121-1/+2
* Update the books exampleEd Cooke2023-12-1412-241/+184
* SQL/drilldown example: add new icons and misc cleanupChristian Ehrlicher2023-11-2312-21/+17
* Preparations to deprecate QItemDelegateChristian Ehrlicher2023-10-051-4/+4
* examples/: compile with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-09-085-20/+11
* Doc: Add remaining SQL examples to Data Processing & I/O categoryKai Köhne2023-07-138-0/+8
* Doc: Update example category namesKai Köhne2023-07-101-1/+1
* Move simple widget mapper example to manual testTor Arne Vestbø2023-06-301-2/+1
* Examples: Revamp sql/booksLiang Qi2023-06-293-2/+6
* Examples: Remove unnecessary Q_INIT_RESOURCE callsKai Köhne2023-06-083-6/+0
* Update Cached Table example meta-dataVolker Hilsheimer2023-05-241-1/+2
* examples: Connect Quit action to QCoreApplication::quit, not QWidget::closeTor Arne Vestbø2023-02-202-2/+2
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-309-9/+9
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-179-20/+18
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-1710-39/+39
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2310-10/+10
* Add license headers to cmake filesLucie Gérard2022-08-0310-0/+30
* Fix typos in docs and commentsKai Köhne2022-06-152-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-1649-2194/+98
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-249-32/+0
* Examples: Remove unneeded target_include_directoriesKai Köhne2021-12-171-4/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-139-12/+27
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-1310-21/+1
* CMake: Prefer unversioned commandsKai Köhne2021-12-133-3/+3
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-109-37/+9
* Remove .prev_CMakeLists.txtKai Köhne2021-12-061-18/+0
* SQL browser example: fix typoTalent Gc2021-09-021-1/+1
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-179-9/+9
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-261-9/+9
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-279-0/+36
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-199-9/+9
* Fix some qdoc warnings: typos and qdoc syntaxVolker Hilsheimer2020-09-221-1/+1
* Derive some item delegates from QStyledItemDelegateLars Knoll2020-09-101-6/+1
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-2/+2
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-151-7/+7
* CMake: Regenerate examplesAlexandru Croitor2020-07-0911-10/+66
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-082-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-112-0/+6
|\
| * Doc: Let SQL Drill Down example show correct use of qgraphicsitem_castPaul Wicking2020-03-062-0/+6
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\|
| * Docs: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* | QComboBox: remove currentIndexChanged(const QString&)Vitaly Fanaskov2020-02-192-2/+2
* | QtSql: remove compat SQL plugin namesChristian Ehrlicher2020-02-131-7/+0
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-2/+2
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-2/+2
| |\