diff options
author | 2021-04-05 23:51:35 +0530 | |
---|---|---|
committer | 2021-04-05 23:51:35 +0530 | |
commit | ee687f769175b39b611424d5a7bdc11a93b3ba65 (patch) | |
tree | 05fc42a6c7ca24e715962fac7936e1a63023d95c /src/lock.ui | |
parent | dd32d18a16d2164b9a5f2cb750019a4714375a6a (diff) | |
download | whatsie-ee687f769175b39b611424d5a7bdc11a93b3ba65.tar.gz whatsie-ee687f769175b39b611424d5a7bdc11a93b3ba65.zip |
updated lock class
Diffstat (limited to 'src/lock.ui')
-rw-r--r-- | src/lock.ui | 39 |
1 files changed, 2 insertions, 37 deletions
diff --git a/src/lock.ui b/src/lock.ui index 1746704..21ac705 100644 --- a/src/lock.ui +++ b/src/lock.ui @@ -83,11 +83,7 @@ <item> <widget class="QWidget" name="widget_2" native="true"> <property name="styleSheet"> - <string notr="true">QWidget#widget_2{ -background-color: rgb(46, 52, 54); -border-radius: 5px; -background-image:url(:/icons/texture.png) -}</string> + <string notr="true"/> </property> <layout class="QVBoxLayout" name="verticalLayout_4"> <property name="spacing"> @@ -168,20 +164,11 @@ background-image:url(:/icons/texture.png) </item> <item> <widget class="QLabel" name="label_3"> - <property name="minimumSize"> - <size> - <width>0</width> - <height>24</height> - </size> - </property> <property name="font"> <font> <pointsize>14</pointsize> </font> </property> - <property name="styleSheet"> - <string notr="true">background-color:transparent;</string> - </property> <property name="text"> <string>Set application lock passcode</string> </property> @@ -201,9 +188,6 @@ background-image:url(:/icons/texture.png) <height>30</height> </size> </property> - <property name="styleSheet"> - <string notr="true">background-color:transparent;</string> - </property> <property name="echoMode"> <enum>QLineEdit::Password</enum> </property> @@ -223,9 +207,6 @@ background-image:url(:/icons/texture.png) <height>30</height> </size> </property> - <property name="styleSheet"> - <string notr="true">background-color:transparent;</string> - </property> <property name="echoMode"> <enum>QLineEdit::Password</enum> </property> @@ -404,11 +385,7 @@ background-image:url(:/icons/texture.png) <item> <widget class="QWidget" name="widget" native="true"> <property name="styleSheet"> - <string notr="true">QWidget#widget{ -background-color: rgb(46, 52, 54); -border-radius: 5px; -background-image:url(:/icons/texture.png) -}</string> + <string notr="true"/> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <property name="spacing"> @@ -550,20 +527,11 @@ background-image:url(:/icons/texture.png) </item> <item> <widget class="QLabel" name="label_4"> - <property name="minimumSize"> - <size> - <width>0</width> - <height>24</height> - </size> - </property> <property name="font"> <font> <pointsize>14</pointsize> </font> </property> - <property name="styleSheet"> - <string notr="true">background-color:transparent;</string> - </property> <property name="text"> <string>Enter your passcode to get access to app</string> </property> @@ -583,9 +551,6 @@ background-image:url(:/icons/texture.png) <height>30</height> </size> </property> - <property name="styleSheet"> - <string notr="true">background-color:transparent;</string> - </property> <property name="echoMode"> <enum>QLineEdit::Password</enum> </property> |