dlcv
1e99538b5c
Added style for QDateEdit
2016-11-25 00:42:30 -04:00
Colin Duquesnoy
9a9f9b29e4
Bump version to 2.2.2 and update changelog
2016-11-20 17:44:59 +01:00
Colin Duquesnoy
fcc806e029
Recompile for pyqt and pyside
2016-11-20 17:38:46 +01:00
Colin Duquesnoy
0fdfb35169
Merge branch 'add_hover' of https://github.com/PKEv/QDarkStyleSheet into PKEv-add_hover
2016-11-20 17:36:28 +01:00
PKEv
2d7a28489f
add hover
...
add hover under cursor item in list and tree
deleted repetitions
2016-11-09 17:00:33 +03:00
Anand Aiyer
627a8d11da
fix tab panel misalignment
2016-11-07 23:06:02 +05:30
Anand Aiyer
336915bbfb
Style the Vertical QToolBar's extend button
2016-11-07 16:20:23 +05:30
Anand Aiyer
19c9251cc0
naming mistake for QToolBar's vertical separator
2016-11-07 16:19:15 +05:30
vladimir-kraus
3dfb014680
Update style.qss
...
fixed consistency of QTabBar depending on position
2016-10-12 10:28:40 +02:00
ColinDuquesnoy
af97fc41e1
Bump version to 2.2.1 and update changelog
2016-07-17 17:52:12 +02:00
ColinDuquesnoy
90569062ad
Recompile qrc file for PySide
...
and PyQt5
See #36
2016-07-17 17:50:25 +02:00
ColinDuquesnoy
1c11182e6b
Update pyqt5 resource file
2016-07-17 16:23:25 +02:00
ColinDuquesnoy
42ea075c10
Remove QStatusBarItem border
...
Fix #36
2016-07-17 15:32:36 +02:00
Colin Duquesnoy
cdcb2d21b8
Fix alternate grid color
2016-06-19 15:17:31 +02:00
Colin Duquesnoy
9620884908
Fix dockwidget title color on osx
...
+ update screenshots
2016-06-19 15:12:13 +02:00
Colin Duquesnoy
473d092c99
Bump version and update changelog
2016-06-19 14:53:30 +02:00
Colin Duquesnoy
51d6045240
Many improvement to the stylesheet
...
- update colors based on the Breeze Dark style of KDE 5
- fix incoherent focus color (close #31 )
- remove radio indeterminate style (close #29 )
- fix QRadioButton::indicato::menu-arrowr:checked:pressed, should be QRadioButton::indicator:checked:pressed (close #32 )
- fix issues with QCheckBox/QRadioButton hover: now hover will use the same color as focus (close #30 )
2016-06-19 14:50:22 +02:00
Colin Duquesnoy
c32ee26e01
Add some padding to QToolButton (checked/pressed)
...
fix #35
2016-06-19 12:18:28 +02:00
ColinDuquesnoy
a81b3f62ea
Update change log and bump version to 2.1
2015-06-28 14:20:33 +02:00
ColinDuquesnoy
f617a2ccb7
Add some margin to QMenu::right-arrow
2015-06-25 20:11:40 +02:00
ColinDuquesnoy
f9aef19c46
Bump version to 2.1.dev
2015-06-25 20:07:09 +02:00
ColinDuquesnoy
cf2b64f322
Fix QMenu right arrow style
2015-06-25 20:03:39 +02:00
ColinDuquesnoy
7e5aa1310d
Fix unstyled menu indicator (checkbox/radio)
2015-06-25 19:54:16 +02:00
ColinDuquesnoy
7c49747ae0
Move svg source out of the package
2015-06-25 19:53:56 +02:00
ColinDuquesnoy
3e243863f4
Add svg sources
2015-06-25 19:53:13 +02:00
ColinDuquesnoy
0b6eb90b4d
Improve QCheckBox and QRadioButton
...
- use own resources
- fix disabled state
2015-06-25 19:42:57 +02:00
ColinDuquesnoy
6fc8227ff0
QSlider remove focus border
2015-06-24 19:50:40 +02:00
ColinDuquesnoy
f0f2254a82
Improve QCheckBox and QRadioButton style
...
Now using background images
2015-06-24 19:49:10 +02:00
ColinDuquesnoy
481827e6a3
Additional tweak for #26
2015-06-23 21:47:32 +02:00
ColinDuquesnoy
f3bf9129d3
Add style for QPushButton:checked
...
and update example
Fix #26
2015-06-23 21:44:34 +02:00
ColinDuquesnoy
073621ae2c
Fix version number
2015-05-01 13:30:50 +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
8f410e68bd
Recompile qrc for pyside
...
#23
2015-04-25 14:04:10 +02:00
ColinDuquesnoy
43ed649982
Recompile for pyside and pyqt4
...
#23
2015-04-25 14:03:04 +02:00
ColinDuquesnoy
deb924ed99
Fix ToolButon arrow style
...
Fix #23
2015-04-25 13:59:46 +02:00
ColinDuquesnoy
dad060581e
Recompile for pyside
...
close #21
2015-04-22 17:42:30 +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
348f54bfa9
Recompile qrc file for pyside
2015-04-06 09:53:21 +02:00
ColinDuquesnoy
72c7164ff9
Update version to 1.16
2015-04-06 11:37:11 +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
4afdbde508
Update changelog and bump version to 1.15
...
This version has been released on pypi
2015-01-10 12:05:53 +01:00
fieldOfView
4a2fb8704f
Changes the graphic for partially checked tristate checkboxes to a (dimmed) dash to make it instantly distinguishable from a fully checked checkbox
2015-01-09 23:32:52 +01:00
ColinDuquesnoy
c33658717d
Bump version to 1.14 and update changelog
2015-01-09 17:27:07 +01:00
ColinDuquesnoy
9ec59b047a
Recompile for PySide
...
Fix #18
2015-01-09 17:24:01 +01:00
ColinDuquesnoy
3f7a78ed75
Implement #17
2015-01-09 17:08:28 +01:00
ColinDuquesnoy
b765f541b9
Recompile qrc for PyQt4
...
PR #16 did not recompile the qrc file so the fix was not visible: see #18
Also add an tristate checkbox to the example
2015-01-09 17:01:11 +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
ColinDuquesnoy
68c9e31777
Bump version and update changelog
2014-12-16 17:44:00 +01:00
ColinDuquesnoy
88b0e0576c
Recompile stylesheet for PyQt and PySide
...
see PR #15
2014-12-16 17:42:13 +01:00
devinacker
79e288d15f
fix QScrollBar swapped horizontal scroll buttons
2014-12-15 18:33:10 -05:00
ColinDuquesnoy
16ad505ad6
Bump version to 1.12 and update changelog
2014-09-11 15:29:24 +02:00
ColinDuquesnoy
0966b8a247
Recompile for pyside ( #14 )
2014-09-11 15:29:04 +02:00
ColinDuquesnoy
6218d300b0
Recompile qrc for pyqt4 to include the fix for issue #12
2014-09-06 18:20:29 +02: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
ae957e56b5
Bump version to 1.11
2014-05-30 00:05:01 +02:00
ColinDuquesnoy
dad9a69c1a
Same fix as prev commit but for pyqt5
2014-05-30 00:02:55 +02:00
ColinDuquesnoy
5e15868363
Fix QDockWIdget title position on Mac OSX
2014-05-29 23:57:21 +02:00
ColinDuquesnoy
d852d0b2cf
Improve QStatusBar and QToolButton
2014-05-29 22:30:48 +02:00
ColinDuquesnoy
1765208f11
Bump version to 1.10
2014-05-17 20:42:45 +02:00
ColinDuquesnoy
f448346f44
Add PyQt5 support
...
Use load_stylesheet_pyqt5 instead of load_stylesheet
2014-05-17 20:42:07 +02:00
ColinDuquesnoy
7e625b521c
Use logging instead of print
2014-05-16 23:34:59 +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
a2b159a1c6
Bump version to 1.9
...
Update changelog
fixes #10
2014-03-21 13:26:41 +01:00
ColinDuquesnoy
1c250a3067
#10 Improve QTabBar consistency
...
and make selected tabs more distinctive
2014-03-21 11:39:57 +01:00
ColinDuquesnoy
3522cd0e3b
Bump version to 1.8
2014-02-25 09:30:09 +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
2ff0604eb0
Bump version to 1.7
2014-02-24 13:20:57 +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
eefab89b19
Recompile python rc script
2014-02-24 10:33:56 +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
5872544115
Add __version__ to python package.
...
And bump version to 1.6
2014-02-20 13:31:58 +01:00
ColinDuquesnoy
9f709fecb9
Recompile python rc scripts
2014-02-20 13:25:22 +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
2980cda6c1
Recompile python rc scripts
2014-02-20 12:09:12 +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
26fffe6141
Recompile rc python script
2014-02-20 11:01:12 +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
ad9b2f8c65
Recompile python scripts
2014-02-20 09:39:16 +01:00
ColinDuquesnoy
d7beefd6cd
#6 Fix styling for east/west/south tabs.
2014-02-20 09:39:06 +01:00
ColinDuquesnoy
322a55c536
Add style.qss to resources
...
This will fix issues when freezing an app that use the stylesheet
2014-02-17 15:56:46 +01:00
ColinDuquesnoy
4fe9a9a81a
Rm compilation for Qt:
...
c++ users will compile it themselves as described in the readme
2014-02-17 15:56:10 +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