|
|
@ -35,37 +35,24 @@ |
|
|
|
<number>0</number> |
|
|
|
</property> |
|
|
|
<item> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="labelIcon"> |
|
|
|
<property name="sizePolicy"> |
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
|
|
<horstretch>0</horstretch> |
|
|
|
<verstretch>0</verstretch> |
|
|
|
</sizepolicy> |
|
|
|
</property> |
|
|
|
<widget class="QLabel" name="label_5"> |
|
|
|
<property name="minimumSize"> |
|
|
|
<size> |
|
|
|
<width>48</width> |
|
|
|
<height>48</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
<property name="maximumSize"> |
|
|
|
<size> |
|
|
|
<width>48</width> |
|
|
|
<height>48</height> |
|
|
|
<width>100</width> |
|
|
|
<height>0</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
<property name="font"> |
|
|
|
<font> |
|
|
|
<pointsize>14</pointsize> |
|
|
|
<family>Times New Roman</family> |
|
|
|
<pointsize>12</pointsize> |
|
|
|
<bold>true</bold> |
|
|
|
</font> |
|
|
|
</property> |
|
|
|
<property name="styleSheet"> |
|
|
|
<string notr="true">border-image: url(:/140xfd.png);</string> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string/> |
|
|
|
<string>AppName:</string> |
|
|
|
</property> |
|
|
|
<property name="alignment"> |
|
|
|
<set>Qt::AlignCenter</set> |
|
|
@ -73,7 +60,19 @@ |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label_4"> |
|
|
|
<widget class="QLineEdit" name="appNameInput"> |
|
|
|
<property name="minimumSize"> |
|
|
|
<size> |
|
|
|
<width>200</width> |
|
|
|
<height>0</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
<property name="maximumSize"> |
|
|
|
<size> |
|
|
|
<width>200</width> |
|
|
|
<height>16777215</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
<property name="font"> |
|
|
|
<font> |
|
|
|
<family>Times New Roman</family> |
|
|
@ -81,19 +80,13 @@ |
|
|
|
<bold>true</bold> |
|
|
|
</font> |
|
|
|
</property> |
|
|
|
<property name="text"> |
|
|
|
<string>updater</string> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<spacer name="horizontalSpacer_3"> |
|
|
|
<spacer name="horizontalSpacer_2"> |
|
|
|
<property name="orientation"> |
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
</property> |
|
|
|
<property name="sizeType"> |
|
|
|
<enum>QSizePolicy::Preferred</enum> |
|
|
|
</property> |
|
|
|
<property name="sizeHint" stdset="0"> |
|
|
|
<size> |
|
|
|
<width>40</width> |
|
|
@ -108,6 +101,12 @@ |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label"> |
|
|
|
<property name="minimumSize"> |
|
|
|
<size> |
|
|
|
<width>100</width> |
|
|
|
<height>0</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
<property name="font"> |
|
|
|
<font> |
|
|
|
<family>Times New Roman</family> |
|
|
@ -118,10 +117,25 @@ |
|
|
|
<property name="text"> |
|
|
|
<string>Version:</string> |
|
|
|
</property> |
|
|
|
<property name="alignment"> |
|
|
|
<set>Qt::AlignCenter</set> |
|
|
|
</property> |
|
|
|
</widget> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QLineEdit" name="versionInput"> |
|
|
|
<property name="minimumSize"> |
|
|
|
<size> |
|
|
|
<width>200</width> |
|
|
|
<height>0</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
<property name="maximumSize"> |
|
|
|
<size> |
|
|
|
<width>200</width> |
|
|
|
<height>16777215</height> |
|
|
|
</size> |
|
|
|
</property> |
|
|
|
<property name="font"> |
|
|
|
<font> |
|
|
|
<family>Times New Roman</family> |
|
|
|