feta: change version with callback from server

This commit is contained in:
semenov
2024-12-19 15:33:53 +03:00
parent 6da0d90d06
commit c48831b77e
46 changed files with 1551 additions and 75 deletions

View File

@@ -7,32 +7,32 @@
<x>0</x>
<y>0</y>
<width>730</width>
<height>171</height>
<height>229</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QPushButton" name="confirmVerButton">
<widget class="QPushButton" name="switchServerVersionButton">
<property name="geometry">
<rect>
<x>320</x>
<y>120</y>
<width>151</width>
<x>310</x>
<y>180</y>
<width>231</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Изменить версию</string>
<string>Переключить версию сервера</string>
</property>
</widget>
<widget class="QLabel" name="verTitle">
<property name="geometry">
<rect>
<x>320</x>
<y>100</y>
<x>310</x>
<y>150</y>
<width>241</width>
<height>16</height>
<height>31</height>
</rect>
</property>
<property name="text">
@@ -42,10 +42,10 @@
<widget class="QLabel" name="verValue">
<property name="geometry">
<rect>
<x>570</x>
<y>100</y>
<x>560</x>
<y>150</y>
<width>55</width>
<height>16</height>
<height>21</height>
</rect>
</property>
<property name="text">
@@ -55,26 +55,26 @@
<widget class="QLabel" name="verListTitle">
<property name="geometry">
<rect>
<x>20</x>
<x>10</x>
<y>10</y>
<width>171</width>
<height>16</height>
<width>281</width>
<height>21</height>
</rect>
</property>
<property name="contextMenuPolicy">
<enum>Qt::PreventContextMenu</enum>
</property>
<property name="text">
<string>Доступные версии</string>
<string>Доступные версии на сервере</string>
</property>
</widget>
<widget class="QLabel" name="infoViewTitle">
<property name="geometry">
<rect>
<x>320</x>
<x>310</x>
<y>10</y>
<width>191</width>
<height>16</height>
<height>21</height>
</rect>
</property>
<property name="text">
@@ -84,10 +84,10 @@
<widget class="QLabel" name="infoValue">
<property name="geometry">
<rect>
<x>320</x>
<y>30</y>
<width>381</width>
<height>71</height>
<x>310</x>
<y>40</y>
<width>401</width>
<height>101</height>
</rect>
</property>
<property name="text">
@@ -100,13 +100,39 @@
<widget class="QListWidget" name="verListView">
<property name="geometry">
<rect>
<x>20</x>
<x>10</x>
<y>40</y>
<width>281</width>
<height>111</height>
<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/>