|
@@ -6,50 +6,99 @@
|
|
<rect>
|
|
<rect>
|
|
<x>0</x>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<y>0</y>
|
|
- <width>688</width>
|
|
|
|
- <height>456</height>
|
|
|
|
|
|
+ <width>860</width>
|
|
|
|
+ <height>533</height>
|
|
</rect>
|
|
</rect>
|
|
</property>
|
|
</property>
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
+ <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
+ </sizepolicy>
|
|
|
|
+ </property>
|
|
<property name="windowTitle">
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
<string>Form</string>
|
|
</property>
|
|
</property>
|
|
- <layout class="QGridLayout" name="gridLayout_3" rowstretch="1,0,0">
|
|
|
|
- <item row="2" column="0" colspan="2">
|
|
|
|
- <widget class="QWidget" name="widget" native="true">
|
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
- <item>
|
|
|
|
- <widget class="QLabel" name="label">
|
|
|
|
- <property name="sizePolicy">
|
|
|
|
- <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
- <horstretch>0</horstretch>
|
|
|
|
- <verstretch>0</verstretch>
|
|
|
|
- </sizepolicy>
|
|
|
|
- </property>
|
|
|
|
|
|
+ <property name="styleSheet">
|
|
|
|
+ <string notr="true">QLabel {
|
|
|
|
+color: white;
|
|
|
|
+}</string>
|
|
|
|
+ </property>
|
|
|
|
+ <layout class="QGridLayout" name="gridLayout_4">
|
|
|
|
+ <property name="leftMargin">
|
|
|
|
+ <number>0</number>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="topMargin">
|
|
|
|
+ <number>0</number>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="rightMargin">
|
|
|
|
+ <number>0</number>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="bottomMargin">
|
|
|
|
+ <number>0</number>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="spacing">
|
|
|
|
+ <number>0</number>
|
|
|
|
+ </property>
|
|
|
|
+ <item row="4" column="1" colspan="2">
|
|
|
|
+ <widget class="QWidget" name="bottom_widget" native="true">
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
+ <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
+ </sizepolicy>
|
|
|
|
+ </property>
|
|
|
|
+ <layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
+ <property name="topMargin">
|
|
|
|
+ <number>0</number>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="bottomMargin">
|
|
|
|
+ <number>0</number>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="verticalSpacing">
|
|
|
|
+ <number>0</number>
|
|
|
|
+ </property>
|
|
|
|
+ <item row="1" column="0">
|
|
|
|
+ <widget class="QProgressBar" name="progressBar">
|
|
<property name="minimumSize">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<size>
|
|
<width>0</width>
|
|
<width>0</width>
|
|
- <height>20</height>
|
|
|
|
|
|
+ <height>25</height>
|
|
</size>
|
|
</size>
|
|
</property>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<property name="maximumSize">
|
|
<size>
|
|
<size>
|
|
<width>16777215</width>
|
|
<width>16777215</width>
|
|
- <height>20</height>
|
|
|
|
|
|
+ <height>39</height>
|
|
</size>
|
|
</size>
|
|
</property>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<property name="styleSheet">
|
|
- <string notr="true"> border-image: url(:/buttons/progressbar.png);
|
|
|
|
|
|
+ <string notr="true">QProgressBar {
|
|
|
|
+ border: 0px solid grey;
|
|
|
|
+ border-image: url(:/per.png);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+QProgressBar::chunk {
|
|
|
|
+background-image: url(:/letters.png);
|
|
|
|
+margin-left:8px;
|
|
|
|
+margin-right:8px;
|
|
|
|
+margin-top:7px;
|
|
|
|
+margin-bottom:7px;
|
|
|
|
+}
|
|
</string>
|
|
</string>
|
|
</property>
|
|
</property>
|
|
- <property name="text">
|
|
|
|
- <string><img src=":/buttons/progressbar_chunk.png" width="390" height="20"/></string>
|
|
|
|
|
|
+ <property name="maximum">
|
|
|
|
+ <number>100</number>
|
|
</property>
|
|
</property>
|
|
- <property name="margin">
|
|
|
|
- <number>0</number>
|
|
|
|
|
|
+ <property name="value">
|
|
|
|
+ <number>50</number>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="textVisible">
|
|
|
|
+ <bool>false</bool>
|
|
</property>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
- <item>
|
|
|
|
|
|
+ <item row="1" column="1">
|
|
<widget class="QPushButton" name="game_button">
|
|
<widget class="QPushButton" name="game_button">
|
|
<property name="sizePolicy">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
@@ -118,307 +167,647 @@ QPushButton#game_button:pressed {
|
|
</property>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
|
|
+ <item row="0" column="0">
|
|
|
|
+ <widget class="QLabel" name="label_2">
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>Установка чего-то - 50%</string>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="alignment">
|
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
</layout>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
- <item row="0" column="0" rowspan="2" colspan="2">
|
|
|
|
- <widget class="QWidget" name="right_column_widget" native="true">
|
|
|
|
- <layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
- <item row="1" column="1">
|
|
|
|
- <widget class="QWidget" name="buttons_widget" native="true">
|
|
|
|
|
|
+ <item row="0" column="1" rowspan="4">
|
|
|
|
+ <widget class="QWidget" name="announcements_widget" native="true">
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
+ <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
+ </sizepolicy>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="maximumSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>16777215</width>
|
|
|
|
+ <height>16777215</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
+ <property name="topMargin">
|
|
|
|
+ <number>0</number>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="bottomMargin">
|
|
|
|
+ <number>11</number>
|
|
|
|
+ </property>
|
|
|
|
+ <item>
|
|
|
|
+ <widget class="QLabel" name="announcements_title_common">
|
|
<property name="sizePolicy">
|
|
<property name="sizePolicy">
|
|
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
|
|
+ <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
+ </sizepolicy>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="font">
|
|
|
|
+ <font>
|
|
|
|
+ <family>Trajan Pro 3</family>
|
|
|
|
+ <pointsize>10</pointsize>
|
|
|
|
+ <weight>50</weight>
|
|
|
|
+ <bold>false</bold>
|
|
|
|
+ <kerning>true</kerning>
|
|
|
|
+ </font>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="styleSheet">
|
|
|
|
+ <string notr="true">color:white;</string>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>Новости и события</string>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="alignment">
|
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item>
|
|
|
|
+ <widget class="QScrollArea" name="announcements_scroll_list">
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
+ <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</sizepolicy>
|
|
</property>
|
|
</property>
|
|
|
|
+ <property name="styleSheet">
|
|
|
|
+ <string notr="true">QScrollArea{
|
|
|
|
+ background: transparent;
|
|
|
|
+ border: 0px solid grey;
|
|
|
|
+ border-radius: 20px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+QScrollArea > QWidget > QWidget { background: transparent; }
|
|
|
|
+
|
|
|
|
+QScrollBar:vertical {
|
|
|
|
+ border: 0px solid grey;
|
|
|
|
+ background: transparent;
|
|
|
|
+ width: 10px;
|
|
|
|
+ margin: 22px 0 22px 0;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ QScrollBar::handle:vertical {
|
|
|
|
+ background-color: rgba(129, 129, 129, 150);
|
|
|
|
+ min-height: 10px;
|
|
|
|
+ border-radius: 5px;
|
|
|
|
+ }
|
|
|
|
+ QScrollBar::add-line:vertical {
|
|
|
|
+ border: 0px solid grey;
|
|
|
|
+ background: transparent;
|
|
|
|
+ height: 1px;
|
|
|
|
+ subcontrol-position: bottom;
|
|
|
|
+ subcontrol-origin: margin;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ QScrollBar::sub-line:vertical {
|
|
|
|
+ border: 0px solid grey;
|
|
|
|
+ background: transparent;
|
|
|
|
+ height: 1px;
|
|
|
|
+ subcontrol-position: top;
|
|
|
|
+ subcontrol-origin: margin;
|
|
|
|
+ }
|
|
|
|
+ QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical {
|
|
|
|
+ border: 0px;
|
|
|
|
+ width: 3px;
|
|
|
|
+ height: 3px;
|
|
|
|
+ background: transparent;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|
|
|
+ background: none;
|
|
|
|
+ }</string>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="sizeAdjustPolicy">
|
|
|
|
+ <enum>QAbstractScrollArea::AdjustIgnored</enum>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="widgetResizable">
|
|
|
|
+ <bool>true</bool>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="alignment">
|
|
|
|
+ <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
|
|
+ </property>
|
|
|
|
+ <widget class="NewsListWidget" name="announcements_list">
|
|
|
|
+ <property name="geometry">
|
|
|
|
+ <rect>
|
|
|
|
+ <x>0</x>
|
|
|
|
+ <y>0</y>
|
|
|
|
+ <width>564</width>
|
|
|
|
+ <height>429</height>
|
|
|
|
+ </rect>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
+ <sizepolicy hsizetype="Expanding" vsizetype="Ignored">
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
+ </sizepolicy>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ </layout>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item row="1" column="2" rowspan="3">
|
|
|
|
+ <widget class="QWidget" name="button_list" native="true">
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
+ </sizepolicy>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="minimumSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>0</width>
|
|
|
|
+ <height>0</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="maximumSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>180</width>
|
|
|
|
+ <height>16777215</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
|
+ <property name="spacing">
|
|
|
|
+ <number>6</number>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="leftMargin">
|
|
|
|
+ <number>0</number>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="topMargin">
|
|
|
|
+ <number>0</number>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="rightMargin">
|
|
|
|
+ <number>0</number>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="bottomMargin">
|
|
|
|
+ <number>0</number>
|
|
|
|
+ </property>
|
|
|
|
+ <item>
|
|
|
|
+ <widget class="QWidget" name="widget_2" native="true">
|
|
<property name="minimumSize">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<size>
|
|
- <width>0</width>
|
|
|
|
- <height>80</height>
|
|
|
|
|
|
+ <width>40</width>
|
|
|
|
+ <height>40</height>
|
|
</size>
|
|
</size>
|
|
</property>
|
|
</property>
|
|
- <property name="styleSheet">
|
|
|
|
- <string notr="true"/>
|
|
|
|
- </property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<property name="spacing">
|
|
<property name="spacing">
|
|
- <number>1</number>
|
|
|
|
|
|
+ <number>0</number>
|
|
</property>
|
|
</property>
|
|
<property name="leftMargin">
|
|
<property name="leftMargin">
|
|
- <number>1</number>
|
|
|
|
|
|
+ <number>0</number>
|
|
</property>
|
|
</property>
|
|
<property name="topMargin">
|
|
<property name="topMargin">
|
|
- <number>1</number>
|
|
|
|
|
|
+ <number>0</number>
|
|
</property>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<property name="rightMargin">
|
|
- <number>1</number>
|
|
|
|
|
|
+ <number>0</number>
|
|
</property>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<property name="bottomMargin">
|
|
- <number>1</number>
|
|
|
|
|
|
+ <number>0</number>
|
|
</property>
|
|
</property>
|
|
- </layout>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- <item row="0" column="0" colspan="2">
|
|
|
|
- <widget class="QWidget" name="common_status_widget" native="true">
|
|
|
|
- <property name="styleSheet">
|
|
|
|
- <string notr="true"/>
|
|
|
|
- </property>
|
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
<item>
|
|
- <widget class="QWidget" name="backup_status" native="true">
|
|
|
|
- <property name="styleSheet">
|
|
|
|
- <string notr="true">border-radius: 20px;
|
|
|
|
-background-color: rgba(30, 0, 0, 100);</string>
|
|
|
|
|
|
+ <widget class="QWidget" name="widget_4" native="true">
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
+ </sizepolicy>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="minimumSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>32</width>
|
|
|
|
+ <height>32</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="maximumSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>32</width>
|
|
|
|
+ <height>32</height>
|
|
|
|
+ </size>
|
|
</property>
|
|
</property>
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
- <item>
|
|
|
|
- <widget class="QLabel" name="label_4_common">
|
|
|
|
- <property name="font">
|
|
|
|
- <font>
|
|
|
|
- <family>Trajan Pro 3</family>
|
|
|
|
- <pointsize>8</pointsize>
|
|
|
|
- <weight>50</weight>
|
|
|
|
- <bold>false</bold>
|
|
|
|
- </font>
|
|
|
|
- </property>
|
|
|
|
- <property name="styleSheet">
|
|
|
|
- <string notr="true">color: rgb(255, 255, 255); background-color:none;</string>
|
|
|
|
- </property>
|
|
|
|
- <property name="text">
|
|
|
|
- <string>РЕЗЕРВНАЯ КОПИЯ:</string>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- <item>
|
|
|
|
- <widget class="QLabel" name="label_5_common">
|
|
|
|
- <property name="font">
|
|
|
|
- <font>
|
|
|
|
- <family>Trebuchet MS</family>
|
|
|
|
- </font>
|
|
|
|
- </property>
|
|
|
|
- <property name="styleSheet">
|
|
|
|
- <string notr="true">color: rgb(85, 170, 255); background-color:none;</string>
|
|
|
|
- </property>
|
|
|
|
- <property name="text">
|
|
|
|
- <string>Создание... 50%</string>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- <item>
|
|
|
|
- <widget class="QWidget" name="backup_help" native="true">
|
|
|
|
- <property name="sizePolicy">
|
|
|
|
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
- <horstretch>0</horstretch>
|
|
|
|
- <verstretch>0</verstretch>
|
|
|
|
- </sizepolicy>
|
|
|
|
- </property>
|
|
|
|
- <property name="minimumSize">
|
|
|
|
- <size>
|
|
|
|
- <width>30</width>
|
|
|
|
- <height>30</height>
|
|
|
|
- </size>
|
|
|
|
- </property>
|
|
|
|
- <property name="mouseTracking">
|
|
|
|
- <bool>true</bool>
|
|
|
|
- </property>
|
|
|
|
- <property name="styleSheet">
|
|
|
|
- <string notr="true">border-image: url(:/assets/question.png); color: rgb(255, 255, 255); background-color:none;</string>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- </layout>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- <item>
|
|
|
|
- <widget class="QWidget" name="download_status" native="true">
|
|
|
|
<property name="styleSheet">
|
|
<property name="styleSheet">
|
|
- <string notr="true">border-radius: 20px;
|
|
|
|
-background-color: rgba(30, 0, 0, 100);</string>
|
|
|
|
|
|
+ <string notr="true">border-image: url(:/icon_ring.png);</string>
|
|
</property>
|
|
</property>
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
|
- <item>
|
|
|
|
- <widget class="QLabel" name="label_8_common">
|
|
|
|
- <property name="font">
|
|
|
|
- <font>
|
|
|
|
- <family>Trajan Pro 3</family>
|
|
|
|
- </font>
|
|
|
|
- </property>
|
|
|
|
- <property name="styleSheet">
|
|
|
|
- <string notr="true">color: rgb(255, 255, 255); background-color:none;</string>
|
|
|
|
- </property>
|
|
|
|
- <property name="text">
|
|
|
|
- <string>ЗАГРУЗКА:</string>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- <item>
|
|
|
|
- <widget class="QLabel" name="label_9_common">
|
|
|
|
- <property name="font">
|
|
|
|
- <font>
|
|
|
|
- <family>Trebuchet MS</family>
|
|
|
|
- </font>
|
|
|
|
- </property>
|
|
|
|
- <property name="styleSheet">
|
|
|
|
- <string notr="true">color: rgb(0, 170, 0); background-color:none;</string>
|
|
|
|
- </property>
|
|
|
|
- <property name="text">
|
|
|
|
- <string>Все данные загружены</string>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- <item>
|
|
|
|
- <widget class="QWidget" name="download_help" native="true">
|
|
|
|
- <property name="sizePolicy">
|
|
|
|
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
- <horstretch>0</horstretch>
|
|
|
|
- <verstretch>0</verstretch>
|
|
|
|
- </sizepolicy>
|
|
|
|
- </property>
|
|
|
|
- <property name="minimumSize">
|
|
|
|
- <size>
|
|
|
|
- <width>30</width>
|
|
|
|
- <height>30</height>
|
|
|
|
- </size>
|
|
|
|
- </property>
|
|
|
|
- <property name="styleSheet">
|
|
|
|
- <string notr="true">border-image: url(:/assets/question.png); color: rgb(255, 255, 255); background-color:none;</string>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- </layout>
|
|
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
<item>
|
|
<item>
|
|
- <widget class="QWidget" name="rusification_status" native="true">
|
|
|
|
|
|
+ <widget class="QWidget" name="widget_5" native="true">
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
+ </sizepolicy>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="minimumSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>32</width>
|
|
|
|
+ <height>32</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="maximumSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>32</width>
|
|
|
|
+ <height>32</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
<property name="styleSheet">
|
|
<property name="styleSheet">
|
|
- <string notr="true">border-radius: 20px;
|
|
|
|
-background-color: rgba(30, 0, 0, 100);</string>
|
|
|
|
|
|
+ <string notr="true">border-image: url(:/quest_icon.png);</string>
|
|
</property>
|
|
</property>
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
|
- <item>
|
|
|
|
- <widget class="QLabel" name="label_2_common">
|
|
|
|
- <property name="font">
|
|
|
|
- <font>
|
|
|
|
- <family>Trajan Pro 3</family>
|
|
|
|
- <pointsize>8</pointsize>
|
|
|
|
- <weight>50</weight>
|
|
|
|
- <bold>false</bold>
|
|
|
|
- </font>
|
|
|
|
- </property>
|
|
|
|
- <property name="styleSheet">
|
|
|
|
- <string notr="true">color: rgb(255, 255, 255); background-color:none;</string>
|
|
|
|
- </property>
|
|
|
|
- <property name="text">
|
|
|
|
- <string>РУСИФИКАЦИЯ:</string>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- <item>
|
|
|
|
- <widget class="QLabel" name="label_3_common">
|
|
|
|
- <property name="font">
|
|
|
|
- <font>
|
|
|
|
- <family>Trebuchet MS</family>
|
|
|
|
- </font>
|
|
|
|
- </property>
|
|
|
|
- <property name="styleSheet">
|
|
|
|
- <string notr="true">color: rgb(85, 170, 255); background-color:none;</string>
|
|
|
|
- </property>
|
|
|
|
- <property name="text">
|
|
|
|
- <string>Установка... (1/5) 50%</string>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- <item>
|
|
|
|
- <widget class="QWidget" name="rusification_help" native="true">
|
|
|
|
- <property name="sizePolicy">
|
|
|
|
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
- <horstretch>0</horstretch>
|
|
|
|
- <verstretch>0</verstretch>
|
|
|
|
- </sizepolicy>
|
|
|
|
- </property>
|
|
|
|
- <property name="minimumSize">
|
|
|
|
- <size>
|
|
|
|
- <width>30</width>
|
|
|
|
- <height>30</height>
|
|
|
|
- </size>
|
|
|
|
- </property>
|
|
|
|
- <property name="styleSheet">
|
|
|
|
- <string notr="true">border-image: url(:/assets/question.png); color: rgb(255, 255, 255); background-color:none;</string>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- </layout>
|
|
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
<item>
|
|
<item>
|
|
- <widget class="QWidget" name="protection_status" native="true">
|
|
|
|
|
|
+ <widget class="QWidget" name="widget_3" native="true">
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
+ </sizepolicy>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="minimumSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>32</width>
|
|
|
|
+ <height>32</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="maximumSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>32</width>
|
|
|
|
+ <height>32</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
<property name="styleSheet">
|
|
<property name="styleSheet">
|
|
- <string notr="true">border-radius: 20px;
|
|
|
|
-background-color: rgba(30, 0, 0, 100);</string>
|
|
|
|
|
|
+ <string notr="true">border-image: url(:/icon_eye.png);</string>
|
|
</property>
|
|
</property>
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
|
|
- <item>
|
|
|
|
- <widget class="QLabel" name="label_6_common">
|
|
|
|
- <property name="font">
|
|
|
|
- <font>
|
|
|
|
- <family>Trajan Pro 3</family>
|
|
|
|
- </font>
|
|
|
|
- </property>
|
|
|
|
- <property name="styleSheet">
|
|
|
|
- <string notr="true">color: rgb(255, 255, 255); background-color:none;</string>
|
|
|
|
- </property>
|
|
|
|
- <property name="text">
|
|
|
|
- <string>ЗАЩИТА ИГРОВЫХ ДАННЫХ:</string>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- <item>
|
|
|
|
- <widget class="QLabel" name="label_7_common">
|
|
|
|
- <property name="font">
|
|
|
|
- <font>
|
|
|
|
- <family>Trebuchet MS</family>
|
|
|
|
- </font>
|
|
|
|
- </property>
|
|
|
|
- <property name="styleSheet">
|
|
|
|
- <string notr="true">color: rgb(255, 85, 0); background-color:none;</string>
|
|
|
|
- </property>
|
|
|
|
- <property name="text">
|
|
|
|
- <string>Выключена</string>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- <item>
|
|
|
|
- <widget class="QWidget" name="protection_help" native="true">
|
|
|
|
- <property name="sizePolicy">
|
|
|
|
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
- <horstretch>0</horstretch>
|
|
|
|
- <verstretch>0</verstretch>
|
|
|
|
- </sizepolicy>
|
|
|
|
- </property>
|
|
|
|
- <property name="minimumSize">
|
|
|
|
- <size>
|
|
|
|
- <width>30</width>
|
|
|
|
- <height>30</height>
|
|
|
|
- </size>
|
|
|
|
- </property>
|
|
|
|
- <property name="styleSheet">
|
|
|
|
- <string notr="true">border-image: url(:/assets/question.png); color: rgb(255, 255, 255); background-color:none;</string>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
- </layout>
|
|
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
</layout>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
|
|
+ <item>
|
|
|
|
+ <widget class="QPushButton" name="site_link_button">
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
+ <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
+ </sizepolicy>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="minimumSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>0</width>
|
|
|
|
+ <height>20</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="styleSheet">
|
|
|
|
+ <string notr="true">QPushButton{
|
|
|
|
+border: 1px solid silver;
|
|
|
|
+border-radius: 7px;
|
|
|
|
+background-color: rgba(30, 0, 0, 220);
|
|
|
|
+color: white;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+QPushButton:hover{
|
|
|
|
+border: 1px solid silver;
|
|
|
|
+border-radius: 7px;
|
|
|
|
+color: white;
|
|
|
|
+background-color: rgba(60, 25, 25, 220);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+QPushButton:pressed{
|
|
|
|
+border: 1px solid silver;
|
|
|
|
+border-radius: 7px;
|
|
|
|
+background-color: rgba(10, 0, 0, 220);
|
|
|
|
+color: white;
|
|
|
|
+}</string>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>Сайт</string>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="flat">
|
|
|
|
+ <bool>false</bool>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item>
|
|
|
|
+ <widget class="QPushButton" name="forum_link_button">
|
|
|
|
+ <property name="minimumSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>0</width>
|
|
|
|
+ <height>20</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="styleSheet">
|
|
|
|
+ <string notr="true">QPushButton{
|
|
|
|
+border: 1px solid silver;
|
|
|
|
+border-radius: 7px;
|
|
|
|
+background-color: rgba(30, 0, 0, 220);
|
|
|
|
+color: white;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+QPushButton:hover{
|
|
|
|
+border: 1px solid silver;
|
|
|
|
+border-radius: 7px;
|
|
|
|
+color: white;
|
|
|
|
+background-color: rgba(60, 25, 25, 220);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+QPushButton:pressed{
|
|
|
|
+border: 1px solid silver;
|
|
|
|
+border-radius: 7px;
|
|
|
|
+background-color: rgba(10, 0, 0, 220);
|
|
|
|
+color: white;
|
|
|
|
+}</string>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>Форум</string>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item>
|
|
|
|
+ <widget class="QPushButton" name="guides_link_button">
|
|
|
|
+ <property name="minimumSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>0</width>
|
|
|
|
+ <height>20</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="styleSheet">
|
|
|
|
+ <string notr="true">QPushButton{
|
|
|
|
+border: 1px solid silver;
|
|
|
|
+border-radius: 7px;
|
|
|
|
+background-color: rgba(30, 0, 0, 220);
|
|
|
|
+color: white;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+QPushButton:hover{
|
|
|
|
+border: 1px solid silver;
|
|
|
|
+border-radius: 7px;
|
|
|
|
+color: white;
|
|
|
|
+background-color: rgba(60, 25, 25, 220);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+QPushButton:pressed{
|
|
|
|
+border: 1px solid silver;
|
|
|
|
+border-radius: 7px;
|
|
|
|
+background-color: rgba(10, 0, 0, 220);
|
|
|
|
+color: white;
|
|
|
|
+}</string>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>Гайды</string>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item>
|
|
|
|
+ <widget class="QPushButton" name="addons_link_button">
|
|
|
|
+ <property name="minimumSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>0</width>
|
|
|
|
+ <height>20</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="styleSheet">
|
|
|
|
+ <string notr="true">QPushButton{
|
|
|
|
+border: 1px solid silver;
|
|
|
|
+border-radius: 7px;
|
|
|
|
+background-color: rgba(30, 0, 0, 220);
|
|
|
|
+color: white;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+QPushButton:hover{
|
|
|
|
+border: 1px solid silver;
|
|
|
|
+border-radius: 7px;
|
|
|
|
+color: white;
|
|
|
|
+background-color: rgba(60, 25, 25, 220);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+QPushButton:pressed{
|
|
|
|
+border: 1px solid silver;
|
|
|
|
+border-radius: 7px;
|
|
|
|
+background-color: rgba(10, 0, 0, 220);
|
|
|
|
+color: white;
|
|
|
|
+}</string>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>Дополнения</string>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item>
|
|
|
|
+ <widget class="QPushButton" name="bugreport_link_button">
|
|
|
|
+ <property name="minimumSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>0</width>
|
|
|
|
+ <height>20</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="styleSheet">
|
|
|
|
+ <string notr="true">QPushButton{
|
|
|
|
+border: 1px solid silver;
|
|
|
|
+border-radius: 7px;
|
|
|
|
+background-color: rgba(30, 0, 0, 220);
|
|
|
|
+color: white;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+QPushButton:hover{
|
|
|
|
+border: 1px solid silver;
|
|
|
|
+border-radius: 7px;
|
|
|
|
+color: white;
|
|
|
|
+background-color: rgba(60, 25, 25, 220);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+QPushButton:pressed{
|
|
|
|
+border: 1px solid silver;
|
|
|
|
+border-radius: 7px;
|
|
|
|
+background-color: rgba(10, 0, 0, 220);
|
|
|
|
+color: white;
|
|
|
|
+}</string>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string> Сообщить об ошибке </string>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item>
|
|
|
|
+ <widget class="QPushButton" name="donate_link_button">
|
|
|
|
+ <property name="minimumSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>0</width>
|
|
|
|
+ <height>20</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="styleSheet">
|
|
|
|
+ <string notr="true">QPushButton{
|
|
|
|
+border: 1px solid silver;
|
|
|
|
+border-radius: 7px;
|
|
|
|
+background-color: rgba(30, 0, 0, 220);
|
|
|
|
+color: white;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+QPushButton:hover{
|
|
|
|
+border: 1px solid silver;
|
|
|
|
+border-radius: 7px;
|
|
|
|
+color: white;
|
|
|
|
+background-color: rgba(60, 25, 25, 220);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+QPushButton:pressed{
|
|
|
|
+border: 1px solid silver;
|
|
|
|
+border-radius: 7px;
|
|
|
|
+background-color: rgba(10, 0, 0, 220);
|
|
|
|
+color: white;
|
|
|
|
+}</string>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>Поддержать проект</string>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item>
|
|
|
|
+ <spacer name="verticalSpacer_2">
|
|
|
|
+ <property name="orientation">
|
|
|
|
+ <enum>Qt::Vertical</enum>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
|
+ <size>
|
|
|
|
+ <width>20</width>
|
|
|
|
+ <height>40</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ </spacer>
|
|
|
|
+ </item>
|
|
</layout>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
|
|
+ <item row="3" column="0">
|
|
|
|
+ <widget class="ServerStatusWidget" name="server_status_flag" native="true">
|
|
|
|
+ <property name="minimumSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>124</width>
|
|
|
|
+ <height>276</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="maximumSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>124</width>
|
|
|
|
+ <height>276</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="cursor">
|
|
|
|
+ <cursorShape>PointingHandCursor</cursorShape>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item row="1" column="0">
|
|
|
|
+ <widget class="WeeklyCodeWidget" name="weekly_code">
|
|
|
|
+ <property name="minimumSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>130</width>
|
|
|
|
+ <height>130</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="maximumSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>130</width>
|
|
|
|
+ <height>130</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="font">
|
|
|
|
+ <font>
|
|
|
|
+ <family>a_AlgeriusNr</family>
|
|
|
|
+ <pointsize>12</pointsize>
|
|
|
|
+ <weight>50</weight>
|
|
|
|
+ <bold>false</bold>
|
|
|
|
+ </font>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="cursor">
|
|
|
|
+ <cursorShape>PointingHandCursor</cursorShape>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="styleSheet">
|
|
|
|
+ <string notr="true">color: rgb(255, 180, 0);</string>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>hjb</string>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="alignment">
|
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
|
|
+ <item row="0" column="2">
|
|
|
|
+ <spacer name="verticalSpacer_3">
|
|
|
|
+ <property name="orientation">
|
|
|
|
+ <enum>Qt::Vertical</enum>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="sizeType">
|
|
|
|
+ <enum>QSizePolicy::Fixed</enum>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
|
+ <size>
|
|
|
|
+ <width>20</width>
|
|
|
|
+ <height>30</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ </spacer>
|
|
|
|
+ </item>
|
|
|
|
+ <item row="2" column="0">
|
|
|
|
+ <spacer name="verticalSpacer_4">
|
|
|
|
+ <property name="orientation">
|
|
|
|
+ <enum>Qt::Vertical</enum>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
|
+ <size>
|
|
|
|
+ <width>20</width>
|
|
|
|
+ <height>40</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ </spacer>
|
|
|
|
+ </item>
|
|
|
|
+ <item row="0" column="0">
|
|
|
|
+ <spacer name="verticalSpacer">
|
|
|
|
+ <property name="orientation">
|
|
|
|
+ <enum>Qt::Vertical</enum>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="sizeType">
|
|
|
|
+ <enum>QSizePolicy::Fixed</enum>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
|
+ <size>
|
|
|
|
+ <width>20</width>
|
|
|
|
+ <height>30</height>
|
|
|
|
+ </size>
|
|
|
|
+ </property>
|
|
|
|
+ </spacer>
|
|
|
|
+ </item>
|
|
</layout>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
|
|
+ <customwidgets>
|
|
|
|
+ <customwidget>
|
|
|
|
+ <class>ServerStatusWidget</class>
|
|
|
|
+ <extends>QWidget</extends>
|
|
|
|
+ <header>widgets/serverstatuswidget.h</header>
|
|
|
|
+ <container>1</container>
|
|
|
|
+ </customwidget>
|
|
|
|
+ <customwidget>
|
|
|
|
+ <class>WeeklyCodeWidget</class>
|
|
|
|
+ <extends>QLabel</extends>
|
|
|
|
+ <header>widgets/weeklycodewidget.h</header>
|
|
|
|
+ </customwidget>
|
|
|
|
+ <customwidget>
|
|
|
|
+ <class>NewsListWidget</class>
|
|
|
|
+ <extends>QWidget</extends>
|
|
|
|
+ <header>widgets/newslistwidget.h</header>
|
|
|
|
+ <container>1</container>
|
|
|
|
+ </customwidget>
|
|
|
|
+ </customwidgets>
|
|
<resources/>
|
|
<resources/>
|
|
<connections/>
|
|
<connections/>
|
|
</ui>
|
|
</ui>
|