56 lines
1.4 KiB
XML
56 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Dialog</class>
|
|
<widget class="QDialog" name="Dialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>376</width>
|
|
<height>169</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Создать пресет</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset>
|
|
<normaloff>img/logo-1.png</normaloff>img/logo-1.png</iconset>
|
|
</property>
|
|
<widget class="QWidget" name="">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>22</x>
|
|
<y>130</y>
|
|
<width>331</width>
|
|
<height>27</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton">
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(0, 80, 0);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Сохранить</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton_2">
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(0, 80, 0);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Закрыть</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|