1 Star 0 Fork 4

StephenCui/Qt5上位机

forked from AGeek/Qt5上位机 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mainwindow.ui 3.58 KB
一键复制 编辑 原始数据 按行查看 历史
GeekNikoal 提交于 2022-09-17 20:38 +08:00 . Qt5上位机V0.1
<?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>1043</width>
<height>680</height>
</rect>
</property>
<property name="windowTitle">
<string>Qt5上位机V0.1</string>
</property>
<widget class="QWidget" name="centralwidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QTabWidget" name="tabWidget_main">
<property name="tabPosition">
<enum>QTabWidget::East</enum>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<property name="iconSize">
<size>
<width>35</width>
<height>35</height>
</size>
</property>
<widget class="QWidget" name="tab_QSehll">
<attribute name="icon">
<iconset>
<selectedon>:/icon_QShell2.png</selectedon>
</iconset>
</attribute>
<attribute name="title">
<string>脚本模式</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QShell" name="widget_qshell" native="true"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_QGUI">
<attribute name="icon">
<iconset>
<selectedon>:/icon_QGUI2.png</selectedon>
</iconset>
</attribute>
<attribute name="title">
<string>界面模式</string>
</attribute>
</widget>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>more</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout"/>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1043</width>
<height>25</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="title">
<string>文件</string>
</property>
</widget>
<widget class="QMenu" name="menu_2">
<property name="title">
<string>编辑</string>
</property>
</widget>
<widget class="QMenu" name="menu_3">
<property name="title">
<string>视图</string>
</property>
</widget>
<widget class="QMenu" name="menu_4">
<property name="title">
<string>工具</string>
</property>
</widget>
<widget class="QMenu" name="menu_5">
<property name="title">
<string>帮助</string>
</property>
</widget>
<addaction name="menu"/>
<addaction name="menu_2"/>
<addaction name="menu_3"/>
<addaction name="menu_4"/>
<addaction name="menu_5"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<customwidgets>
<customwidget>
<class>QShell</class>
<extends>QWidget</extends>
<header>QShell/qshell.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/stephencui/qt5-upper-computer.git
git@gitee.com:stephencui/qt5-upper-computer.git
stephencui
qt5-upper-computer
Qt5上位机
master

搜索帮助