Files
EZ4Connect/mainwindow.ui
2025-02-25 03:37:30 +08:00

214 lines
5.6 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>600</width>
<height>300</height>
</rect>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QGridLayout" name="gridLayout">
<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>关注 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="1" column="1" colspan="3">
<widget class="QLabel" name="versionLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Line 1
Line 2
</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignCenter</set>
</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="2">
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Policy::Minimum</enum>
</property>
</spacer>
</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="3">
<widget class="QPushButton" name="pushButton2">
<property name="text">
<string>设置系统代理</string>
</property>
</widget>
</item>
<item row="2" column="1" colspan="3">
<widget class="QLabel" name="accountLabel">
<property name="text">
<string>
你知道吗?
本软件的内核是 zju-connect
可以连接任何兼容它的服务器!
如遇问题欢迎加入 HITSZ OSA 反馈。</string>
</property>
</widget>
</item>
<item row="3" column="1" colspan="3">
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Policy::Preferred</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>220</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>33</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="disableProxyAction"/>
<addaction name="checkUpdateAction"/>
<addaction name="aboutAction"/>
</widget>
<widget class="QMenu" name="fileMenu">
<property name="title">
<string>功能</string>
</property>
<addaction name="settingAction"/>
<addaction name="exitAction"/>
</widget>
<addaction name="fileMenu"/>
<addaction name="helpMenu"/>
</widget>
<action name="aboutAction">
<property name="text">
<string>关于本软件</string>
</property>
<property name="toolTip">
<string>关于本软件</string>
</property>
</action>
<action name="exitAction">
<property name="text">
<string>退出</string>
</property>
</action>
<action name="settingAction">
<property name="text">
<string>设置</string>
</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>
</widget>
<tabstops>
<tabstop>logPlainTextEdit</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>