A142_Desktop/mainwindow.ui

223 lines
5.0 KiB
Plaintext
Raw Normal View History

2023-11-28 16:56:30 +03: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>
2023-12-14 17:04:09 +03:00
<width>575</width>
<height>644</height>
2023-11-28 16:56:30 +03:00
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
2023-11-30 12:58:49 +03:00
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="pushButtonConnect">
<property name="geometry">
<rect>
<x>220</x>
<y>19</y>
<width>151</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Подключится</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditAddres">
<property name="geometry">
<rect>
<x>43</x>
2023-11-30 12:58:49 +03:00
<y>20</y>
<width>91</width>
2023-11-30 12:58:49 +03:00
<height>20</height>
</rect>
</property>
<property name="text">
<string>192.168.0.50</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditPort">
<property name="geometry">
<rect>
<x>170</x>
<y>21</y>
<width>41</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>7000</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>7</x>
2023-11-30 12:58:49 +03:00
<y>21</y>
<width>31</width>
2023-11-30 12:58:49 +03:00
<height>16</height>
</rect>
</property>
<property name="text">
<string>Адрес</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>140</x>
<y>23</y>
<width>29</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Порт:</string>
</property>
</widget>
<widget class="windowChannel" name="widget1" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>257</width>
<height>186</height>
</rect>
</property>
</widget>
<widget class="windowChannel" name="widget2" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>240</y>
<width>257</width>
<height>186</height>
</rect>
</property>
</widget>
<widget class="windowChannel" name="widget3" native="true">
<property name="geometry">
<rect>
<x>270</x>
<y>50</y>
<width>257</width>
<height>186</height>
</rect>
</property>
</widget>
<widget class="windowChannel" name="widget4" native="true">
<property name="geometry">
<rect>
<x>270</x>
<y>240</y>
<width>257</width>
<height>186</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>480</x>
<y>20</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
<string>A142</string>
</property>
</widget>
<widget class="QPushButton" name="pushButtonSettings">
<property name="geometry">
<rect>
<x>380</x>
<y>20</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Настройка...</string>
</property>
</widget>
2023-12-14 17:04:09 +03:00
<widget class="WindowChannelSettings" name="widgetS1" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>440</y>
<width>517</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="WindowChannelSettings" name="widgetS2" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>470</y>
<width>517</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="WindowChannelSettings" name="widgetS3" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>500</y>
<width>517</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="WindowChannelSettings" name="widgetS4" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>530</y>
<width>517</width>
<height>31</height>
</rect>
</property>
</widget>
2023-11-30 12:58:49 +03:00
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2023-12-14 17:04:09 +03:00
<width>575</width>
<height>22</height>
2023-11-30 12:58:49 +03:00
</rect>
</property>
</widget>
2023-11-28 16:56:30 +03:00
<widget class="QStatusBar" name="statusbar"/>
</widget>
2023-11-30 12:58:49 +03:00
<customwidgets>
<customwidget>
<class>windowChannel</class>
<extends>QWidget</extends>
<header location="global">windowchannel.h</header>
<container>1</container>
</customwidget>
2023-12-14 17:04:09 +03:00
<customwidget>
<class>WindowChannelSettings</class>
<extends>QWidget</extends>
<header>windowchannelsettings.h</header>
<container>1</container>
</customwidget>
2023-11-30 12:58:49 +03:00
</customwidgets>
2023-11-28 16:56:30 +03:00
<resources/>
<connections/>
</ui>