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-1/mainwindow.ui

76 lines
1.6 KiB
XML

<?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>296</width>
<height>356</height>
</rect>
</property>
<property name="windowTitle">
<string>Widget_connectUI_4490</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QScrollBar" name="horizontalScrollBar">
<property name="geometry">
<rect>
<x>60</x>
<y>200</y>
<width>160</width>
<height>16</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>90</x>
<y>60</y>
<width>77</width>
<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>296</width>
<height>30</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections>
<connection>
<sender>horizontalScrollBar</sender>
<signal>valueChanged(int)</signal>
<receiver>label</receiver>
<slot>setNum(int)</slot>
<hints>
<hint type="sourcelabel">
<x>372</x>
<y>318</y>
</hint>
<hint type="destinationlabel">
<x>370</x>
<y>215</y>
</hint>
</hints>
</connection>
</connections>
</ui>