|
@@ -25,7 +25,12 @@ background-color: rgb(196, 25, 0);</string>
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true">border-color: rgb(0, 0, 0);
|
|
|
-background-color: rgb(0, 43, 54);</string>
|
|
|
+background-color: rgb(0, 43, 54);
|
|
|
+QPushButton::hover:
|
|
|
+{
|
|
|
+ opacity: 0.7;
|
|
|
+}
|
|
|
+</string>
|
|
|
</property>
|
|
|
<widget class="QLabel" name="label">
|
|
|
<property name="geometry">
|
|
@@ -52,7 +57,7 @@ background-color: rgb(0, 43, 54);</string>
|
|
|
<x>20</x>
|
|
|
<y>50</y>
|
|
|
<width>681</width>
|
|
|
- <height>832</height>
|
|
|
+ <height>870</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,0,0,0,0,0">
|
|
@@ -608,17 +613,26 @@ color: rgb(0, 0, 0);</string>
|
|
|
<widget class="QPushButton" name="connect">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
- <x>600</x>
|
|
|
- <y>20</y>
|
|
|
- <width>101</width>
|
|
|
- <height>41</height>
|
|
|
+ <x>10</x>
|
|
|
+ <y>50</y>
|
|
|
+ <width>691</width>
|
|
|
+ <height>841</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>Noto Sans</family>
|
|
|
+ <pointsize>36</pointsize>
|
|
|
+ <weight>87</weight>
|
|
|
+ <italic>false</italic>
|
|
|
+ <bold>true</bold>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
<property name="autoFillBackground">
|
|
|
<bool>false</bool>
|
|
|
</property>
|
|
|
<property name="styleSheet">
|
|
|
- <string notr="true">font: 87 11pt "Noto Sans";
|
|
|
+ <string notr="true">font: 87 36pt "Noto Sans";
|
|
|
color: rgb(0, 0, 0);
|
|
|
background-color: rgb(2, 180, 43);
|
|
|
font-weight: 700;
|
|
@@ -629,7 +643,8 @@ border-radius: 6px;
|
|
|
border-color: #00000f;
|
|
|
min-width: 1em;
|
|
|
min-height: 1em;
|
|
|
-padding: 4px;</string>
|
|
|
+padding: 4px;
|
|
|
+opacity: 0.3;</string>
|
|
|
</property>
|
|
|
<property name="text">
|
|
|
<string>Connect</string>
|
|
@@ -638,6 +653,12 @@ padding: 4px;</string>
|
|
|
<iconset resource="kres.qrc">
|
|
|
<normaloff>:/icons/icons/start.png</normaloff>:/icons/icons/start.png</iconset>
|
|
|
</property>
|
|
|
+ <property name="iconSize">
|
|
|
+ <size>
|
|
|
+ <width>64</width>
|
|
|
+ <height>64</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
<property name="flat">
|
|
|
<bool>false</bool>
|
|
|
</property>
|