saperGame/launcher.ui
2021-01-28 20:17:14 +03:00

422 lines
11 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>460</width>
<height>341</height>
</rect>
</property>
<property name="windowTitle">
<string>Сапёр игровой лаунчер</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>source/gameico.ico</normaloff>source/gameico.ico</iconset>
</property>
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>441</width>
<height>281</height>
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="Launcher">
<attribute name="title">
<string>Игра</string>
</attribute>
<widget class="QListWidget" name="gameList">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>391</width>
<height>171</height>
</rect>
</property>
<item>
<property name="text">
<string>Системный администратор</string>
</property>
<property name="icon">
<iconset>
<normaloff>source/sys admin/gameico.png</normaloff>source/sys admin/gameico.png</iconset>
</property>
</item>
</widget>
<widget class="QPushButton" name="play">
<property name="geometry">
<rect>
<x>180</x>
<y>220</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>Играть</string>
</property>
</widget>
<widget class="QCheckBox" name="soundOn">
<property name="geometry">
<rect>
<x>310</x>
<y>230</y>
<width>121</width>
<height>21</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>Включить музыку</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="updateGames">
<property name="geometry">
<rect>
<x>20</x>
<y>210</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>Обновить</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>Статистика</string>
</attribute>
<widget class="QTableWidget" name="StatTable">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>421</width>
<height>231</height>
</rect>
</property>
<row>
<property name="text">
<string>1</string>
</property>
</row>
<column>
<property name="text">
<string>Никнейм</string>
</property>
</column>
<column>
<property name="text">
<string>Очки</string>
</property>
</column>
<column>
<property name="text">
<string>Обезврежено мин</string>
</property>
</column>
<column>
<property name="text">
<string>Среднее количество обезвреженных мин</string>
</property>
</column>
<column>
<property name="text">
<string>Любимая игра</string>
</property>
</column>
<item row="0" column="0">
<property name="text">
<string>Игрок</string>
</property>
</item>
<item row="0" column="1">
<property name="text">
<string>0</string>
</property>
</item>
<item row="0" column="2">
<property name="text">
<string>0</string>
</property>
</item>
<item row="0" column="3">
<property name="text">
<string>0</string>
</property>
</item>
<item row="0" column="4">
<property name="text">
<string>0</string>
</property>
</item>
</widget>
</widget>
<widget class="QWidget" name="saves">
<attribute name="title">
<string>Сохранения</string>
</attribute>
<widget class="QListWidget" name="SaveList">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>411</width>
<height>211</height>
</rect>
</property>
<item>
<property name="text">
<string>User, 22.09.2003 14:50, Системный администратор (не закончено)</string>
</property>
<property name="icon">
<iconset>
<normaloff>source/sys admin/gameico.png</normaloff>source/sys admin/gameico.png</iconset>
</property>
</item>
</widget>
<widget class="QPushButton" name="loadGame">
<property name="geometry">
<rect>
<x>10</x>
<y>230</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>Загрузить</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="profiles">
<attribute name="title">
<string>Профили</string>
</attribute>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>0</x>
<y>10</y>
<width>171</width>
<height>121</height>
</rect>
</property>
<property name="title">
<string>Войти</string>
</property>
<widget class="QLineEdit" name="loginUsernameLine">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>151</width>
<height>20</height>
</rect>
</property>
<property name="placeholderText">
<string>Логин</string>
</property>
</widget>
<widget class="QLineEdit" name="loginHasloLine">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>151</width>
<height>20</height>
</rect>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
<property name="placeholderText">
<string>Пароль</string>
</property>
</widget>
<widget class="QPushButton" name="loginButton">
<property name="geometry">
<rect>
<x>90</x>
<y>90</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>Войти</string>
</property>
</widget>
<widget class="QCheckBox" name="logPasShow">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>70</width>
<height>17</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>Показать</string>
</property>
</widget>
</widget>
<widget class="QListWidget" name="usernamesList">
<property name="geometry">
<rect>
<x>185</x>
<y>10</y>
<width>231</width>
<height>201</height>
</rect>
</property>
<item>
<property name="text">
<string>Игрок</string>
</property>
</item>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>0</x>
<y>130</y>
<width>171</width>
<height>121</height>
</rect>
</property>
<property name="title">
<string>Зарегистрировать профиль</string>
</property>
<widget class="QLineEdit" name="regLoginLine">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>151</width>
<height>20</height>
</rect>
</property>
<property name="placeholderText">
<string>Логин</string>
</property>
</widget>
<widget class="QLineEdit" name="regHasloLine">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>151</width>
<height>20</height>
</rect>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
<property name="placeholderText">
<string>Пароль</string>
</property>
</widget>
<widget class="QPushButton" name="regButton">
<property name="geometry">
<rect>
<x>90</x>
<y>90</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>Регистрация</string>
</property>
</widget>
<widget class="QCheckBox" name="regPasShow">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>70</width>
<height>17</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>Показать</string>
</property>
</widget>
</widget>
<widget class="QPushButton" name="logOut">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>330</x>
<y>230</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>Выйти</string>
</property>
</widget>
</widget>
</widget>
<widget class="QLabel" name="gameinfo">
<property name="geometry">
<rect>
<x>20</x>
<y>300</y>
<width>411</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Войдите или зарегайте профиль, чтобы играть!</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>