40 lines
915 B
XML
40 lines
915 B
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>369</width>
|
|
<height>375</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="QPushButton" name="pushButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>340</y>
|
|
<width>161</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(0, 80, 0);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Закрыть</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|