TG-PlatformPlus/appProductor/form.ui

249 lines
6.9 KiB
Plaintext
Raw Permalink Normal View History

2026-03-02 14:29:58 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Widget</class>
<widget class="QWidget" name="Widget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>569</width>
<height>264</height>
</rect>
</property>
<property name="windowTitle">
<string>打包工具</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>工程信息</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<widget class="QLabel" name="label_7">
<property name="text">
<string>工程路径</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lePro">
<property name="minimumSize">
<size>
<width>377</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>377</width>
<height>16777215</height>
</size>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>AppId</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="leappId">
<property name="minimumSize">
<size>
<width>366</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>377</width>
<height>16777215</height>
</size>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>名称 </string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="leName">
<property name="minimumSize">
<size>
<width>377</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>377</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>描述 </string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="leDes">
<property name="minimumSize">
<size>
<width>377</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>377</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QLabel" name="label_6">
<property name="text">
<string>版本 </string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="leVersion">
<property name="minimumSize">
<size>
<width>377</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>377</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>安装包目录</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="leDir">
<property name="text">
<string>D:/package</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pbOpen">
<property name="text">
<string>查看</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QPushButton" name="pbOpenFile">
<property name="text">
<string>选择工程</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pbPackage">
<property name="text">
<string>打包</string>
</property>
</widget>
</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>
</layout>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="lbStatus">
<property name="maximumSize">
<size>
<width>550</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>