big-change:添加两种类型结构读写支持
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>1048</width>
|
||||
<width>1056</width>
|
||||
<height>682</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -20,6 +20,13 @@
|
||||
<string>1基本信息</string>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
||||
<item>
|
||||
<widget class="QPushButton" name="btnHis">
|
||||
<property name="text">
|
||||
<string>历史</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="btnSelectFile">
|
||||
<property name="text">
|
||||
@@ -30,6 +37,9 @@
|
||||
<item>
|
||||
<widget class="QLineEdit" name="edStatus"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="cbConfig"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="btnRead">
|
||||
<property name="text">
|
||||
@@ -70,7 +80,7 @@
|
||||
<item>
|
||||
<widget class="Line" name="line">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
<enum>Qt::Orientation::Vertical</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -108,14 +118,14 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="btnReplace">
|
||||
<property name="text">
|
||||
<string>一般替换</string>
|
||||
<string>一般替</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="btnRxReplace">
|
||||
<property name="text">
|
||||
<string>正则替换</string>
|
||||
<string>正则替</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -125,14 +135,14 @@
|
||||
<item>
|
||||
<widget class="Line" name="line_2">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
<enum>Qt::Orientation::Vertical</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="cbCaseSensitive">
|
||||
<property name="text">
|
||||
<string>区分大小写</string>
|
||||
<string>区分大小</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -205,10 +215,33 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="cbUnit"/>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="horizontalSpacer_2">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
<enum>Qt::Orientation::Horizontal</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>40</width>
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="btnSet">
|
||||
<property name="text">
|
||||
<string>配置设置</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="horizontalSpacer">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Orientation::Horizontal</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
|
||||
Reference in New Issue
Block a user