6 Star 23 Fork 9

ZzqiZQute / ELMDemoQt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
classifierselector.ui 2.12 KB
一键复制 编辑 原始数据 按行查看 历史
ZzqiZQute 提交于 2018-11-28 22:04 . first commit
<?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>
C++
1
https://gitee.com/ZzqiZQute/ELMDemoQt.git
git@gitee.com:ZzqiZQute/ELMDemoQt.git
ZzqiZQute
ELMDemoQt
ELMDemoQt
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891