1 Star 0 Fork 28

Alex_Prj / BPNNDemoQt

forked from ZzqiZQute / BPNNDemoQt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
classifierselector.ui 2.12 KB
一键复制 编辑 原始数据 按行查看 历史
ZzqiZQute 提交于 2018-11-17 19:59 . 201811162000
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ClassifierSelector</class>
<widget class="QWidget" name="ClassifierSelector">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>166</width>
<height>55</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background:transparent</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="ClassifierType" name="type">
<property name="minimumSize">
<size>
<width>51</width>
<height>37</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
</item>
<item row="0" column="1">
<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 row="0" column="2">
<widget class="ClassifierColor" name="color">
<property name="minimumSize">
<size>
<width>51</width>
<height>37</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>ClassifierType</class>
<extends>QFrame</extends>
<header location="global">classifiertype.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>ClassifierColor</class>
<extends>QFrame</extends>
<header location="global">classifiercolor.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/alexwt123456/BPNNDemoQt.git
git@gitee.com:alexwt123456/BPNNDemoQt.git
alexwt123456
BPNNDemoQt
BPNNDemoQt
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891