968 lines
32 KiB
Plaintext
968 lines
32 KiB
Plaintext
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
|||
|
<ui version="4.0">
|
|||
|
<class>MainWindow</class>
|
|||
|
<widget class="QMainWindow" name="MainWindow">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>0</y>
|
|||
|
<width>1032</width>
|
|||
|
<height>637</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|||
|
<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>16777215</width>
|
|||
|
<height>16777215</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="windowTitle">
|
|||
|
<string>PunkLauncher</string>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">QFrame#border_top, QFrame#border_bottom, QFrame#border_left, QFrame#border_right {
|
|||
|
background-color: rgb(217, 78, 108);
|
|||
|
border: none;
|
|||
|
}
|
|||
|
|
|||
|
QWidget {
|
|||
|
background-color: rgb(36, 38, 41);
|
|||
|
}
|
|||
|
|
|||
|
QLabel {
|
|||
|
color: rgb(255, 255, 255);
|
|||
|
}
|
|||
|
|
|||
|
QPushButton {
|
|||
|
color: rgb(255, 255, 255);
|
|||
|
}
|
|||
|
|
|||
|
QCheckBox {
|
|||
|
color: rgb(255, 255, 255);
|
|||
|
}
|
|||
|
|
|||
|
QLineEdit {
|
|||
|
color: rgb(255, 255, 255);
|
|||
|
}
|
|||
|
|
|||
|
QLineEdit::placeholder {
|
|||
|
color: rgba(255, 255, 255, 0.5);
|
|||
|
}</string>
|
|||
|
</property>
|
|||
|
<widget class="QWidget" name="centralwidget">
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true"/>
|
|||
|
</property>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|||
|
<property name="spacing">
|
|||
|
<number>0</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="QFrame" name="border_top">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>0</width>
|
|||
|
<height>18</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>16777215</width>
|
|||
|
<height>16777215</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="cursor">
|
|||
|
<cursorShape>ArrowCursor</cursorShape>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true"/>
|
|||
|
</property>
|
|||
|
<property name="frameShape">
|
|||
|
<enum>QFrame::StyledPanel</enum>
|
|||
|
</property>
|
|||
|
<property name="frameShadow">
|
|||
|
<enum>QFrame::Raised</enum>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|||
|
<property name="spacing">
|
|||
|
<number>0</number>
|
|||
|
</property>
|
|||
|
<item>
|
|||
|
<widget class="QFrame" name="border_right">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>3</width>
|
|||
|
<height>0</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>16777215</width>
|
|||
|
<height>16777215</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true"/>
|
|||
|
</property>
|
|||
|
<property name="frameShape">
|
|||
|
<enum>QFrame::StyledPanel</enum>
|
|||
|
</property>
|
|||
|
<property name="frameShadow">
|
|||
|
<enum>QFrame::Raised</enum>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QStackedWidget" name="StackedWidget">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>1001</width>
|
|||
|
<height>601</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">QStackedWidget {
|
|||
|
border: 0px solid rgba(255, 255, 255, 0.1);
|
|||
|
}</string>
|
|||
|
</property>
|
|||
|
<property name="currentIndex">
|
|||
|
<number>1</number>
|
|||
|
</property>
|
|||
|
<widget class="QWidget" name="auth">
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">QWidget#auth {
|
|||
|
background-image: url(:/auth/logo.png);
|
|||
|
background-repeat: no-repeat;
|
|||
|
background-position: center;
|
|||
|
margin-top: -80px;
|
|||
|
}</string>
|
|||
|
</property>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|||
|
<property name="spacing">
|
|||
|
<number>0</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>
|
|||
|
<spacer name="verticalSpacer_3">
|
|||
|
<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>
|
|||
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|||
|
<item>
|
|||
|
<spacer name="horizontalSpacer_5">
|
|||
|
<property name="orientation">
|
|||
|
<enum>Qt::Horizontal</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeHint" stdset="0">
|
|||
|
<size>
|
|||
|
<width>40</width>
|
|||
|
<height>20</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
</spacer>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|||
|
<item>
|
|||
|
<widget class="QLabel" name="label">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>0</width>
|
|||
|
<height>50</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<pointsize>16</pointsize>
|
|||
|
<weight>50</weight>
|
|||
|
<bold>false</bold>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="toolTipDuration">
|
|||
|
<number>6</number>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">background-color: rgba(255, 255, 255, 0);</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Авторизация</string>
|
|||
|
</property>
|
|||
|
<property name="alignment">
|
|||
|
<set>Qt::AlignBottom|Qt::AlignHCenter</set>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QFrame" name="verticalFrame">
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">QFrame {
|
|||
|
border: 0px solid rgba(255, 255, 255, 0.5);
|
|||
|
background-color: rgba(255, 255, 255, 0);
|
|||
|
border-radius: 10px;
|
|||
|
}
|
|||
|
|
|||
|
QFrame > QFrame {
|
|||
|
border: none; /* Убираем бордер у дочерних фреймов */
|
|||
|
border-radius: 0; /* Убираем закругление у дочерних фреймов */
|
|||
|
}
|
|||
|
|
|||
|
QLineEdit {
|
|||
|
padding-left: 10px; /* Отступ слева для вводимого текста */
|
|||
|
border: 1px solid #ccc; /* Граница */
|
|||
|
border-radius: 5px; /* Закругленные углы */
|
|||
|
}
|
|||
|
|
|||
|
QLineEdit::placeholder {
|
|||
|
color: gray; /* Цвет placeholder */
|
|||
|
padding-left: 10px; /* Отступ слева для placeholder */
|
|||
|
}</string>
|
|||
|
</property>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0">
|
|||
|
<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>20</number>
|
|||
|
</property>
|
|||
|
<item>
|
|||
|
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0,0">
|
|||
|
<item>
|
|||
|
<spacer name="horizontalSpacer_3">
|
|||
|
<property name="orientation">
|
|||
|
<enum>Qt::Horizontal</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeHint" stdset="0">
|
|||
|
<size>
|
|||
|
<width>40</width>
|
|||
|
<height>20</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
</spacer>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QFrame" name="frame">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>280</width>
|
|||
|
<height>125</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>280</width>
|
|||
|
<height>125</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="1,1,4">
|
|||
|
<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="QLineEdit" name="loginLineLog">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>0</width>
|
|||
|
<height>35</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>16777215</width>
|
|||
|
<height>35</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Sans Serif</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true"/>
|
|||
|
</property>
|
|||
|
<property name="placeholderText">
|
|||
|
<string>Логин</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QLineEdit" name="passLineLog">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>0</width>
|
|||
|
<height>35</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>16777215</width>
|
|||
|
<height>35</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Serif</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="echoMode">
|
|||
|
<enum>QLineEdit::Password</enum>
|
|||
|
</property>
|
|||
|
<property name="placeholderText">
|
|||
|
<string>Пароль</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QPushButton" name="loginBtn">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>0</width>
|
|||
|
<height>40</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>16777215</width>
|
|||
|
<height>40</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
<weight>50</weight>
|
|||
|
<bold>false</bold>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true"/>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Войти</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<spacer name="horizontalSpacer_4">
|
|||
|
<property name="orientation">
|
|||
|
<enum>Qt::Horizontal</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeHint" stdset="0">
|
|||
|
<size>
|
|||
|
<width>40</width>
|
|||
|
<height>20</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
</spacer>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|||
|
<item>
|
|||
|
<spacer name="horizontalSpacer">
|
|||
|
<property name="orientation">
|
|||
|
<enum>Qt::Horizontal</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeHint" stdset="0">
|
|||
|
<size>
|
|||
|
<width>40</width>
|
|||
|
<height>20</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
</spacer>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QCheckBox" name="dontLeaveCheck">
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Не выходить с аккаунта</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<spacer name="horizontalSpacer_2">
|
|||
|
<property name="orientation">
|
|||
|
<enum>Qt::Horizontal</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeHint" stdset="0">
|
|||
|
<size>
|
|||
|
<width>40</width>
|
|||
|
<height>20</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
</spacer>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<spacer name="verticalSpacer">
|
|||
|
<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>
|
|||
|
<widget class="QLabel" name="label_2">
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>16777215</width>
|
|||
|
<height>20</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true"/>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string><html><head/><body><p><a href="https://root-kit.ru"><span style=" text-decoration: underline; color:#e9e7ff;">Регистрация</span></a></p></body></html></string>
|
|||
|
</property>
|
|||
|
<property name="alignment">
|
|||
|
<set>Qt::AlignCenter</set>
|
|||
|
</property>
|
|||
|
<property name="openExternalLinks">
|
|||
|
<bool>true</bool>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<spacer name="horizontalSpacer_6">
|
|||
|
<property name="orientation">
|
|||
|
<enum>Qt::Horizontal</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeHint" stdset="0">
|
|||
|
<size>
|
|||
|
<width>40</width>
|
|||
|
<height>20</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
</spacer>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
<widget class="QWidget" name="main">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|||
|
<property name="spacing">
|
|||
|
<number>0</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="QFrame" name="main_banner">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>250</width>
|
|||
|
<height>300</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">QWidget#main_banner {
|
|||
|
border-image: url(:/main/banner.jpg) 0 0 0 0 stretch stretch;
|
|||
|
}</string>
|
|||
|
</property>
|
|||
|
<property name="frameShape">
|
|||
|
<enum>QFrame::StyledPanel</enum>
|
|||
|
</property>
|
|||
|
<property name="frameShadow">
|
|||
|
<enum>QFrame::Raised</enum>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QFrame" name="frame_settings_btn">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>0</width>
|
|||
|
<height>72</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>16777215</width>
|
|||
|
<height>72</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="frameShape">
|
|||
|
<enum>QFrame::StyledPanel</enum>
|
|||
|
</property>
|
|||
|
<property name="frameShadow">
|
|||
|
<enum>QFrame::Raised</enum>
|
|||
|
</property>
|
|||
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|||
|
<property name="spacing">
|
|||
|
<number>0</number>
|
|||
|
</property>
|
|||
|
<property name="leftMargin">
|
|||
|
<number>20</number>
|
|||
|
</property>
|
|||
|
<property name="topMargin">
|
|||
|
<number>0</number>
|
|||
|
</property>
|
|||
|
<property name="rightMargin">
|
|||
|
<number>15</number>
|
|||
|
</property>
|
|||
|
<property name="bottomMargin">
|
|||
|
<number>0</number>
|
|||
|
</property>
|
|||
|
<item>
|
|||
|
<widget class="QFrame" name="frame_2">
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>48</width>
|
|||
|
<height>48</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>48</width>
|
|||
|
<height>48</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">background-color: rgb(255, 255, 255);</string>
|
|||
|
</property>
|
|||
|
<property name="frameShape">
|
|||
|
<enum>QFrame::StyledPanel</enum>
|
|||
|
</property>
|
|||
|
<property name="frameShadow">
|
|||
|
<enum>QFrame::Raised</enum>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QLabel" name="label_4">
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<pointsize>12</pointsize>
|
|||
|
<weight>75</weight>
|
|||
|
<bold>true</bold>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true">margin-left: 15px;</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>PIVODEVAT</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<spacer name="horizontalSpacer_7">
|
|||
|
<property name="orientation">
|
|||
|
<enum>Qt::Horizontal</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeHint" stdset="0">
|
|||
|
<size>
|
|||
|
<width>40</width>
|
|||
|
<height>20</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
</spacer>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<layout class="QVBoxLayout" name="verticalLayout_7" stretch="0,0,0">
|
|||
|
<property name="spacing">
|
|||
|
<number>0</number>
|
|||
|
</property>
|
|||
|
<item>
|
|||
|
<spacer name="verticalSpacer_2">
|
|||
|
<property name="orientation">
|
|||
|
<enum>Qt::Vertical</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeType">
|
|||
|
<enum>QSizePolicy::Expanding</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeHint" stdset="0">
|
|||
|
<size>
|
|||
|
<width>20</width>
|
|||
|
<height>50</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
</spacer>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QPushButton" name="pushButton_2">
|
|||
|
<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">
|
|||
|
<string notr="true">QPushButton {
|
|||
|
background: none;
|
|||
|
border: none;
|
|||
|
background-image: url(:/main/settings_32x32.png);
|
|||
|
background-repeat: no-repeat;
|
|||
|
background-position: center;
|
|||
|
}
|
|||
|
|
|||
|
QPushButton:hover {
|
|||
|
background-image: url(:/main/settings_hover_32x32.png);
|
|||
|
}
|
|||
|
|
|||
|
QPushButton:pressed {
|
|||
|
background-image: url(:/main/settings_pressed_32x32.png);
|
|||
|
}</string>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string/>
|
|||
|
</property>
|
|||
|
<property name="iconSize">
|
|||
|
<size>
|
|||
|
<width>10</width>
|
|||
|
<height>0</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<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>
|
|||
|
</layout>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<spacer name="horizontalSpacer_8">
|
|||
|
<property name="orientation">
|
|||
|
<enum>Qt::Horizontal</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeType">
|
|||
|
<enum>QSizePolicy::Fixed</enum>
|
|||
|
</property>
|
|||
|
<property name="sizeHint" stdset="0">
|
|||
|
<size>
|
|||
|
<width>4</width>
|
|||
|
<height>20</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
</spacer>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QPushButton" name="startBtn">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>150</width>
|
|||
|
<height>50</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<pointsize>12</pointsize>
|
|||
|
<weight>75</weight>
|
|||
|
<bold>true</bold>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Играть</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
<widget class="QWidget" name="settings">
|
|||
|
<widget class="QSlider" name="horizontalSlider">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>30</x>
|
|||
|
<y>30</y>
|
|||
|
<width>951</width>
|
|||
|
<height>61</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="minimum">
|
|||
|
<number>2000</number>
|
|||
|
</property>
|
|||
|
<property name="maximum">
|
|||
|
<number>8000</number>
|
|||
|
</property>
|
|||
|
<property name="value">
|
|||
|
<number>2000</number>
|
|||
|
</property>
|
|||
|
<property name="sliderPosition">
|
|||
|
<number>2000</number>
|
|||
|
</property>
|
|||
|
<property name="tracking">
|
|||
|
<bool>true</bool>
|
|||
|
</property>
|
|||
|
<property name="orientation">
|
|||
|
<enum>Qt::Horizontal</enum>
|
|||
|
</property>
|
|||
|
<property name="invertedAppearance">
|
|||
|
<bool>false</bool>
|
|||
|
</property>
|
|||
|
<property name="invertedControls">
|
|||
|
<bool>false</bool>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QFrame" name="border_left">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>3</width>
|
|||
|
<height>0</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>16777215</width>
|
|||
|
<height>16777215</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true"/>
|
|||
|
</property>
|
|||
|
<property name="frameShape">
|
|||
|
<enum>QFrame::StyledPanel</enum>
|
|||
|
</property>
|
|||
|
<property name="frameShadow">
|
|||
|
<enum>QFrame::Raised</enum>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</item>
|
|||
|
<item>
|
|||
|
<widget class="QFrame" name="border_bottom">
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="minimumSize">
|
|||
|
<size>
|
|||
|
<width>0</width>
|
|||
|
<height>3</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="maximumSize">
|
|||
|
<size>
|
|||
|
<width>16777215</width>
|
|||
|
<height>16777215</height>
|
|||
|
</size>
|
|||
|
</property>
|
|||
|
<property name="styleSheet">
|
|||
|
<string notr="true"/>
|
|||
|
</property>
|
|||
|
<property name="frameShape">
|
|||
|
<enum>QFrame::StyledPanel</enum>
|
|||
|
</property>
|
|||
|
<property name="frameShadow">
|
|||
|
<enum>QFrame::Raised</enum>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</item>
|
|||
|
</layout>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
<resources>
|
|||
|
<include location="../resources/resources.qrc"/>
|
|||
|
</resources>
|
|||
|
<connections/>
|
|||
|
</ui>
|