summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* QDockWidget: ignore close event if DockWidgetClosable is not setVolker Hilsheimer2023-09-211-1/+7
* QDialogButtonBox: Manage hide and show of standard buttonsAxel Spoerl2023-09-112-15/+27
* widgets: use const methods moreAnton Kudryavtsev2023-09-082-3/+3
* QComboBox on macOS: guard against destruction while native popup is openVolker Hilsheimer2023-09-081-6/+13
* Doc: Mention reset methods for QCalendarWidget::maximumDate, minimumDateKai Köhne2023-09-071-4/+6
* Doc: Fix documented default for QCalendarWidget maximumDate, minimumDateKai Köhne2023-09-071-4/+2
* QFontComboBox: inform accessibility about model reset when filter changesVolker Hilsheimer2023-09-061-0/+8
* Remove redundant QPair includesAhmad Samir2023-09-062-2/+0
* QCheckBox: add new checkStateChanged(Qt::CheckState) signalMarc Mutz2023-09-052-7/+14
* QMdiArea: port Q_FOREACH to ranged-for, loop could call QCA::sendEvent()Ahmad Samir2023-09-011-9/+41
* QMdiArea: port Q_FOREACH to ranged-for: loop doesn't change containerAhmad Samir2023-08-301-3/+3
* QMdiArea: port Q_FOREACH to ranged-for, d->pendingPlacementsAhmad Samir2023-08-301-1/+6
* QMdiArea: port Q_FOREACH to ranged-for, d->pendingRearrangementsAhmad Samir2023-08-301-1/+3
* QToolButton: Replace macro based connectionsAxel Spoerl2023-08-242-28/+29
* QPushButton: Replace macro based connectionsAxel Spoerl2023-08-243-9/+5
* QDialogButtonBox: Use separate eventFilter classAxel Spoerl2023-08-233-27/+26
* Doc: Fix typo in commentKai Köhne2023-08-231-1/+1
* Fix build with -no-feature-dragandropTasuku Suzuki2023-08-172-0/+12
* QTabBar: don't make current tab visible while tab bar is invisibleVolker Hilsheimer2023-08-161-1/+4
* QMdiArea: port Q_FOREACH to ranged-for, one trivial caseAhmad Samir2023-08-151-1/+1
* QDockArealLayoutItem: recurse subinfo in QDebug operator<<Axel Spoerl2023-08-151-4/+5
* QDockWidgetGroupWindow::adjustFlags() - don't show() empty group windowAxel Spoerl2023-08-152-1/+21
* QPlainTextEdit: update placeholder text when document is emptyAxel Spoerl2023-08-142-12/+8
* Harden QMenuPrivate::hideMenu() against menu argument becoming staleAxel Spoerl2023-08-141-3/+18
* QPlainTextEdit: clean up private slot definitionsAxel Spoerl2023-08-103-29/+24
* Mark QtWidgets as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-092-0/+4
* Doc: explain how to create a QToolBarMitch Curtis2023-07-191-0/+4
* QTabBarPrivate::setupMovableTab() - fix initialization of tab positionAxel Spoerl2023-07-111-1/+1
* QAbstractScrollArea: Don't include size of invisible scrollbarsVolker Hilsheimer2023-07-111-3/+3
* Remove references to Application ExampleAxel Spoerl2023-07-062-3/+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
* QWidgetTextControl: share setActionIcon() with QLineEditMarc Mutz2023-07-053-8/+6
* QTabBar: share verticalTabs(Shape) with QStyleSheetStyleMarc Mutz2023-07-052-8/+8
* Move tetrix example to manual testTor Arne Vestbø2023-06-291-1/+1
* Move MDI example to manual testTor Arne Vestbø2023-06-291-1/+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-281-5/+2
* QtWidgets: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-282-2/+2
* QDialogButtonBox - code cleanupAxel Spoerl2023-06-283-93/+171
* Fix missing references to 'Qt Widgets - Application Example'Tor Arne Vestbø2023-06-276-6/+5
* Fix qdoc link warnings after moving a few examples to manual testsTor Arne Vestbø2023-06-275-6/+6
* Fix QTextEdit/QPlanTextEdit palette not updated on ActivationChangeMike Chen2023-06-262-0/+2
* QDockAreaLayoutInfo: fix QDebug stream operatorMarc Mutz2023-06-212-9/+13
* 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
* 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