mirror of
https://github.com/UN-GCPDS/qt-material.git
synced 2025-01-27 17:02:57 +08:00
Merge branch 'master' of github.com:UN-GCPDS/qt-material
This commit is contained in:
commit
4f207ef7d6
@ -419,12 +419,12 @@ QTabBar QToolButton::down-arrow {
|
||||
}
|
||||
|
||||
QTabBar QToolButton::right-arrow {
|
||||
image: url(icon:/primary/rightarrow2.svg);
|
||||
image: url(icon:/disabled/rightarrow2.svg);
|
||||
height: {{28|density(density_scale)}}px;
|
||||
}
|
||||
|
||||
QTabBar QToolButton::left-arrow {
|
||||
image: url(icon:/primary/leftarrow2.svg);
|
||||
image: url(icon:/disabled/leftarrow2.svg);
|
||||
height: {{28|density(density_scale)}}px;
|
||||
}
|
||||
|
||||
|
10
qt_material/themes/dark_medical.xml
Normal file
10
qt_material/themes/dark_medical.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<!--?xml version="1.0" encoding="UTF-8"?-->
|
||||
<resources>
|
||||
<color name="primaryColor">#bed2ff</color>
|
||||
<color name="primaryLightColor">#e4f7ff</color>
|
||||
<color name="secondaryColor">#354b82</color>
|
||||
<color name="secondaryLightColor">#6f6aff</color>
|
||||
<color name="secondaryDarkColor">#31363b</color>
|
||||
<color name="primaryTextColor">#000000</color>
|
||||
<color name="secondaryTextColor">#ffffff</color>
|
||||
</resources>
|
Loading…
x
Reference in New Issue
Block a user