123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>AboutWidget</class>
- <widget class="QWidget" name="AboutWidget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1000</width>
- <height>530</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <property name="styleSheet">
- <string notr="true">color: white;</string>
- </property>
- <widget class="QLabel" name="widget_name_label">
- <property name="geometry">
- <rect>
- <x>45</x>
- <y>33</y>
- <width>180</width>
- <height>21</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>Trajan Pro 3</family>
- <pointsize>9</pointsize>
- <kerning>false</kerning>
- </font>
- </property>
- <property name="text">
- <string>НАСЛЕДИЕ v 2.0.0</string>
- </property>
- </widget>
- <widget class="QWidget" name="left_panel" native="true">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>70</y>
- <width>240</width>
- <height>451</height>
- </rect>
- </property>
- <layout class="QGridLayout" name="gridLayout">
- <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 row="0" column="0" colspan="3">
- <widget class="QPushButton" name="goto_site">
- <property name="font">
- <font>
- <family>Trajan Pro 3</family>
- <pointsize>8</pointsize>
- </font>
- </property>
- <property name="cursor">
- <cursorShape>PointingHandCursor</cursorShape>
- </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:rgba(0,0,0,20);
- 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));
- }</string>
- </property>
- <property name="text">
- <string>Официальный сайт</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0" colspan="3">
- <widget class="QPushButton" name="goto_bugs">
- <property name="font">
- <font>
- <family>Trajan Pro 3</family>
- <pointsize>8</pointsize>
- </font>
- </property>
- <property name="cursor">
- <cursorShape>PointingHandCursor</cursorShape>
- </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:rgba(0,0,0,20);
- 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));
- }</string>
- </property>
- <property name="text">
- <string>Сообщить об ошибке</string>
- </property>
- </widget>
- </item>
- <item row="1" column="0" colspan="3">
- <widget class="QPushButton" name="goto_forum">
- <property name="font">
- <font>
- <family>Trajan Pro 3</family>
- <pointsize>8</pointsize>
- </font>
- </property>
- <property name="cursor">
- <cursorShape>PointingHandCursor</cursorShape>
- </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:rgba(0,0,0,20);
- 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));
- }</string>
- </property>
- <property name="text">
- <string>Форум</string>
- </property>
- </widget>
- </item>
- <item row="3" column="0" colspan="3">
- <widget class="QPushButton" name="goto_donate">
- <property name="font">
- <font>
- <family>Trajan Pro 3</family>
- <pointsize>8</pointsize>
- </font>
- </property>
- <property name="cursor">
- <cursorShape>PointingHandCursor</cursorShape>
- </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:rgba(0,0,0,20);
- 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));
- }</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="client_side">
- <property name="font">
- <font>
- <family>Trajan Pro 3</family>
- <pointsize>7</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="powered_by">
- <property name="font">
- <font>
- <family>Trajan Pro 3</family>
- <pointsize>9</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="server_size">
- <property name="font">
- <font>
- <family>Trajan Pro 3</family>
- <pointsize>7</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="coder_icon">
- <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="endevir_icon">
- <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/>
- </ui>
|