721 lines
24 KiB
Plaintext
721 lines
24 KiB
Plaintext
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>UartAssistant</class>
|
||
|
<widget class="QWidget" name="UartAssistant">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>956</width>
|
||
|
<height>650</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
|
<horstretch>2</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="acceptDrops">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>串口助手py版</string>
|
||
|
</property>
|
||
|
<property name="windowIcon">
|
||
|
<iconset>
|
||
|
<normaloff>favicon.ico</normaloff>favicon.ico</iconset>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_15">
|
||
|
<item>
|
||
|
<widget class="QWidget" name="widget_7" native="true">
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_14" stretch="0">
|
||
|
<item>
|
||
|
<widget class="QSplitter" name="splitter">
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>16777215</width>
|
||
|
<height>16777215</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="handleWidth">
|
||
|
<number>5</number>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="widget_4" native="true">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
|
<horstretch>3</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>230</width>
|
||
|
<height>0</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
<property name="spacing">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="leftMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="topMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="rightMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="bottomMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QWidget" name="widget" native="true">
|
||
|
<layout class="QVBoxLayout" name="verticalLayout_5" stretch="8,6,2,0,2">
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="groupBox">
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>0</width>
|
||
|
<height>0</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="baseSize">
|
||
|
<size>
|
||
|
<width>271</width>
|
||
|
<height>291</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="title">
|
||
|
<string>网络设置</string>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="layoutWidget">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>20</y>
|
||
|
<width>201</width>
|
||
|
<height>201</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="text">
|
||
|
<string>协议类型</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QComboBox" name="comboBox_protocol">
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>UDP</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label_2">
|
||
|
<property name="text">
|
||
|
<string>本地主机地址</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QComboBox" name="comboBox_localAddr">
|
||
|
<property name="toolTipDuration">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="editable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="currentText">
|
||
|
<string>127.0.0.1</string>
|
||
|
</property>
|
||
|
<property name="currentIndex">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>127.0.0.1</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>0.0.0.0</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label_3">
|
||
|
<property name="text">
|
||
|
<string>本地主机端口</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLineEdit" name="lineEdit_port">
|
||
|
<property name="text">
|
||
|
<string>9000</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="pushButton_openNet">
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">background-color: rgb(0, 255, 0);</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>打开网络</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="pushButton_closeNet">
|
||
|
<property name="text">
|
||
|
<string>关闭网络</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="groupBox_2">
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>0</width>
|
||
|
<height>0</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="baseSize">
|
||
|
<size>
|
||
|
<width>271</width>
|
||
|
<height>165</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="title">
|
||
|
<string>收发设置</string>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="layoutWidget_5">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>20</y>
|
||
|
<width>197</width>
|
||
|
<height>79</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
||
|
<item>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_10">
|
||
|
<item>
|
||
|
<widget class="QCheckBox" name="checkBoxHexSend">
|
||
|
<property name="text">
|
||
|
<string>HEX发送</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QCheckBox" name="checkBoxHexReceive">
|
||
|
<property name="text">
|
||
|
<string>HEX接收</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_12">
|
||
|
<item>
|
||
|
<widget class="QCheckBox" name="checkBoxAddDate">
|
||
|
<property name="text">
|
||
|
<string>收/发时间</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QCheckBox" name="checkBoxCRLF">
|
||
|
<property name="text">
|
||
|
<string>收发换行</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QWidget" name="layoutWidget_6">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>130</y>
|
||
|
<width>195</width>
|
||
|
<height>30</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_13">
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="pushButtonLogSave">
|
||
|
<property name="text">
|
||
|
<string>保存日志</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="pushButtonLogLoad">
|
||
|
<property name="text">
|
||
|
<string>加载日志</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QCheckBox" name="checkBoxAutoSaveLog">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>12</x>
|
||
|
<y>103</y>
|
||
|
<width>90</width>
|
||
|
<height>16</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>自动保存日志</string>
|
||
|
</property>
|
||
|
<property name="checked">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="groupBox_3">
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>0</width>
|
||
|
<height>0</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="baseSize">
|
||
|
<size>
|
||
|
<width>271</width>
|
||
|
<height>80</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="title">
|
||
|
<string>定时发送</string>
|
||
|
</property>
|
||
|
<widget class="QCheckBox" name="checkBoxReapitSend">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>30</y>
|
||
|
<width>91</width>
|
||
|
<height>19</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>定时发送</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_7">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>170</x>
|
||
|
<y>30</y>
|
||
|
<width>51</width>
|
||
|
<height>16</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>ms/次</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLineEdit" name="lineEditTime">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>110</x>
|
||
|
<y>30</y>
|
||
|
<width>51</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>1000</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<spacer name="verticalSpacer">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>40</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="groupBox_6">
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>0</width>
|
||
|
<height>0</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="baseSize">
|
||
|
<size>
|
||
|
<width>281</width>
|
||
|
<height>80</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="title">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<widget class="QLabel" name="label_9">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>120</x>
|
||
|
<y>20</y>
|
||
|
<width>72</width>
|
||
|
<height>15</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Rx</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLineEdit" name="lineEditSendNum">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>40</x>
|
||
|
<y>20</y>
|
||
|
<width>61</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLineEdit" name="lineEditReceiveNum">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>140</x>
|
||
|
<y>20</y>
|
||
|
<width>61</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_10">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>20</x>
|
||
|
<y>40</y>
|
||
|
<width>131</width>
|
||
|
<height>16</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Powerd by Byan</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_SendNum">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>20</x>
|
||
|
<y>20</y>
|
||
|
<width>72</width>
|
||
|
<height>15</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Tx</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QWidget" name="widget_5" native="true">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
|
<horstretch>1</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>400</width>
|
||
|
<height>0</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_9">
|
||
|
<property name="spacing">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="leftMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="rightMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="bottomMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QTabWidget" name="tabWidget">
|
||
|
<property name="mouseTracking">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="currentIndex">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="tab">
|
||
|
<attribute name="title">
|
||
|
<string>数据</string>
|
||
|
</attribute>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout_3" stretch="6,1,2">
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="groupBox_4">
|
||
|
<property name="title">
|
||
|
<string>数据接收区</string>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||
|
<item>
|
||
|
<widget class="QTextEdit" name="textEditReceive">
|
||
|
<property name="sizeIncrement">
|
||
|
<size>
|
||
|
<width>0</width>
|
||
|
<height>0</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="groupBox_7">
|
||
|
<property name="title">
|
||
|
<string>选择通道</string>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_3" stretch="8,1">
|
||
|
<item>
|
||
|
<widget class="QComboBox" name="comboBox_channel">
|
||
|
<property name="editable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>ALL</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="pushButtonClearChannel">
|
||
|
<property name="text">
|
||
|
<string>清空</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="groupBox_5">
|
||
|
<property name="title">
|
||
|
<string>数据发送区</string>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
<item row="1" column="1">
|
||
|
<widget class="QPushButton" name="pushButtonClearReceive">
|
||
|
<property name="text">
|
||
|
<string>清除接收</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="1">
|
||
|
<widget class="QPushButton" name="pushButtonSend">
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>3ds</family>
|
||
|
<pointsize>12</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="autoFillBackground">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">background-color: rgb(0, 255, 0);</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>发送</string>
|
||
|
</property>
|
||
|
<property name="checkable">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="flat">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="1">
|
||
|
<widget class="QPushButton" name="pushButtonClearSend">
|
||
|
<property name="text">
|
||
|
<string>清除发送</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<widget class="QPushButton" name="pushButton_expend">
|
||
|
<property name="text">
|
||
|
<string>快捷指令</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="0" rowspan="4">
|
||
|
<widget class="QTextEdit" name="textEditSend"/>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QWidget" name="widget_6" native="true">
|
||
|
<property name="enabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>280</width>
|
||
|
<height>0</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_16" stretch="0">
|
||
|
<property name="spacing">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="leftMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="topMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="rightMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="bottomMargin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QScrollArea" name="scrollArea">
|
||
|
<property name="verticalScrollBarPolicy">
|
||
|
<enum>Qt::ScrollBarAlwaysOn</enum>
|
||
|
</property>
|
||
|
<property name="widgetResizable">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>-2388</y>
|
||
|
<width>241</width>
|
||
|
<height>3000</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="widget_8" native="true">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>12</x>
|
||
|
<y>2</y>
|
||
|
<width>221</width>
|
||
|
<height>34</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_17">
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label_8">
|
||
|
<property name="text">
|
||
|
<string>快捷指令</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QCheckBox" name="checkBox_return">
|
||
|
<property name="text">
|
||
|
<string>添加"\r\n"</string>
|
||
|
</property>
|
||
|
<property name="checked">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QWidget" name="widget_9" native="true">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>40</y>
|
||
|
<width>231</width>
|
||
|
<height>3000</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="layoutWidget">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>12</x>
|
||
|
<y>12</y>
|
||
|
<width>218</width>
|
||
|
<height>2941</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout_8">
|
||
|
<property name="sizeConstraint">
|
||
|
<enum>QLayout::SetMaximumSize</enum>
|
||
|
</property>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|