GK/QT/triangle-textures/mywindow.ui
2023-05-03 20:41:15 +02:00

161 lines
3.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MyWindow</class>
<widget class="QMainWindow" name="MyWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1236</width>
<height>726</height>
</rect>
</property>
<property name="mouseTracking">
<bool>true</bool>
</property>
<property name="windowTitle">
<string>MyWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QFrame" name="frame1">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>600</width>
<height>600</height>
</rect>
</property>
<property name="mouseTracking">
<bool>true</bool>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>980</x>
<y>460</y>
<width>241</width>
<height>201</height>
</rect>
</property>
<property name="title">
<string>Opcje</string>
</property>
<widget class="QPushButton" name="exitButton">
<property name="geometry">
<rect>
<x>90</x>
<y>30</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Wyjście</string>
</property>
</widget>
<widget class="QPushButton" name="erosion">
<property name="geometry">
<rect>
<x>30</x>
<y>80</y>
<width>80</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Erozja</string>
</property>
</widget>
<widget class="QPushButton" name="opening">
<property name="geometry">
<rect>
<x>30</x>
<y>140</y>
<width>80</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Otwarcie</string>
</property>
</widget>
<widget class="QPushButton" name="dilation">
<property name="geometry">
<rect>
<x>140</x>
<y>80</y>
<width>80</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Dylacja</string>
</property>
</widget>
<widget class="QPushButton" name="closing">
<property name="geometry">
<rect>
<x>140</x>
<y>140</y>
<width>80</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Zamknięcie</string>
</property>
</widget>
</widget>
<widget class="QFrame" name="frame2">
<property name="geometry">
<rect>
<x>630</x>
<y>20</y>
<width>600</width>
<height>600</height>
</rect>
</property>
<property name="mouseTracking">
<bool>true</bool>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1236</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>