SFGame_Tool/mainui.ui
2021-12-24 18:15:44 +08:00

402 lines
9.2 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>560</width>
<height>333</height>
</rect>
</property>
<property name="mouseTracking">
<bool>false</bool>
</property>
<property name="windowTitle">
<string>通用游戏部署工具 v1.0 By:shileiye</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>520</width>
<height>100</height>
</rect>
</property>
<property name="title">
<string>基本设置</string>
</property>
<widget class="QPushButton" name="saveSetButton">
<property name="geometry">
<rect>
<x>420</x>
<y>30</y>
<width>75</width>
<height>52</height>
</rect>
</property>
<property name="text">
<string>保存</string>
</property>
</widget>
<widget class="QLineEdit" name="newGameInput">
<property name="geometry">
<rect>
<x>70</x>
<y>60</y>
<width>120</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>撒打算</string>
</property>
<property name="placeholderText">
<string>输入新名称</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>210</x>
<y>60</y>
<width>60</width>
<height>20</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>新IP</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="newIpInput">
<property name="geometry">
<rect>
<x>270</x>
<y>60</y>
<width>120</width>
<height>20</height>
</rect>
</property>
<property name="placeholderText">
<string>输入IP</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>60</width>
<height>20</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>新名称:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="nowIpLabel">
<property name="geometry">
<rect>
<x>270</x>
<y>30</y>
<width>120</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(53, 132, 17);</string>
</property>
<property name="text">
<string>255.255.255.255</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>60</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>游戏名称:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="nowGameLabel">
<property name="geometry">
<rect>
<x>70</x>
<y>30</y>
<width>120</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(53, 132, 17);</string>
</property>
<property name="text">
<string>XX游戏</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>210</x>
<y>30</y>
<width>60</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>游戏IP</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>20</x>
<y>130</y>
<width>520</width>
<height>80</height>
</rect>
</property>
<property name="title">
<string>基础服务</string>
</property>
<widget class="QPushButton" name="nginxButton">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>80</width>
<height>45</height>
</rect>
</property>
<property name="text">
<string>启动Nginx</string>
</property>
</widget>
<widget class="QPushButton" name="mysqlButton">
<property name="geometry">
<rect>
<x>100</x>
<y>20</y>
<width>80</width>
<height>45</height>
</rect>
</property>
<property name="text">
<string>启动MySql</string>
</property>
</widget>
<widget class="QPushButton" name="gameButton">
<property name="geometry">
<rect>
<x>190</x>
<y>20</y>
<width>80</width>
<height>45</height>
</rect>
</property>
<property name="text">
<string>启动游戏</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_3">
<property name="geometry">
<rect>
<x>20</x>
<y>220</y>
<width>521</width>
<height>80</height>
</rect>
</property>
<property name="title">
<string>辅助工具</string>
</property>
<widget class="QPushButton" name="fanbianyiButton">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>80</width>
<height>45</height>
</rect>
</property>
<property name="text">
<string>反编译APK</string>
</property>
</widget>
<widget class="QPushButton" name="shengchengButton">
<property name="geometry">
<rect>
<x>100</x>
<y>20</y>
<width>80</width>
<height>45</height>
</rect>
</property>
<property name="text">
<string>生成APK</string>
</property>
</widget>
<widget class="QPushButton" name="qianmingButton">
<property name="geometry">
<rect>
<x>190</x>
<y>20</y>
<width>80</width>
<height>45</height>
</rect>
</property>
<property name="text">
<string>APK签名</string>
</property>
</widget>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources>
<include location="icon.qrc"/>
</resources>
<connections>
<connection>
<sender>saveSetButton</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>lower()</slot>
<hints>
<hint type="sourcelabel">
<x>477</x>
<y>75</y>
</hint>
<hint type="destinationlabel">
<x>279</x>
<y>166</y>
</hint>
</hints>
</connection>
<connection>
<sender>shengchengButton</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>lower()</slot>
<hints>
<hint type="sourcelabel">
<x>159</x>
<y>262</y>
</hint>
<hint type="destinationlabel">
<x>279</x>
<y>166</y>
</hint>
</hints>
</connection>
<connection>
<sender>qianmingButton</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>lower()</slot>
<hints>
<hint type="sourcelabel">
<x>249</x>
<y>262</y>
</hint>
<hint type="destinationlabel">
<x>279</x>
<y>166</y>
</hint>
</hints>
</connection>
<connection>
<sender>nginxButton</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>lower()</slot>
<hints>
<hint type="sourcelabel">
<x>69</x>
<y>172</y>
</hint>
<hint type="destinationlabel">
<x>279</x>
<y>166</y>
</hint>
</hints>
</connection>
<connection>
<sender>mysqlButton</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>lower()</slot>
<hints>
<hint type="sourcelabel">
<x>159</x>
<y>172</y>
</hint>
<hint type="destinationlabel">
<x>279</x>
<y>166</y>
</hint>
</hints>
</connection>
<connection>
<sender>gameButton</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>lower()</slot>
<hints>
<hint type="sourcelabel">
<x>249</x>
<y>172</y>
</hint>
<hint type="destinationlabel">
<x>279</x>
<y>166</y>
</hint>
</hints>
</connection>
<connection>
<sender>fanbianyiButton</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>lower()</slot>
<hints>
<hint type="sourcelabel">
<x>69</x>
<y>262</y>
</hint>
<hint type="destinationlabel">
<x>279</x>
<y>166</y>
</hint>
</hints>
</connection>
</connections>
</ui>