qt_demoe/smoothcurve/frmsmoothcurve.ui

80 lines
1.9 KiB
Plaintext
Raw Normal View History

2021-03-08 01:26:04 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>frmSmoothCurve</class>
<widget class="QWidget" name="frmSmoothCurve">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2021-03-09 01:56:41 +00:00
<width>800</width>
<height>600</height>
2021-03-08 01:26:04 +00:00
</rect>
</property>
<property name="windowTitle">
<string>Widget</string>
</property>
<layout class="QGridLayout" name="gridLayout">
2021-03-09 01:56:41 +00:00
<item row="0" column="5">
2021-03-08 01:26:04 +00:00
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>473</height>
</size>
</property>
</spacer>
</item>
2021-03-09 01:56:41 +00:00
<item row="1" column="2">
<widget class="QRadioButton" name="rbtnPathSmooth1">
<property name="text">
<string>平滑曲线1</string>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QRadioButton" name="rbtnPathSmooth2">
<property name="text">
<string>平滑曲线2</string>
</property>
</widget>
</item>
2021-03-08 01:26:04 +00:00
<item row="1" column="0">
2021-03-09 01:56:41 +00:00
<widget class="QCheckBox" name="ckShowPoint">
2021-03-08 01:26:04 +00:00
<property name="text">
<string>显示坐标点</string>
</property>
</widget>
</item>
2021-03-09 01:56:41 +00:00
<item row="1" column="4">
2021-03-08 01:26:04 +00:00
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>549</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2021-03-09 01:56:41 +00:00
<item row="1" column="1">
<widget class="QRadioButton" name="rbtnPathNormal">
2021-03-08 01:26:04 +00:00
<property name="text">
2021-03-09 01:56:41 +00:00
<string>正常曲线</string>
</property>
<property name="checked">
<bool>true</bool>
2021-03-08 01:26:04 +00:00
</property>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>