Commit Graph

44 Commits

Author SHA1 Message Date
ColinDuquesnoy
f3bf9129d3 Add style for QPushButton:checked
and update example

Fix #26
2015-06-23 21:44:34 +02:00
ColinDuquesnoy
3bb59bab77 Add a style for shapeless QFrame 2015-04-28 20:45:31 +02:00
ColinDuquesnoy
09ad583446 Make stylesheet more modern (squash commits)
Get rid off the gradients, rework some artworks and improve QTabWidget, QScrollBar and QToolBox
2015-04-25 21:42:32 +02:00
ColinDuquesnoy
fcb715fb2e Add QSplitter style
Fix #24
2015-04-25 18:49:56 +02:00
ColinDuquesnoy
193dafae3d Make all QToolButton borders transparent
this looks better in the toolbar
2015-04-25 15:16:52 +02:00
ColinDuquesnoy
7bece50f5e Improve QToolButton stylesheet
Make border transparent (look better in toolbar). If you have a QToolButton without menu and not in a toolbar and would like to have the border, just use a popup mode different from DelayedPopup.
2015-04-25 14:47:46 +02:00
ColinDuquesnoy
deb924ed99 Fix ToolButon arrow style
Fix #23
2015-04-25 13:59:46 +02:00
ColinDuquesnoy
7ce3ccd7e2 Fix QFrame style
and add a QFrame to the example. See #21
2015-04-22 17:25:47 +02:00
ColinDuquesnoy
4ab9fdd545 Fix QGroupBox:margin-top
Close #20
2015-04-06 11:36:44 +02:00
ColinDuquesnoy
cc17345dab Add 5px padding top to QGroupBox:title
Fix issue #20
2015-04-05 18:11:22 +02:00
ColinDuquesnoy
3f7a78ed75 Implement #17 2015-01-09 17:08:28 +01:00
Mike
963a4bcf8b Adding various checkable options
Added support for Tri-State QCheckBox, Checkable QGroupBox, Checkable
QMenu indicators.
2014-12-18 18:39:06 -08:00
devinacker
79e288d15f fix QScrollBar swapped horizontal scroll buttons 2014-12-15 18:33:10 -05:00
ColinDuquesnoy
18621d589b Adjusted min-width of spin box and combo box
Fix #14

Fix OpenCobolIDE/OpenCobolIDE#55

I have yet to recompile qrc file for pyqt4 and pyside
2014-08-31 14:01:54 +02:00
ColinDuquesnoy
d852d0b2cf Improve QStatusBar and QToolButton 2014-05-29 22:30:48 +02:00
ColinDuquesnoy
2d38f55673 #12 apply patch on OSX only 2014-05-16 23:29:53 +02:00
ColinDuquesnoy
3fa76bd674 Add QDockWidget::title style
See #12
2014-05-16 19:59:22 +02:00
ColinDuquesnoy
1c250a3067 #10 Improve QTabBar consistency
and make selected tabs more distinctive
2014-03-21 11:39:57 +01:00
ColinDuquesnoy
4a2386e165 QTableView: fix grid line when ONLY one row/col 2014-02-25 09:20:05 +01:00
ColinDuquesnoy
0aba94588f Add QToolBox support
Add tool box to example, fixes #9
2014-02-25 09:17:10 +01:00
ColinDuquesnoy
b82eeb4ad6 #7 Ooops fix QTableView background color 2014-02-24 12:26:50 +01:00
ColinDuquesnoy
882d4622f6 #7 Remove table outline border
Redundant with grid-line
2014-02-24 11:29:05 +01:00
ColinDuquesnoy
d77987c518 Fix bottom tab style
No looks like a bumped button (like other tabs in other positions)
2014-02-24 11:21:47 +01:00
ColinDuquesnoy
3016ee04d1 #7 Remove gradient in header view, looks cleaner 2014-02-24 11:17:09 +01:00
ColinDuquesnoy
8002dad149 #7 refactor
Group QTable styles together, remove duplicate settings
2014-02-24 11:15:03 +01:00
ColinDuquesnoy
e11e591a6d #7 Improve QTableView grid line 2014-02-24 11:10:06 +01:00
ColinDuquesnoy
fce14c2667 #8 Remove QDockWidget title background color
Fix text elidation that disappear.

See bug QTBUG-14496
2014-02-24 10:20:02 +01:00
ColinDuquesnoy
9da531c1bf QMenu: improve padding with icon 2014-02-20 13:18:59 +01:00
ColinDuquesnoy
d406e8550b Add support for InstantPopup and MenuButtonPopup 2014-02-20 12:24:27 +01:00
ColinDuquesnoy
1b147c7092 Improve QToolButton style
Add QTabBar scroller style
2014-02-20 12:09:00 +01:00
ColinDuquesnoy
27b815a767 Fix item hover state if the parent widget does not
have focus
2014-02-20 11:40:08 +01:00
ColinDuquesnoy
36b6616c0a Fixes #6
The issue was that QTabBar.drawBase property must be set to False!
2014-02-20 11:00:57 +01:00
ColinDuquesnoy
d7beefd6cd #6 Fix styling for east/west/south tabs. 2014-02-20 09:39:06 +01:00
ColinDuquesnoy
dbc10dcc14 Remove cross on checkbox pressed 2014-01-30 11:18:44 +01:00
ColinDuquesnoy
90ee52f574 Better disabled buttons 2014-01-30 11:17:49 +01:00
ColinDuquesnoy
812ec85ab5 A few more improvements:
- remove outline (button, radio, checkbox)
- remove focus border on radio button
- better hover/pressed state for list view and tree view
2014-01-30 11:17:49 +01:00
ColinDuquesnoy
d3e10de6fa Improve QToolButton, QCheckBox and QRadioButton 2014-01-30 11:17:49 +01:00
ColinDuquesnoy
9558e3d230 Add a few improvements:
- fix QTextEdit background color
- add QTabBar close button style
- improve QDockWidget close button style
2014-01-30 11:17:49 +01:00
ColinDuquesnoy
2b9b71a12b Add newline at end of file 2014-01-26 16:00:48 +01:00
ColinDuquesnoy
c3f4e63315 Add QTableView support (#4)
Thanks to @amirshavit
2014-01-26 15:57:49 +01:00
ColinDuquesnoy
a9f8d32608 #2 Update copyright year 2014-01-02 16:15:54 +01:00
ColinDuquesnoy
469d9afd84 #2 Switch to MIT license 2014-01-02 15:57:14 +01:00
ColinDuquesnoy
83f7860f76 Added packaging 2013-03-10 17:59:50 +01:00
ColinDuquesnoy
5cff65a2a0 Made a python package for the stylesheet so that user only needs to import the package and call 1 line of code to make use of the stylesheet 2013-03-10 17:06:37 +01:00