diff --git a/Software/Development/Environment/Qt/StyleSheet/Qt_StyleSheet.md b/Software/Development/Environment/Qt/StyleSheet/Qt_StyleSheet.md new file mode 100644 index 0000000..0b31e53 --- /dev/null +++ b/Software/Development/Environment/Qt/StyleSheet/Qt_StyleSheet.md @@ -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; +} +```