1 Star 3 Fork 0

邮箱猫/qtForOpencv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
skeletondialog.ui 5.93 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SkeletonDialog</class>
<widget class="QDialog" name="SkeletonDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>407</width>
<height>435</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>40</x>
<y>350</y>
<width>341</width>
<height>32</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
<widget class="QLineEdit" name="XlineEdit">
<property name="geometry">
<rect>
<x>170</x>
<y>220</y>
<width>161</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>-1</string>
</property>
</widget>
<widget class="QLabel" name="label_width">
<property name="geometry">
<rect>
<x>350</x>
<y>150</y>
<width>72</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>3</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>60</x>
<y>260</y>
<width>72</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>y</string>
</property>
</widget>
<widget class="QComboBox" name="structcB">
<property name="geometry">
<rect>
<x>170</x>
<y>40</y>
<width>161</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>矩形</string>
</property>
</item>
<item>
<property name="text">
<string>椭圆形</string>
</property>
</item>
<item>
<property name="text">
<string>十字形</string>
</property>
</item>
</widget>
<widget class="QLabel" name="label_height">
<property name="geometry">
<rect>
<x>350</x>
<y>110</y>
<width>72</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>3</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>60</x>
<y>110</y>
<width>72</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>高度:</string>
</property>
</widget>
<widget class="QSlider" name="heightSlider">
<property name="geometry">
<rect>
<x>170</x>
<y>110</y>
<width>160</width>
<height>22</height>
</rect>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>31</number>
</property>
<property name="singleStep">
<number>2</number>
</property>
<property name="value">
<number>3</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>60</x>
<y>40</y>
<width>72</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>结构元:</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>60</x>
<y>190</y>
<width>121</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>锚点位置:</string>
</property>
</widget>
<widget class="QSlider" name="widthSlider">
<property name="geometry">
<rect>
<x>170</x>
<y>150</y>
<width>160</width>
<height>22</height>
</rect>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>31</number>
</property>
<property name="singleStep">
<number>2</number>
</property>
<property name="value">
<number>3</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>60</x>
<y>220</y>
<width>72</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>x</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>60</x>
<y>150</y>
<width>72</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>宽度:</string>
</property>
</widget>
<widget class="QLineEdit" name="YlineEdit">
<property name="geometry">
<rect>
<x>170</x>
<y>260</y>
<width>161</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>-1</string>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>60</x>
<y>80</y>
<width>161</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>结构元大小:</string>
</property>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>SkeletonDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>SkeletonDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/yuka_kitten/qt-for-opencv.git
git@gitee.com:yuka_kitten/qt-for-opencv.git
yuka_kitten
qt-for-opencv
qtForOpencv
master

搜索帮助