fear: add copy version

This commit is contained in:
semenov
2024-12-20 12:00:26 +03:00
parent c48831b77e
commit 7e13c6dc5d
57 changed files with 1402 additions and 68 deletions

97
newversionwidget.ui Normal file
View File

@@ -0,0 +1,97 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>NewVersionWidget</class>
<widget class="QWidget" name="NewVersionWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>240</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QLabel" name="prevVerTitle">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>171</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QLabel" name="newNameVersionTitle">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>161</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Новое название:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>180</x>
<y>50</y>
<width>211</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="createButton">
<property name="geometry">
<rect>
<x>40</x>
<y>120</y>
<width>131</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Создать</string>
</property>
</widget>
<widget class="QLabel" name="prevVerValue">
<property name="geometry">
<rect>
<x>180</x>
<y>10</y>
<width>201</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QPushButton" name="cancelButton">
<property name="geometry">
<rect>
<x>210</x>
<y>120</y>
<width>131</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Отмена</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>