1 Star 0 Fork 0

liufeng/WindeployQt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.ui 17.15 KB
一键复制 编辑 原始数据 按行查看 历史
uxlabspk 提交于 2023-06-24 12:53 . adding app icon
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637
<?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>582</width>
<height>242</height>
</rect>
</property>
<property name="windowTitle">
<string>WindeployQt</string>
</property>
<property name="windowIcon">
<iconset resource="icons.qrc">
<normaloff>:/ico/assets/app.svg</normaloff>:/ico/assets/app.svg</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QStackedWidget" name="stackedWidget">
<property name="currentIndex">
<number>3</number>
</property>
<widget class="QWidget" name="Splash">
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);
color: rgb(68, 68, 68);</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="heading">
<property name="font">
<font>
<family>Inter</family>
<pointsize>24</pointsize>
</font>
</property>
<property name="text">
<string>WindeployQt</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="infoText">
<property name="font">
<font>
<family>Inter Semi Bold</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>WindeployQt a front end for windeployQt console application ship with Qt installation.</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<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>
<widget class="QPushButton" name="continueBtn">
<property name="font">
<font>
<family>Inter Semi Bold</family>
<pointsize>-1</pointsize>
</font>
</property>
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
width: 94px;
height: 32px;
border: 1px solid &quot;#d6d6d6&quot;;
border-radius: 4px;
background: &quot;#d6d6d6&quot;;
color: &quot;#444&quot;;
font-size: 16px;
font-family: &quot;Inter Semi Bold&quot;;
}
QPushButton:hover
{
width: 94px;
height: 32px;
border: 1px solid &quot;#444&quot;;
border-radius: 4px;
background: &quot;#444&quot;;
color: &quot;#fff&quot;;
font-size: 16px;
font-family: &quot;Inter Semi Bold&quot;;
}
</string>
</property>
<property name="text">
<string>Continue</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="Settings">
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="secondHeading">
<property name="styleSheet">
<string notr="true">color: &quot;#444&quot;;
font-family: &quot;Inter Semi Bold&quot;;
font-size: 24px;</string>
</property>
<property name="text">
<string>First thing to do</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="headingInfo">
<property name="styleSheet">
<string notr="true">color: &quot;#444&quot;;
font-family: &quot;Inter Semi Bold&quot;;
font-size: 14px;</string>
</property>
<property name="text">
<string>Browse the WindeployQt console app location</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLineEdit" name="windeploySource">
<property name="styleSheet">
<string notr="true">height: 32px;
border: 1px solid &quot;#eee&quot;;
border-radius: 4px;
background: &quot;#eee&quot;;
padding-left: 5px;
padding-right: 5px;
color: &quot;#444&quot;</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="browseBtn">
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
width: 94px;
height: 32px;
border: 1px solid &quot;#d6d6d6&quot;;
border-radius: 4px;
background: &quot;#d6d6d6&quot;;
color: &quot;#444&quot;;
font-size: 16px;
font-family: &quot;Inter Semi Bold&quot;;
}
QPushButton:hover
{
width: 94px;
height: 32px;
border: 1px solid &quot;#444&quot;;
border-radius: 4px;
background: &quot;#444&quot;;
color: &quot;#fff&quot;;
font-size: 16px;
font-family: &quot;Inter Semi Bold&quot;;
}
</string>
</property>
<property name="text">
<string>Browse</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="attensionText">
<property name="styleSheet">
<string notr="true">color: &quot;#444&quot;;
font-family: &quot;Inter Semi Bold&quot;;
font-size: 12px;</string>
</property>
<property name="text">
<string>*You can also change these settings in future.</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<spacer name="horizontalSpacer_3">
<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>
<widget class="QPushButton" name="continueBtn2">
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
width: 94px;
height: 32px;
border: 1px solid &quot;#d6d6d6&quot;;
border-radius: 4px;
background: &quot;#d6d6d6&quot;;
color: &quot;#444&quot;;
font-size: 16px;
font-family: &quot;Inter Semi Bold&quot;;
}
QPushButton:hover
{
width: 94px;
height: 32px;
border: 1px solid &quot;#444&quot;;
border-radius: 4px;
background: &quot;#444&quot;;
color: &quot;#fff&quot;;
font-size: 16px;
font-family: &quot;Inter Semi Bold&quot;;
}
</string>
</property>
<property name="text">
<string>Continue</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="Home">
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QLabel" name="homeHeading">
<property name="styleSheet">
<string notr="true">color: &quot;#444&quot;;
font-family: &quot;Inter Semi Bold&quot;;
font-size: 24px;</string>
</property>
<property name="text">
<string>WindeployQt</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLineEdit" name="projectSource">
<property name="styleSheet">
<string notr="true">height: 32px;
border: 1px solid &quot;#eee&quot;;
border-radius: 4px;
background: &quot;#eee&quot;;
padding-left: 5px;
padding-right: 5px;
color: &quot;#444&quot;</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="projectBrowseBtn">
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
width: 94px;
height: 32px;
border: 1px solid &quot;#d6d6d6&quot;;
border-radius: 4px;
background: &quot;#d6d6d6&quot;;
color: &quot;#444&quot;;
font-size: 16px;
font-family: &quot;Inter Semi Bold&quot;;
}
QPushButton:hover
{
width: 94px;
height: 32px;
border: 1px solid &quot;#444&quot;;
border-radius: 4px;
background: &quot;#444&quot;;
color: &quot;#fff&quot;;
font-size: 16px;
font-family: &quot;Inter Semi Bold&quot;;
}
</string>
</property>
<property name="text">
<string>Browse</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QRadioButton" name="qmlDebug">
<property name="styleSheet">
<string notr="true">color: &quot;#444&quot;;
font-family: &quot;Inter Semi Bold&quot;;
font-size: 12px;</string>
</property>
<property name="text">
<string>Qml Debug</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="qmlRelease">
<property name="styleSheet">
<string notr="true">color: &quot;#444&quot;;
font-family: &quot;Inter Semi Bold&quot;;
font-size: 12px;</string>
</property>
<property name="text">
<string>Qml Release</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QPushButton" name="generateBtn">
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
width: 94px;
height: 32px;
border: 1px solid &quot;#d6d6d6&quot;;
border-radius: 4px;
background: &quot;#d6d6d6&quot;;
color: &quot;#444&quot;;
font-size: 16px;
font-family: &quot;Inter Semi Bold&quot;;
}
QPushButton:hover
{
width: 94px;
height: 32px;
border: 1px solid &quot;#444&quot;;
border-radius: 4px;
background: &quot;#444&quot;;
color: &quot;#fff&quot;;
font-size: 16px;
font-family: &quot;Inter Semi Bold&quot;;
}
</string>
</property>
<property name="text">
<string>Generate</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="generateQmlBtn">
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">QPushButton
{
width: 110px;
height: 32px;
border: 1px solid &quot;#d6d6d6&quot;;
border-radius: 4px;
background: &quot;#d6d6d6&quot;;
color: &quot;#444&quot;;
font-size: 16px;
font-family: &quot;Inter Semi Bold&quot;;
}
QPushButton:hover
{
width: 110px;
height: 32px;
border: 1px solid &quot;#444&quot;;
border-radius: 4px;
background: &quot;#444&quot;;
color: &quot;#fff&quot;;
font-size: 16px;
font-family: &quot;Inter Semi Bold&quot;;
}
</string>
</property>
<property name="text">
<string>Generate Qml</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_7">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="errorString">
<property name="styleSheet">
<string notr="true">font-family: &quot;Inter Semi Bold&quot;;
font-size: 14px;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="aboutApp">
<layout class="QVBoxLayout" name="verticalLayout_5"/>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>582</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<addaction name="actionBrowse"/>
<addaction name="actionQuit"/>
</widget>
<widget class="QMenu" name="menuEdit">
<property name="title">
<string>Edit</string>
</property>
<addaction name="actionSettings"/>
<addaction name="actionReset"/>
</widget>
<widget class="QMenu" name="menuView">
<property name="title">
<string>View</string>
</property>
<addaction name="actionMinimize"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionAbout_Qt"/>
<addaction name="actionFollow_me_on_twitter"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuEdit"/>
<addaction name="menuView"/>
<addaction name="menuHelp"/>
</widget>
<action name="actionBrowse">
<property name="text">
<string>Browse</string>
</property>
</action>
<action name="actionQuit">
<property name="text">
<string>Quit</string>
</property>
</action>
<action name="actionSettings">
<property name="text">
<string>Settings</string>
</property>
</action>
<action name="actionReset">
<property name="text">
<string>Reset</string>
</property>
</action>
<action name="actionMinimize">
<property name="text">
<string>Minimize</string>
</property>
</action>
<action name="actionAbout_Qt">
<property name="text">
<string>About Qt</string>
</property>
</action>
<action name="actionFollow_me_on_twitter">
<property name="text">
<string>Follow me on twitter</string>
</property>
</action>
</widget>
<resources>
<include location="icons.qrc"/>
</resources>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wadivision/WindeployQt.git
[email protected]:wadivision/WindeployQt.git
wadivision
WindeployQt
WindeployQt
master

搜索帮助