加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.ui 3.47 KB
一键复制 编辑 原始数据 按行查看 历史
xbotao 提交于 2018-12-29 17:04 . update
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>556</width>
<height>427</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="LzSwitchButton" name="widget" native="true">
<property name="geometry">
<rect>
<x>11</x>
<y>11</y>
<width>101</width>
<height>51</height>
</rect>
</property>
</widget>
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>128</x>
<y>11</y>
<width>146</width>
<height>29</height>
</rect>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>Tab 1</string>
</attribute>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Tab 2</string>
</attribute>
</widget>
</widget>
<widget class="LzSwitchButton" name="widget_2" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>80</y>
<width>101</width>
<height>51</height>
</rect>
</property>
</widget>
<widget class="QCheckBox" name="checkBox">
<property name="geometry">
<rect>
<x>28</x>
<y>362</y>
<width>91</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>CheckBox</string>
</property>
</widget>
<widget class="QToolButton" name="toolButton">
<property name="geometry">
<rect>
<x>518</x>
<y>389</y>
<width>27</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
<property name="popupMode">
<enum>QToolButton::InstantPopup</enum>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonIconOnly</enum>
</property>
<property name="arrowType">
<enum>Qt::DownArrow</enum>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>220</x>
<y>350</y>
<width>131</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>自定义标题栏</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>220</x>
<y>260</y>
<width>131</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>自定义窗体</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>380</x>
<y>260</y>
<width>131</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>自定义窗体</string>
</property>
</widget>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>LzSwitchButton</class>
<extends>QWidget</extends>
<header location="global">lzswitchbutton.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化