summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Remove references to Application ExampleAxel Spoerl2023-07-063-4/+1
* QDialogButtonBox - Update focus chain when buttons show or hideAxel Spoerl2023-07-063-10/+94
* QtWidgets: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-07-051-1/+1
* Immediately drag when start distance is 0 in abstract item viewMikolaj Boc2023-07-052-12/+19
* QWidgetTextControl: share setActionIcon() with QLineEditMarc Mutz2023-07-053-8/+6
* QTabBar: share verticalTabs(Shape) with QStyleSheetStyleMarc Mutz2023-07-053-19/+9
* QFusionStyle: rename dock_widget_close_xpm to avoid clash with qcommonstylepi...Marc Mutz2023-07-051-3/+3
* Move pixelator example to manual testTor Arne Vestbø2023-06-305-9/+7
* QMessageBox: Respect clients overriding QDialog::done()Tor Arne Vestbø2023-06-293-42/+35
* QMessageBox: Plumb native button clicks back to dialog's QAbstractButtonTor Arne Vestbø2023-06-292-18/+18
* QMessageBox: Emit accepted/rejected for native message boxesTor Arne Vestbø2023-06-291-8/+8
* QMessageBox: Set clicked button for native dialogs in clicked callbackTor Arne Vestbø2023-06-291-11/+2
* Move textedit example to manual testTor Arne Vestbø2023-06-291-4/+0
* Move tetrix example to manual testTor Arne Vestbø2023-06-292-2/+2
* Move styles example to manual testTor Arne Vestbø2023-06-292-76/+1
* Move stylesheets example to manual testTor Arne Vestbø2023-06-293-17/+2
* Move MDI example to manual testTor Arne Vestbø2023-06-292-2/+2
* Move item views puzzle example to manual testTor Arne Vestbø2023-06-282-3/+1
* Move image viewer example to manual testTor Arne Vestbø2023-06-281-5/+1
* Move icons example to manual testTor Arne Vestbø2023-06-283-7/+23
* QtWidgets: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-284-5/+5
* QDialogButtonBox - code cleanupAxel Spoerl2023-06-284-94/+172
* QWizard: Support fractional DPR on WindowsMorten Sørvig2023-06-272-3/+3
* Fix missing references to 'Qt Widgets - Application Example'Tor Arne Vestbø2023-06-279-11/+8
* Fix qdoc link warnings after moving a few examples to manual testsTor Arne Vestbø2023-06-2713-20/+21
* Use a global value for warning limit when testing documentation in CITopi Reinio2023-06-271-3/+0
* Fix QTextEdit/QPlanTextEdit palette not updated on ActivationChangeMike Chen2023-06-262-0/+2
* QHeaderView: Don't add new sections on no-opAxel Spoerl2023-06-231-2/+3
* Div. private RAII/smart ptr classes: mark ctors [[nodiscard]]Marc Mutz2023-06-211-1/+1
* QMessageBox: cut out the _q_requireVersion() middle-manMarc Mutz2023-06-212-7/+2
* QMessageBox: use optional<> instead of unique_ptrMarc Mutz2023-06-211-3/+3
* QMessageBox: use %ls and qUtf6Printable()Marc Mutz2023-06-211-1/+1
* QDockAreaLayoutInfo: fix QDebug stream operatorMarc Mutz2023-06-212-9/+13
* Implement QWidgetPrivate::focusObject()Axel Spoerl2023-06-212-1/+8
* QLineEdit: ignore key release eventsVolker Hilsheimer2023-06-201-1/+2
* QDockWidget: Don't insert gap item if QDockWidgetGroupWindow has oneAxel Spoerl2023-06-203-2/+22
* Implement debug operator for QDockAreaLayoutItemAxel Spoerl2023-06-202-0/+16
* QKeySequenceEdit: don't finish when opening a context menuVolker Hilsheimer2023-06-201-1/+2
* QMessageBox: Remove include of qdebug.hFriedemann Kleint2023-06-162-17/+25
* Update documentation of signal QDockWidget::visibilityChangedAxel Spoerl2023-06-162-1/+5
* QComboBox: scroll the popup to the top before positioning itRichard Moe Gustavsen2023-06-151-1/+7
* QHeaderView: use correct mouse position for auto scrollAxel Spoerl2023-06-141-6/+4
* Fix no-op emission of QComboBox::currentTextChangedAxel Spoerl2023-06-132-4/+18
* Remove flattreeview exampleVolker Hilsheimer2023-06-121-0/+5
* QStyleSheetStyle: Default to foreground for unset brushes onlyAxel Spoerl2023-06-091-5/+15
* Doc: Fix documentation issuesTopi Reinio2023-06-091-4/+3
* macOS: Remove old friend declaration for qt_mac_is_metalTor Arne Vestbø2023-06-091-3/+0
* Doc: Fix links to QLayout[Item]::expandingDirections()Kai Köhne2023-06-092-2/+2
* QMenu: don't crash when nested tear-off menus are closedVolker Hilsheimer2023-06-091-1/+3
* Don't double draw ItemViewItems' icons in QStyleSheetStyle::drawControlAxel Spoerl2023-06-081-0/+5