- added qdarktheme package into the code
This commit is contained in:
45
libs/qdarktheme/themes/__init__.py
Normal file
45
libs/qdarktheme/themes/__init__.py
Normal file
@@ -0,0 +1,45 @@
|
||||
"""Package including resources.
|
||||
|
||||
**Warning**
|
||||
|
||||
This package created programmatically. All changes made in this file will be lost!
|
||||
Created by the `qdarktheme/tools/build_resources`.
|
||||
|
||||
|
||||
License Information
|
||||
===================
|
||||
|
||||
Material design icons
|
||||
---------------------
|
||||
|
||||
All svg files in PyQtDarkTheme is from Material design icons(which uses an Apache 2.0 license).
|
||||
|
||||
- Author: Google
|
||||
- Site: https://fonts.google.com/icons
|
||||
- Source: https://github.com/google/material-design-icons
|
||||
- License: Apache License Version 2.0 | https://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
|
||||
Modifications made to each files to change the icon color and angle and remove svg namespace.
|
||||
|
||||
The current Material design icons license summary can be viewed at:
|
||||
https://github.com/google/material-design-icons/blob/master/LICENSE
|
||||
|
||||
|
||||
QDarkStyleSheet(Source code)
|
||||
----------------------------
|
||||
|
||||
Qt stylesheets are originally fork of QDarkStyleSheet(MIT License).
|
||||
|
||||
- Author: Colin Duquesnoy
|
||||
- Site: https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
||||
- Source: https://github.com/ColinDuquesnoy/QDarkStyleSheet
|
||||
- License: MIT License | https://opensource.org/licenses/MIT
|
||||
|
||||
Modifications made to a file to change the style.
|
||||
|
||||
The current QDarkStyleSheet license summary can be viewed at:
|
||||
https://github.com/ColinDuquesnoy/QDarkStyleSheet/blob/master/LICENSE.rst
|
||||
|
||||
"""
|
||||
|
||||
THEMES = ("dark", "light")
|
||||
Reference in New Issue
Block a user