Files
RRJClient/versionselectwidget.ui
2024-12-19 15:33:53 +03:00

140 lines
3.2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>VersionSelectWidget</class>
<widget class="QWidget" name="VersionSelectWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>730</width>
<height>229</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QPushButton" name="switchServerVersionButton">
<property name="geometry">
<rect>
<x>310</x>
<y>180</y>
<width>231</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Переключить версию сервера</string>
</property>
</widget>
<widget class="QLabel" name="verTitle">
<property name="geometry">
<rect>
<x>310</x>
<y>150</y>
<width>241</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Текущая версия сервера:</string>
</property>
</widget>
<widget class="QLabel" name="verValue">
<property name="geometry">
<rect>
<x>560</x>
<y>150</y>
<width>55</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>none</string>
</property>
</widget>
<widget class="QLabel" name="verListTitle">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>281</width>
<height>21</height>
</rect>
</property>
<property name="contextMenuPolicy">
<enum>Qt::PreventContextMenu</enum>
</property>
<property name="text">
<string>Доступные версии на сервере</string>
</property>
</widget>
<widget class="QLabel" name="infoViewTitle">
<property name="geometry">
<rect>
<x>310</x>
<y>10</y>
<width>191</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Информация:</string>
</property>
</widget>
<widget class="QLabel" name="infoValue">
<property name="geometry">
<rect>
<x>310</x>
<y>40</y>
<width>401</width>
<height>101</height>
</rect>
</property>
<property name="text">
<string>Тут будет информация о версии...</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
<widget class="QListWidget" name="verListView">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>281</width>
<height>121</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="createDuplicateButton">
<property name="geometry">
<rect>
<x>10</x>
<y>180</y>
<width>131</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Создать копию</string>
</property>
</widget>
<widget class="QPushButton" name="DeleteVersionButton">
<property name="geometry">
<rect>
<x>160</x>
<y>180</y>
<width>131</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Удалить</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>