mirror of
https://github.com/chenx-dust/EZ4Connect.git
synced 2026-09-20 10:23:33 +08:00
234 lines
6.2 KiB
XML
234 lines
6.2 KiB
XML
<?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>600</width>
|
||
<height>325</height>
|
||
</rect>
|
||
</property>
|
||
<widget class="QWidget" name="centralWidget">
|
||
<layout class="QGridLayout" name="gridLayout">
|
||
<item row="1" column="1" colspan="3">
|
||
<widget class="QLabel" name="versionLabel">
|
||
<property name="text">
|
||
<string>Line 1
|
||
Line 2
|
||
Line3</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignmentFlag::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="4" column="3">
|
||
<widget class="QPushButton" name="pushButton2">
|
||
<property name="text">
|
||
<string>设置系统代理</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="1" colspan="3">
|
||
<widget class="QLabel" name="applicationNameLabel">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>20</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string>关注 HITSZ OSA 谢谢喵!n(*≧▽≦*)n</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>EZ4Connect</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignmentFlag::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="1" colspan="3">
|
||
<widget class="QLabel" name="accountLabel">
|
||
<property name="text">
|
||
<string>
|
||
你知道吗?
|
||
本软件的内核是 zju-connect ,
|
||
可以连接任何兼容它的服务器!
|
||
|
||
如遇问题欢迎加入 QQ 群 1037726410 反馈。</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="4" column="0">
|
||
<widget class="QPushButton" name="copyLogPushButton">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string>复制日志到剪贴板</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>复制日志</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="4" column="1">
|
||
<widget class="QPushButton" name="pushButton1">
|
||
<property name="text">
|
||
<string>连接服务器</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="0" rowspan="4">
|
||
<widget class="QPlainTextEdit" name="logPlainTextEdit">
|
||
<property name="readOnly">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="maximumBlockCount">
|
||
<number>1000</number>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="4" column="2">
|
||
<spacer name="horizontalSpacer_2">
|
||
<property name="orientation">
|
||
<enum>Qt::Orientation::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeType">
|
||
<enum>QSizePolicy::Policy::Minimum</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>0</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QMenuBar" name="menubar">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>600</width>
|
||
<height>31</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QMenu::item {
|
||
padding: 5px 10px 5px 10px;
|
||
}
|
||
QMenu::item:selected {
|
||
background-color: rgb(0, 85, 127);
|
||
color: rgb(255, 255, 255);
|
||
}
|
||
</string>
|
||
</property>
|
||
<widget class="QMenu" name="helpMenu">
|
||
<property name="title">
|
||
<string>帮助</string>
|
||
</property>
|
||
<addaction name="checkUpdateAction"/>
|
||
<addaction name="projectAction"/>
|
||
<addaction name="aboutAction"/>
|
||
</widget>
|
||
<widget class="QMenu" name="fileMenu">
|
||
<property name="title">
|
||
<string>文件</string>
|
||
</property>
|
||
<addaction name="disableProxyAction"/>
|
||
<addaction name="clearClientDataAction"/>
|
||
<addaction name="openLogAction"/>
|
||
<addaction name="settingAction"/>
|
||
<addaction name="exitAction"/>
|
||
</widget>
|
||
<widget class="QMenu" name="profileMenu">
|
||
<property name="title">
|
||
<string>配置</string>
|
||
</property>
|
||
</widget>
|
||
<addaction name="fileMenu"/>
|
||
<addaction name="profileMenu"/>
|
||
<addaction name="helpMenu"/>
|
||
</widget>
|
||
<action name="aboutAction">
|
||
<property name="text">
|
||
<string>关于本软件</string>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string>关于本软件</string>
|
||
</property>
|
||
<property name="menuRole">
|
||
<enum>QAction::MenuRole::AboutRole</enum>
|
||
</property>
|
||
</action>
|
||
<action name="exitAction">
|
||
<property name="text">
|
||
<string>退出</string>
|
||
</property>
|
||
<property name="menuRole">
|
||
<enum>QAction::MenuRole::QuitRole</enum>
|
||
</property>
|
||
</action>
|
||
<action name="settingAction">
|
||
<property name="text">
|
||
<string>设置</string>
|
||
</property>
|
||
<property name="menuRole">
|
||
<enum>QAction::MenuRole::PreferencesRole</enum>
|
||
</property>
|
||
</action>
|
||
<action name="disableProxyAction">
|
||
<property name="text">
|
||
<string>禁用系统代理</string>
|
||
</property>
|
||
</action>
|
||
<action name="action">
|
||
<property name="text">
|
||
<string>检查更新</string>
|
||
</property>
|
||
</action>
|
||
<action name="checkUpdateAction">
|
||
<property name="text">
|
||
<string>检查更新</string>
|
||
</property>
|
||
</action>
|
||
<action name="projectAction">
|
||
<property name="text">
|
||
<string>项目主页</string>
|
||
</property>
|
||
</action>
|
||
<action name="openLogAction">
|
||
<property name="text">
|
||
<string>打开日志文件</string>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string>打开核心程序的日志文件</string>
|
||
</property>
|
||
</action>
|
||
<action name="clearClientDataAction">
|
||
<property name="text">
|
||
<string>清理登录缓存</string>
|
||
</property>
|
||
</action>
|
||
</widget>
|
||
<tabstops>
|
||
<tabstop>logPlainTextEdit</tabstop>
|
||
</tabstops>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|