| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Remove unused documentation code snippets | Friedemann Kleint | 2023-04-17 | 7 | -241/+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 |
| * | Layouts docs: pass parent widget in the ctor | Ahmad Samir | 2022-10-21 | 4 | -16/+12 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-11 | 1 | -1/+1 |
| * | 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 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 62 | -3016/+124 |
| * | QStyle: add name() to return the name of the style | Christian Ehrlicher | 2021-01-14 | 1 | -16/+8 |
| * | Organize QtOpenGLWidgets documentation | Volker Hilsheimer | 2020-10-29 | 1 | -209/+0 |
| * | Deprecate QVariant::Type | Lars Knoll | 2020-10-23 | 1 | -1/+1 |
| * | Another round of replacing 0 with nullptr | Allan Sandfeld Jensen | 2020-10-07 | 1 | -1/+1 |
| * | Doc: Fix documentation warnings for Qt GUI | Topi Reinio | 2020-08-28 | 3 | -243/+0 |
| * | Use QList instead of QVector in qtbase | Jarek Kobus | 2020-07-07 | 1 | -5/+5 |
| * | Document how to use CMake for Qt Widgets | Kai Koehne | 2020-05-31 | 2 | -56/+0 |
| * | Mark QApplication::globalStrut as deprecated | Volker Hilsheimer | 2020-01-22 | 1 | -1/+1 |
| * | QtWidget docs: small fixes | Christian Ehrlicher | 2019-12-18 | 9 | -50/+51 |
| * | wasm: fix getOpenFileContent doc | Lorn Potter | 2019-12-11 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14 | Qt Forward Merge Bot | 2019-10-24 | 1 | -1/+1 |
| |\ |
|
| | * | Doc: Correct snippet about customizing QMenuBar | Nico Vertriest | 2019-10-11 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/dev' into 5.14 | Liang Qi | 2019-08-27 | 1 | -0/+5 |
| |\ \ |
|
| | * | | wasm: Add saveFileContent() | Morten Johan Sørvig | 2019-08-20 | 1 | -0/+5 |
| | |/ |
|
| * / | Remove dead code from Qt 4 times | Tor Arne Vestbø | 2019-08-20 | 1 | -5/+0 |
| |/ |
|
| * | Docs: Fix the snippet lookup for QFileDialog::getOpenFileContent | Alessandro Portale | 2019-08-12 | 1 | -3/+3 |
| * | wasm: add public API for local file access | Morten Johan Sørvig | 2019-02-07 | 1 | -0/+11 |
| * | QtWidgets documentation: cleanup | Christian Ehrlicher | 2019-02-05 | 3 | -9/+13 |
| * | DropSite example: fix documentation | Christian Ehrlicher | 2018-12-10 | 1 | -55/+0 |
| * | Merge remote-tracking branch 'origin/5.12' into dev | Liang Qi | 2018-11-10 | 1 | -0/+1 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.11' into 5.12.0 | Liang Qi | 2018-11-05 | 1 | -0/+1 |
| | |\ |
|
| | | * | Fix stylesheet example for QLineEdit:read-only code example | Arnaud Bienner | 2018-10-22 | 1 | -0/+1 |
| * | | | Merge remote-tracking branch 'origin/5.12' into dev | Liang Qi | 2018-10-25 | 5 | -0/+174 |
| |\| | |
|
| | * | | Doc: Move literal code block to a separate file | Cristian Maureira-Fredes | 2018-10-15 | 5 | -0/+174 |
| | |/ |
|
| * / | Qt Style Sheets: add support for hsl(a) colors | Christian Ehrlicher | 2018-10-18 | 1 | -7/+9 |
| |/ |
|
| * | doc: Add missing override and remove redundant virtual for snippets | Alexander Volkov | 2018-08-16 | 5 | -20/+20 |
| * | QStyle: deprecate SH_Widget_Animate in favor of SH_Widget_Animation_Duration | Elvis Angelaccio | 2017-06-04 | 1 | -0/+4 |
| * | Doc: Add information about styling QTableView::indicator | Venugopal Shivashankar | 2017-05-04 | 1 | -0/+6 |
| * | Doc: Updated code sample to match documentation of QCompleter | Samuel Gaist | 2016-12-20 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-11-16 | 1 | -8/+0 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-11-15 | 1 | -8/+0 |
| | |\ |
|
| | | * | doc: Remove obsolete note for QWidget::paintEvent() | Alexander Volkov | 2016-11-12 | 1 | -8/+0 |
| * | | | Change confusing Q_DEAD_CODE_FROM_QT4_FOO define | Tor Arne Vestbø | 2016-10-14 | 1 | -1/+1 |
| * | | | Merge remote-tracking branch 'origin/5.7' into dev | Liang Qi | 2016-08-16 | 1 | -2/+2 |
| |\| | |
|
| | * | | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-08-13 | 1 | -2/+2 |
| | |\| |
|
| | | * | Doc: Fix incorrect arguments in QTableWidget::setCellWidget() snippet | Topi Reinio | 2016-08-12 | 1 | -2/+2 |
| * | | | QApplication: Deprecate ColorSpec, setColorSpec() and colorSpec(). | Friedemann Kleint | 2016-04-26 | 1 | -0/+1 |
| |/ / |
|
| * | | Unify license header usage. | Jani Heikkinen | 2016-03-29 | 66 | -198/+858 |
| * | | Fix some documentation warnings. | Friedemann Kleint | 2016-03-24 | 1 | -2/+2 |
| * | | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2015-11-04 | 1 | -1/+1 |
| |\| |
|