加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setdistancedialog.ui 2.11 KB
一键复制 编辑 原始数据 按行查看 历史
ZzqiZQute 提交于 2018-06-25 21:36 . 20186252136
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SetDistanceDialog</class>
<widget class="QDialog" name="SetDistanceDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>308</width>
<height>98</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>308</width>
<height>98</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>308</width>
<height>98</height>
</size>
</property>
<property name="windowTitle">
<string>设置距离</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="minimumSize">
<size>
<width>51</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>距离</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit"/>
</item>
<item row="1" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="minimumSize">
<size>
<width>51</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>(空则清除)</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="maximumSize">
<size>
<width>141</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>确定</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化