增加 Qt StyleSheet.
Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
parent
90650759b5
commit
1226e4d3d3
|
@ -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;
|
||||||
|
}
|
||||||
|
```
|
Loading…
Reference in New Issue