| Commit message (Expand) | Author | Age | Files | Lines |
| * | Doc: Clarify the usage of file filters in QFileDialog | Alexei Cazacov | 2025-11-21 | 1 | -3/+3 |
| * | Widgets snippets code: Fix of files under the dialogs prefix | Oleksii Zbykovskyi | 2025-08-29 | 5 | -199/+327 |
| * | Widgets snippets: Fix snippets and add to the build system | Oleksii Zbykovskyi | 2025-08-29 | 7 | -201/+391 |
| * | Fix snippet compilation for widgets | Ivan Solovev | 2025-08-27 | 1 | -0/+2 |
| * | CMake: Don't use private CMake API in doc snippets | Alexandru Croitor | 2025-08-21 | 1 | -26/+28 |
| * | Widgets snippets: Use the header file instead of a new class each time | Oleksii Zbykovskyi | 2025-08-20 | 4 | -81/+4 |
| * | Widget snippets: Fix indentation in qtreewidget-using example | Oleksii Zbykovskyi | 2025-08-19 | 1 | -16/+17 |
| * | Create a header file for MainWindow class | Oleksii Zbykovskyi | 2025-08-19 | 22 | -259/+122 |
| * | Fix indentation issues in the widgets snippets folder | Oleksii Zbykovskyi | 2025-08-06 | 33 | -333/+399 |
| * | Combine two snippets blocks in one | Oleksii Zbykovskyi | 2025-08-06 | 1 | -4/+2 |
| * | Combine senselessly divided snippets in customstyle | Oleksii Zbykovskyi | 2025-08-06 | 1 | -6/+4 |
| * | Relocate files from separate CMake files to the main one | Oleksii Zbykovskyi | 2025-08-06 | 11 | -94/+52 |
| * | Make snippets in widget folder compilable and add to the build system | Oleksii Zbykovskyi | 2025-08-05 | 28 | -57/+335 |
| * | Doc: Update QDialog and QMessageBox | Dheerendra Purohit | 2025-07-11 | 1 | -3/+3 |
| * | Widgets: pass dpr to QIcon::pixmap() | Christian Ehrlicher | 2024-12-29 | 1 | -1/+3 |
| * | Doc: Use qt_add_ui instead of qt6_add_ui | Orkun Tokdemir | 2024-08-05 | 2 | -26/+26 |
| * | Use QModelIndex::data() | Albert Astals Cid | 2024-06-21 | 1 | -1/+1 |
| * | CMake: Add `qt_add_ui` API | Orkun Tokdemir | 2024-05-07 | 2 | -0/+53 |
| * | Convert "Color Editor Factory" Example to snippets | MohammadHossein Qanbari | 2024-04-19 | 1 | -0/+4 |
| * | Convert Group Box Example to snippets and screenshots | MohammadHossein Qanbari | 2024-04-18 | 1 | -0/+17 |
| * | Doc: don't use deprecated function in QMenu snippets | Christian Ehrlicher | 2024-04-17 | 1 | -2/+2 |
| * | Correct doc snippet license | Lucie Gérard | 2024-02-28 | 9 | -9/+9 |
| * | Change doc snippet license | Lucie Gérard | 2024-02-02 | 3 | -3/+3 |
| * | Change license of .qdoc files | Lucie Gérard | 2024-02-01 | 1 | -1/+1 |
| * | Doc: complete the snippet for a dialog with extension | Volker Hilsheimer | 2024-01-11 | 1 | -0/+2 |
| * | Turn SpinBox Delegate example into snippets | Volker Hilsheimer | 2023-12-20 | 2 | -0/+91 |
| * | Doc: Modify unreadable tables | Inkamari Harjula | 2023-11-28 | 1 | -17/+33 |
| * | doc: fix QScrollBar stylesheet code example | Samuel Gaist | 2023-11-13 | 1 | -2/+2 |
| * | Convert tooltips example to snippets | Volker Hilsheimer | 2023-10-27 | 1 | -0/+74 |
| * | Include what you need: <QPointer> | Marc Mutz | 2023-10-12 | 1 | -0/+2 |
| * | Add QRhiWidget | Laszlo Agocs | 2023-08-14 | 3 | -0/+134 |
| * | Move icons example to manual test | Tor Arne Vestbø | 2023-06-28 | 1 | -0/+20 |
| * | Fix qdoc link warnings after moving a few examples to manual tests | Tor Arne Vestbø | 2023-06-27 | 1 | -0/+8 |
| * | Convert "extension" dialog example into snippets | Volker Hilsheimer | 2023-05-16 | 1 | -0/+27 |
| * | Doc: Use qt_add_executable() not add_executable() in snippets | Leena Miettinen | 2023-04-26 | 1 | -1/+1 |
| * | Remove unused documentation code snippets | Friedemann Kleint | 2023-04-17 | 8 | -247/+0 |
| * | QWidget: add overload to set tab order as a list of widgets | Volker Hilsheimer | 2023-04-11 | 1 | -0/+5 |
| * | Doc: Fix member name in code snippet | Andreas Eliasson | 2023-02-15 | 1 | -1/+1 |
| * | QtWidgets: Fix CMake Unity (Jumbo) builds | Friedemann Kleint | 2023-02-01 | 1 | -0/+2 |
| * | Layouts docs: pass parent widget in the ctor | Ahmad Samir | 2022-10-21 | 5 | -18/+13 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-11 | 3 | -4/+4 |
| * | Style sheets: add placeholder text color property for edit widgets | Eirik Aavitsland | 2022-09-29 | 1 | -0/+3 |
| * | Update the snippet for QFileDialog::saveFileContent | Mikolaj Boc | 2022-08-26 | 1 | -1/+3 |
| * | Change the license of all CMakeLists.txt and *.cmake files to BSD | Lucie Gérard | 2022-08-23 | 8 | -8/+8 |
| * | Documentation: Fix "Using Model Indexes" in Model View Programming guide to work | Friedemann Kleint | 2022-08-09 | 1 | -25/+31 |
| * | Add license headers to cmake files | Lucie Gérard | 2022-08-03 | 8 | -0/+24 |
| * | CustomStyle doc: fix code indentation | Laszlo Papp | 2022-07-14 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 125 | -6092/+250 |
| * | QtWidgets: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-05-02 | 1 | -8/+10 |
| * | QtWidgets: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-04-26 | 2 | -3/+3 |