2023-05-03 20:39:18 +02:00
|
|
|
<?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>
|
2023-05-04 00:26:33 +02:00
|
|
|
<x>10</x>
|
|
|
|
<y>610</y>
|
|
|
|
<width>200</width>
|
2023-05-03 20:39:18 +02:00
|
|
|
<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>
|
|
|
|
<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>
|
2023-05-04 00:26:33 +02:00
|
|
|
<height>24</height>
|
2023-05-03 20:39:18 +02:00
|
|
|
</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>
|