feat: loading base version

This commit is contained in:
semenov
2024-12-16 16:36:43 +03:00
parent 4e19ff42c5
commit b9f7ef3369
68 changed files with 1895 additions and 373 deletions

113
versionselectwidget.ui Normal file
View File

@@ -0,0 +1,113 @@
<?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>584</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QPushButton" name="confirmVerButton">
<property name="geometry">
<rect>
<x>10</x>
<y>250</y>
<width>151</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Изменить версию</string>
</property>
</widget>
<widget class="QLabel" name="verTitle">
<property name="geometry">
<rect>
<x>170</x>
<y>250</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Текущая версия:</string>
</property>
</widget>
<widget class="QLabel" name="verValue">
<property name="geometry">
<rect>
<x>280</x>
<y>250</y>
<width>55</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>base</string>
</property>
</widget>
<widget class="QListView" name="verListView">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>281</width>
<height>211</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="verListTitle">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>121</width>
<height>16</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>320</x>
<y>10</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Информация:</string>
</property>
</widget>
<widget class="QLabel" name="infoValue">
<property name="geometry">
<rect>
<x>320</x>
<y>30</y>
<width>241</width>
<height>211</height>
</rect>
</property>
<property name="text">
<string>Тут будет информация о версии...</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>