summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* Fusion: Consistent width calculation and rendering of menu itemsVolker Hilsheimer2021-10-271-39/+45
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-152-7/+7
* widgets: Fix typos in documentationJonas Kvinge2021-10-123-8/+9
* Add style hint for preventing spin box selection on up/downVolker Hilsheimer2021-10-083-0/+8
* Doc: fix qdoc warning, add \inmodule for qdrawutil headerVolker Hilsheimer2021-09-051-0/+1
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-013-9/+5
* Modify the internal rectangle drawing of CE_RubberBandTang Haixiang2021-08-231-4/+7
* QStyle: allow styles to control the margin around icons in QLineEditWang Peng2021-08-173-1/+7
* StyleSheet: Use rule for ComboBox in embedded QLineEditVolker Hilsheimer2021-08-121-6/+5
* Implement missing support for 'em' and 'ex' lengths in style sheetVolker Hilsheimer2021-08-101-22/+50
* Fusion style: TabBar: Use common style to draw a close buttonNodir Temirkhodjaev2021-07-201-11/+0
* QStyle: Add SP_TabCloseButtonVolker Hilsheimer2021-07-203-25/+20
* Respect style sheet rules for checked and selected menu itemsVolker Hilsheimer2021-07-141-1/+1
* Support styled menu icons in otherwise unstyled menu itemsVolker Hilsheimer2021-07-142-30/+48
* Use base style when drawing item view item with only indicator styledVolker Hilsheimer2021-07-141-5/+9
* QDuplicateTracker: accept the number of elements to reserve as a ctor argumentMarc Mutz2021-07-141-2/+1
* Add high-resolution pixmaps for macOS dock widget title iconsVolker Hilsheimer2021-07-0521-8/+8
* Put SVG versions of several built-in icons under version controlVolker Hilsheimer2021-06-2424-0/+416
* Fix recursion crash when calling setStyleSheet with `qproperty-styleSheet`Zhang Yu2021-06-181-0/+3
* Add a style hint to draw the left/top border lines when header is hiddenAndy Shaw2021-06-162-0/+6
* Make dockwidget title bar buttons show againVolker Hilsheimer2021-06-141-4/+6
* Correctly support style sheet for toolbutton menus and arrowsVolker Hilsheimer2021-06-111-25/+96
* In headers with only the arrow styled, prevent overlapping with textVolker Hilsheimer2021-06-111-2/+19
* Calculate space requirement of menu items based on widest elementsVolker Hilsheimer2021-06-081-4/+5
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-1/+1
* Don't draw focus frame if widget has style rules that affect borderDoris Verria2021-05-071-0/+9
* QTabBar: take a style sheet's font into account when laying out tabsVolker Hilsheimer2021-05-061-3/+18
* Fix build without features.texteditTasuku Suzuki2021-04-151-3/+3
* Cleanup leftover QWSTasuku Suzuki2021-04-141-2/+1
* Fix read-only pseudo-state in QPlainTextEdit stylesheetEirik Aavitsland2021-04-091-1/+7
* Fusion style: don't use large icons in QLineEditVolker Hilsheimer2021-04-071-3/+0
* Fix incorrectly-drawn menu indicator for QPushButton on macOSDoris Verria2021-04-061-1/+2
* Fix label margins for pulldowns with custom styled menu indicator on macOSDoris Verria2021-04-061-0/+7
* Add setting the ICON size attribute in lineedit to the style pluginTang Haixiang2021-03-124-0/+11
* Revert "QPushButton: fix support of style sheet rule for text alignment"Volker Hilsheimer2021-03-111-4/+2
* Don't access data in moved-from objectVolker Hilsheimer2021-03-031-2/+2
* Initialize QStyleOptionHeaderV2 with correct versionVolker Hilsheimer2021-02-221-1/+1
* Complete documentation for QStyleOptionHeaderV2Volker Hilsheimer2021-02-221-22/+33
* Unbreak binary compatibility in QStyleOptionHeaderVolker Hilsheimer2021-02-194-13/+52
* QDial: fix painting QDial when the rect has an offsetChristian Ehrlicher2021-01-292-6/+6
* QHeaderView: Mark the drop section during section moveChristian Ehrlicher2021-01-293-4/+9
* QComboBox/Fusion style: elide text when it's too longChristian Ehrlicher2021-01-231-1/+2
* QPushButton: fix drawing pushbutton with a menuChristian Ehrlicher2021-01-201-8/+9
* Make QStyle::proxy() always return the leaf proxySergio Martins2021-01-201-2/+4
* Correct item indent in checkable menus in stylesheet styleEirik Aavitsland2021-01-201-2/+2
* control scrolling of QTabBar using StyleHintSophie Kums2021-01-193-0/+9
* QTabBar/Windows: Fix close button icons being too small on high-res screensFriedemann Kleint2021-01-155-11/+29
* QPushButton/fusion style: don't ignore QIcon::On iconChristian Ehrlicher2021-01-141-8/+0
* QStyle: add name() to return the name of the styleChristian Ehrlicher2021-01-145-1/+41
* Fix read-only pseudo-state in QTextEdit/Browser stylesheetEirik Aavitsland2021-01-131-0/+13