1 Star 3 Fork 0

邮箱猫/qtForOpencv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
projectiondialog.ui 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
邮箱猫 提交于 2021-12-02 19:09 . 添加特征实验代码
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ProjectionDialog</class>
<widget class="QDialog" name="ProjectionDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>638</width>
<height>576</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>611</width>
<height>541</height>
</rect>
</property>
<property name="currentIndex">
<number>2</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>原图</string>
</attribute>
<widget class="QGraphicsView" name="graphicsView_src">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>601</width>
<height>511</height>
</rect>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>水平</string>
</attribute>
<widget class="QGraphicsView" name="graphicsView_horizontal">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>601</width>
<height>511</height>
</rect>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>垂直</string>
</attribute>
<widget class="QGraphicsView" name="graphicsView_vertical">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>601</width>
<height>511</height>
</rect>
</property>
</widget>
</widget>
</widget>
</widget>
<resources/>
<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

搜索帮助