summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Convert Group Box Example to snippets and screenshotsMohammadHossein Qanbari9 days2-3/+3
* QComboBox: Revert recreation of ComboBox Container on style changeWladimir Leuschner2024-04-111-17/+1
* QToolButton: Don't crash if deleted while in event handlerSergio Martins2024-04-111-1/+3
* QMenu: clear popup screen after exec()Axel Spoerl2024-03-271-0/+1
* QMainWindowLayout: rewrite validateToolBarArea() to return by valueMarc Mutz2024-03-261-5/+6
* Fix multiscreen menu popup positioning corner caseMorten Sørvig2024-03-251-2/+9
* Delete QComboBoxPrivateContainer while the combo box is still aliveTor Arne Vestbø2024-03-092-1/+4
* QDockWidget: add notification signal to floating propertyAxel Spoerl2024-03-081-1/+1
* QDialogButtonBox: Don't set focus in a dialog with StrongFocus childrenAxel Spoerl2024-03-071-2/+4
* Fix menu size in multiscreen setupsFriedemann Kleint2024-03-073-4/+25
* Map drag event positions to global during dock/toolbar dragDavid Redondo2024-03-051-1/+2
* Handle drag leave when performing platform drag of docks or toolbarsDavid Redondo2024-03-051-0/+5
* QDockWidget: Use resizer without native window decorationAxel Spoerl2024-03-021-4/+4
* QTextEdit::event: refactor into switch statementVolker Hilsheimer2024-03-011-16/+26
* Fix QTextEdit/QPlanTextEdit palette not updatedMike Chen2024-03-012-9/+9
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-017-0/+7
* Refactor and fix QMainWindow::tabifiedDockWidgets()Axel Spoerl2024-02-293-28/+46
* Implement Qt::ImEnabled by isEnabled() and isReadOnly()Yansheng Zhu2024-03-013-3/+3
* QDialogButtonBox: fix crash when adding a QToolButtonDavid Faure2024-02-281-1/+1
* Prevent re-replacing state in setGeometryTomi Korpipää2024-02-271-1/+3
* Text widgets: document find() behavior with QRegularExpressionGiuseppe D'Angelo2024-02-262-4/+10
* QDockWidget: fix dock buttons sizeChristian Ehrlicher2024-02-161-1/+1
* Q(Plain)TextEdit: don't crash when using a style sheetChristian Ehrlicher2024-02-072-2/+2
* Reapply: Remove const/ref debug operator for QDockWidgetVolker Hilsheimer2024-02-032-11/+9
* QLineEdit: disable cursor blinking on hideGiuseppe D'Angelo2024-02-021-0/+2
* Add QWidgetPrivate::isExplicitlyHidden() helper functionTor Arne Vestbø2024-01-313-5/+5
* QPushButton with a menu remains in sunken state after menu closedEd Cooke2024-01-221-1/+1
* QCheckBox: deprecate stateChanged()Marc Mutz2024-01-192-3/+12
* Revert "API Review / QDockWidget: Remove const/ref debug operator"Axel Spoerl2024-01-182-9/+11
* Remove note about QDockWidget::DockWidgetClosable not working on macOSTor Arne Vestbø2024-01-161-3/+1
* Widgets: pass widget to QStyle::pixelMetric()Christian Ehrlicher2024-01-1610-17/+17
* QComboBox: ignore hidden items when calculating popup sizeChristian Ehrlicher2024-01-121-0/+3
* QLabel: Use pmf-style connectsChristian Ehrlicher2024-01-103-32/+27
* API Review / QDockWidget: Fix TODO commentAxel Spoerl2024-01-101-1/+1
* Fix potential leak of QPropertyAnimation in QLineEditIconButtonMilian Wolff2024-01-101-1/+1
* API Review / QDockWidget: Remove const/ref debug operatorAxel Spoerl2024-01-102-11/+9
* QLineEdit: Use pmf-style connectsChristian Ehrlicher2024-01-105-87/+99
* Doc: Wrap arguments to \inlineimage in curly bracesAndreas Eliasson2024-01-091-2/+2
* Revert "QDockWidget: Always show dock widgets with the main window"Axel Spoerl2023-12-293-19/+0
* QPlainTextEdit: update viewport, when placeholder text disappearsAxel Spoerl2023-12-212-8/+15
* QComboBox: Fix hover over list viewAxel Spoerl2023-12-211-3/+1
* QDialogButtonBox: Fix focus chain and default button assignmentAxel Spoerl2023-12-201-9/+13
* Doc: Add missing full stop to briefsPaul Wicking2023-12-201-1/+1
* a11y: QComboBox: Reset all model connections when setting modelMichael Weghorn2023-12-181-2/+8
* Doc: Improve QLineEdit documentationEsa Törmänen2023-12-151-178/+193
* Remove qDeleteInEventHandlerTor Arne Vestbø2023-12-141-1/+1
* QLineEdit: Use existing selection when deleting a wordJohannes Grunenberg2023-12-141-3/+8
* QSplashScreen: Enforce visibility by processing eventsAxel Spoerl2023-12-141-17/+37
* QDockWidget: Clarify documentation of floating propertyAxel Spoerl2023-12-141-3/+6
* QMainWindow: don't crash when restored state is modified before appliedVolker Hilsheimer2023-12-132-0/+29