mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
143 lines
3.3 KiB
XML
143 lines
3.3 KiB
XML
<?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>
|
||
<property name="autoFillBackground">
|
||
<bool>false</bool>
|
||
</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>
|