增加 Qt StyleSheet.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-12-18 15:38:55 +08:00
parent 90650759b5
commit 1226e4d3d3
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# Qt StyleSheet
TODO:
```css
#ButVersion{
color: rgba(238, 238, 236, 0);
text-align: bottom left;
}
#ButVersion:pressed{
color: rgba(238, 238, 236, 0);
text-align: bottom left;
}
```