15 lines
201 B
Markdown
15 lines
201 B
Markdown
|
# 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;
|
||
|
}
|
||
|
```
|