mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 12:52:28 -04:00
Finish release 1.5
This commit is contained in:
parent
26fffe6141
commit
5b862e6e4c
@ -141,6 +141,9 @@ What still needs to be done:
|
|||||||
Changelog
|
Changelog
|
||||||
===========
|
===========
|
||||||
```
|
```
|
||||||
|
* 1.5:
|
||||||
|
- improve QTabBar style: now works with all tab bar positions (North, South, West and East)
|
||||||
|
- fix bug #6: hide QTabBar base to avoid stange lines at the base of the tab bar.
|
||||||
* 1.4: Add style.qss to qrc file, this fix issues with cx_freeze
|
* 1.4: Add style.qss to qrc file, this fix issues with cx_freeze
|
||||||
* 1.3:
|
* 1.3:
|
||||||
- remove outline on button, checkbox and radio button
|
- remove outline on button, checkbox and radio button
|
||||||
|
2
setup.py
2
setup.py
@ -30,7 +30,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='QDarkStyle',
|
name='QDarkStyle',
|
||||||
version='1.4',
|
version='1.5',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
package_data={'qdarkstyle': ["*.qss", "*.qrc", "rc/*.png"]},
|
package_data={'qdarkstyle': ["*.qss", "*.qrc", "rc/*.png"]},
|
||||||
url='https://github.com/ColinDuquesnoy/QDarkStyleSheet',
|
url='https://github.com/ColinDuquesnoy/QDarkStyleSheet',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user