mirror of
https://github.com/KenanZhu/AutoLibrary.git
synced 2026-06-18 15:33:03 +08:00
fix(ALConfigWidget): 修复配置界面错误字符
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="UserConfigWidget">
|
<widget class="QWidget" name="UserConfigWidget">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>用户设置</string>
|
<string>用户配置</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QHBoxLayout" name="UserConfigWidgetLayout">
|
<layout class="QHBoxLayout" name="UserConfigWidgetLayout">
|
||||||
<property name="spacing">
|
<property name="spacing">
|
||||||
@@ -1107,7 +1107,7 @@
|
|||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="RunConfigWidget">
|
<widget class="QWidget" name="RunConfigWidget">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>运行设置</string>
|
<string>运行配置</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QGridLayout" name="SystemConfigWidgetLayout">
|
<layout class="QGridLayout" name="SystemConfigWidgetLayout">
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
@@ -1730,7 +1730,7 @@
|
|||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>;;;</string>
|
<string>...</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user