加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
AI.ui 2.95 KB
一键复制 编辑 原始数据 按行查看 历史
九分虚构 提交于 2021-01-14 19:31 . 第一次提交代码
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>642</width>
<height>473</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>50</x>
<y>40</y>
<width>131</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>选择要识别的类型:</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox">
<property name="geometry">
<rect>
<x>190</x>
<y>40</y>
<width>121</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>
<item>
<property name="text">
<string>通用票据</string>
</property>
</item>
<item>
<property name="text">
<string>营业执照</string>
</property>
</item>
<item>
<property name="text">
<string>身份证</string>
</property>
</item>
<item>
<property name="text">
<string>车牌号</string>
</property>
</item>
<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="QGraphicsView" name="graphicsView">
<property name="geometry">
<rect>
<x>55</x>
<y>141</y>
<width>321</width>
<height>271</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>50</x>
<y>80</y>
<width>131</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>选择要识别的图片:</string>
</property>
</widget>
<widget class="QToolButton" name="toolButton">
<property name="geometry">
<rect>
<x>370</x>
<y>80</y>
<width>47</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>180</x>
<y>80</y>
<width>181</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QTextBrowser" name="textBrowser">
<property name="geometry">
<rect>
<x>460</x>
<y>80</y>
<width>141</width>
<height>331</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化