This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
justhomework/SoftwareDesign/Lab2/2-3-4/mainwindow.ui

59 lines
1.2 KiB
Text
Raw Normal View History

2022-03-29 15:03:33 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>4490</string>
</property>
<widget class="QWidget" name="centralwidget">
2022-04-19 07:19:23 +00:00
<widget class="QLabel" name="l2">
2022-03-29 15:03:33 +00:00
<property name="geometry">
<rect>
2022-04-19 07:19:23 +00:00
<x>450</x>
2022-03-29 15:03:33 +00:00
<y>160</y>
2022-04-19 07:19:23 +00:00
<width>311</width>
2022-03-29 15:03:33 +00:00
<height>25</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
2022-04-19 07:19:23 +00:00
<widget class="QLabel" name="l1">
2022-03-29 15:03:33 +00:00
<property name="geometry">
<rect>
2022-04-19 07:19:23 +00:00
<x>160</x>
2022-03-29 15:03:33 +00:00
<y>160</y>
2022-04-19 07:19:23 +00:00
<width>221</width>
2022-03-29 15:03:33 +00:00
<height>25</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>30</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>