2016-02-15 21:25:12 +08:00
|
|
|
/*
|
|
|
|
* Default style sheet on Windows Platforms
|
|
|
|
* Note: Always use CSS-classes with and without "ads--" namespace to support Qt4 & Qt5
|
|
|
|
*/
|
|
|
|
|
|
|
|
QSplitter::handle {
|
|
|
|
background: palette(dark);
|
|
|
|
}
|
|
|
|
|
|
|
|
ads--ContainerWidget, ContainerWidget {
|
|
|
|
background: palette(dark);
|
|
|
|
}
|
|
|
|
|
|
|
|
ads--SectionWidget, SectionWidget {
|
|
|
|
background: palette(window);
|
|
|
|
}
|
|
|
|
|
|
|
|
ads--SectionTitleWidget, SectionTitleWidget {
|
|
|
|
background: palette(window);
|
2016-02-15 22:18:52 +08:00
|
|
|
padding: 9px;
|
2016-02-15 21:25:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
ads--SectionTitleWidget[activeTab="true"], SectionTitleWidget[activeTab="true"] {
|
|
|
|
background: palette(light);
|
|
|
|
}
|
|
|
|
|
|
|
|
ads--SectionContentWidget, SectionContentWidget {
|
|
|
|
border: 1px solid palette(light);
|
|
|
|
}
|