代码拉取完成,页面将自动刷新
<?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 "#d6d6d6";
border-radius: 4px;
background: "#d6d6d6";
color: "#444";
font-size: 16px;
font-family: "Inter Semi Bold";
}
QPushButton:hover
{
width: 94px;
height: 32px;
border: 1px solid "#444";
border-radius: 4px;
background: "#444";
color: "#fff";
font-size: 16px;
font-family: "Inter Semi Bold";
}
</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: "#444";
font-family: "Inter Semi Bold";
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: "#444";
font-family: "Inter Semi Bold";
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 "#eee";
border-radius: 4px;
background: "#eee";
padding-left: 5px;
padding-right: 5px;
color: "#444"</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 "#d6d6d6";
border-radius: 4px;
background: "#d6d6d6";
color: "#444";
font-size: 16px;
font-family: "Inter Semi Bold";
}
QPushButton:hover
{
width: 94px;
height: 32px;
border: 1px solid "#444";
border-radius: 4px;
background: "#444";
color: "#fff";
font-size: 16px;
font-family: "Inter Semi Bold";
}
</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: "#444";
font-family: "Inter Semi Bold";
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 "#d6d6d6";
border-radius: 4px;
background: "#d6d6d6";
color: "#444";
font-size: 16px;
font-family: "Inter Semi Bold";
}
QPushButton:hover
{
width: 94px;
height: 32px;
border: 1px solid "#444";
border-radius: 4px;
background: "#444";
color: "#fff";
font-size: 16px;
font-family: "Inter Semi Bold";
}
</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: "#444";
font-family: "Inter Semi Bold";
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 "#eee";
border-radius: 4px;
background: "#eee";
padding-left: 5px;
padding-right: 5px;
color: "#444"</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 "#d6d6d6";
border-radius: 4px;
background: "#d6d6d6";
color: "#444";
font-size: 16px;
font-family: "Inter Semi Bold";
}
QPushButton:hover
{
width: 94px;
height: 32px;
border: 1px solid "#444";
border-radius: 4px;
background: "#444";
color: "#fff";
font-size: 16px;
font-family: "Inter Semi Bold";
}
</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: "#444";
font-family: "Inter Semi Bold";
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: "#444";
font-family: "Inter Semi Bold";
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 "#d6d6d6";
border-radius: 4px;
background: "#d6d6d6";
color: "#444";
font-size: 16px;
font-family: "Inter Semi Bold";
}
QPushButton:hover
{
width: 94px;
height: 32px;
border: 1px solid "#444";
border-radius: 4px;
background: "#444";
color: "#fff";
font-size: 16px;
font-family: "Inter Semi Bold";
}
</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 "#d6d6d6";
border-radius: 4px;
background: "#d6d6d6";
color: "#444";
font-size: 16px;
font-family: "Inter Semi Bold";
}
QPushButton:hover
{
width: 110px;
height: 32px;
border: 1px solid "#444";
border-radius: 4px;
background: "#444";
color: "#fff";
font-size: 16px;
font-family: "Inter Semi Bold";
}
</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: "Inter Semi Bold";
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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。