|
@@ -6,8 +6,8 @@
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
- <width>709</width>
|
|
|
- <height>540</height>
|
|
|
+ <width>1000</width>
|
|
|
+ <height>538</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
@@ -16,26 +16,311 @@
|
|
|
<property name="styleSheet">
|
|
|
<string notr="true">color: white;</string>
|
|
|
</property>
|
|
|
- <layout class="QGridLayout" name="gridLayout">
|
|
|
- <property name="leftMargin">
|
|
|
- <number>0</number>
|
|
|
+ <widget class="QLabel" name="order_label">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>45</x>
|
|
|
+ <y>33</y>
|
|
|
+ <width>201</width>
|
|
|
+ <height>21</height>
|
|
|
+ </rect>
|
|
|
</property>
|
|
|
- <property name="topMargin">
|
|
|
- <number>20</number>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>Trajan Pro 3</family>
|
|
|
+ <pointsize>9</pointsize>
|
|
|
+ <kerning>false</kerning>
|
|
|
+ </font>
|
|
|
</property>
|
|
|
- <property name="rightMargin">
|
|
|
- <number>0</number>
|
|
|
+ <property name="text">
|
|
|
+ <string>НАСЛЕДИЕ v 2.0.0</string>
|
|
|
</property>
|
|
|
- <property name="bottomMargin">
|
|
|
- <number>0</number>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="checkpoints_list" native="true">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>25</x>
|
|
|
+ <y>70</y>
|
|
|
+ <width>265</width>
|
|
|
+ <height>451</height>
|
|
|
+ </rect>
|
|
|
</property>
|
|
|
- <property name="horizontalSpacing">
|
|
|
- <number>0</number>
|
|
|
- </property>
|
|
|
- <property name="verticalSpacing">
|
|
|
- <number>10</number>
|
|
|
- </property>
|
|
|
- </layout>
|
|
|
+ <layout class="QGridLayout" name="gridLayout">
|
|
|
+ <item row="0" column="0" colspan="3">
|
|
|
+ <widget class="QPushButton" name="create_backup_button">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>Trajan Pro 3</family>
|
|
|
+ <pointsize>8</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="autoFillBackground">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
+ <property name="styleSheet">
|
|
|
+ <string notr="true">QPushButton {
|
|
|
+background-color:rgba(0,0,0,100);
|
|
|
+border-radius: 5px;
|
|
|
+border: 1px solid qlineargradient(spread:reflect, x1:1, y1:1, x2:0, y2:1, stop:0 rgba(33, 24, 12, 255), stop:0.5 rgba(126, 97, 61, 255), stop:1 rgba(33, 24, 1, 255));
|
|
|
+}
|
|
|
+
|
|
|
+QPushButton:pressed {
|
|
|
+ background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
|
+ stop: 0 #caccd3, stop: 1 #f6f7fa);
|
|
|
+}
|
|
|
+
|
|
|
+QPushButton:flat {
|
|
|
+ border: none; /* no border for a flat push button */
|
|
|
+}
|
|
|
+
|
|
|
+QPushButton:default {
|
|
|
+ border-color: navy; /* make the default button prominent */
|
|
|
+}</string>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Официальный сайт</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="0" colspan="3">
|
|
|
+ <widget class="QPushButton" name="create_backup_button_3">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>Trajan Pro 3</family>
|
|
|
+ <pointsize>8</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="autoFillBackground">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
+ <property name="styleSheet">
|
|
|
+ <string notr="true">QPushButton {
|
|
|
+background-color:rgba(0,0,0,100);
|
|
|
+border-radius: 5px;
|
|
|
+border: 1px solid qlineargradient(spread:reflect, x1:1, y1:1, x2:0, y2:1, stop:0 rgba(33, 24, 12, 255), stop:0.5 rgba(126, 97, 61, 255), stop:1 rgba(33, 24, 1, 255));
|
|
|
+}
|
|
|
+
|
|
|
+QPushButton:pressed {
|
|
|
+ background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
|
+ stop: 0 #caccd3, stop: 1 #f6f7fa);
|
|
|
+}
|
|
|
+
|
|
|
+QPushButton:flat {
|
|
|
+ border: none; /* no border for a flat push button */
|
|
|
+}
|
|
|
+
|
|
|
+QPushButton:default {
|
|
|
+ border-color: navy; /* make the default button prominent */
|
|
|
+}</string>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Сообщить об ошибке</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="1" column="0" colspan="3">
|
|
|
+ <widget class="QPushButton" name="create_backup_button_2">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>Trajan Pro 3</family>
|
|
|
+ <pointsize>8</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="autoFillBackground">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
+ <property name="styleSheet">
|
|
|
+ <string notr="true">QPushButton {
|
|
|
+background-color:rgba(0,0,0,100);
|
|
|
+border-radius: 5px;
|
|
|
+border: 1px solid qlineargradient(spread:reflect, x1:1, y1:1, x2:0, y2:1, stop:0 rgba(33, 24, 12, 255), stop:0.5 rgba(126, 97, 61, 255), stop:1 rgba(33, 24, 1, 255));
|
|
|
+}
|
|
|
+
|
|
|
+QPushButton:pressed {
|
|
|
+ background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
|
+ stop: 0 #caccd3, stop: 1 #f6f7fa);
|
|
|
+}
|
|
|
+
|
|
|
+QPushButton:flat {
|
|
|
+ border: none; /* no border for a flat push button */
|
|
|
+}
|
|
|
+
|
|
|
+QPushButton:default {
|
|
|
+ border-color: navy; /* make the default button prominent */
|
|
|
+}</string>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Форум</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="3" column="0" colspan="3">
|
|
|
+ <widget class="QPushButton" name="create_backup_button_4">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>Trajan Pro 3</family>
|
|
|
+ <pointsize>8</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="autoFillBackground">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
+ <property name="styleSheet">
|
|
|
+ <string notr="true">QPushButton {
|
|
|
+background-color:rgba(0,0,0,100);
|
|
|
+border-radius: 5px;
|
|
|
+border: 1px solid qlineargradient(spread:reflect, x1:1, y1:1, x2:0, y2:1, stop:0 rgba(33, 24, 12, 255), stop:0.5 rgba(126, 97, 61, 255), stop:1 rgba(33, 24, 1, 255));
|
|
|
+}
|
|
|
+
|
|
|
+QPushButton:pressed {
|
|
|
+ background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
|
+ stop: 0 #caccd3, stop: 1 #f6f7fa);
|
|
|
+}
|
|
|
+
|
|
|
+QPushButton:flat {
|
|
|
+ border: none; /* no border for a flat push button */
|
|
|
+}
|
|
|
+
|
|
|
+QPushButton:default {
|
|
|
+ border-color: navy; /* make the default button prominent */
|
|
|
+}</string>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Помочь проекту</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="4" column="0" colspan="3">
|
|
|
+ <spacer name="verticalSpacer">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Vertical</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>240</width>
|
|
|
+ <height>136</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ <item row="6" column="0" colspan="2">
|
|
|
+ <widget class="QLabel" name="label_3">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>Trajan Pro 3</family>
|
|
|
+ <pointsize>8</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string><html><head/><body><p>Клиентская часть: <br/><span style=" font-family:'Aniron'; color:#00ff00;">Endevir</span></p></body></html></string>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
+ </property>
|
|
|
+ <property name="wordWrap">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="5" column="0" colspan="3">
|
|
|
+ <widget class="QLabel" name="label_2">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>Trajan Pro 3</family>
|
|
|
+ <pointsize>10</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Powered by:</string>
|
|
|
+ </property>
|
|
|
+ <property name="wordWrap">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="8" column="0" colspan="2">
|
|
|
+ <widget class="QLabel" name="label_8">
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>Trajan Pro 3</family>
|
|
|
+ <pointsize>8</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string><html><head/><body><p>Серверная часть: <br/><span style=" font-family:'Aniron'; color:#00aaff;">Coder</span></p></body></html></string>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
+ </property>
|
|
|
+ <property name="wordWrap">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="8" column="2">
|
|
|
+ <widget class="QLabel" name="label_7">
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>50</width>
|
|
|
+ <height>50</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>AngryBirds</family>
|
|
|
+ <pointsize>7</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="styleSheet">
|
|
|
+ <string notr="true">border-image: url(:/characters/coder_av.png);</string>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string/>
|
|
|
+ </property>
|
|
|
+ <property name="wordWrap">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="6" column="2">
|
|
|
+ <widget class="QLabel" name="label_9">
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>50</width>
|
|
|
+ <height>50</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>Aniron</family>
|
|
|
+ <pointsize>7</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="styleSheet">
|
|
|
+ <string notr="true">border-image: url(:/characters/endevir_av.jpg);</string>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string/>
|
|
|
+ </property>
|
|
|
+ <property name="wordWrap">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
</widget>
|
|
|
<resources/>
|
|
|
<connections/>
|