big-change:添加两种类型结构读写支持
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>318</width>
|
||||
<width>769</width>
|
||||
<height>618</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -29,7 +29,7 @@
|
||||
<item>
|
||||
<spacer name="horizontalSpacer">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
<enum>Qt::Orientation::Horizontal</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
@@ -42,7 +42,7 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="btnOk">
|
||||
<property name="focusPolicy">
|
||||
<enum>Qt::NoFocus</enum>
|
||||
<enum>Qt::FocusPolicy::NoFocus</enum>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>确认</string>
|
||||
@@ -52,7 +52,7 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="btnCancel">
|
||||
<property name="focusPolicy">
|
||||
<enum>Qt::NoFocus</enum>
|
||||
<enum>Qt::FocusPolicy::NoFocus</enum>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>取消</string>
|
||||
|
||||
Reference in New Issue
Block a user