mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 10:50:23 +08:00
168 lines
4.5 KiB
XML
168 lines
4.5 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>1060</width>
|
|
<height>643</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Hv2ray</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
<item row="0" column="0">
|
|
<layout class="QGridLayout" name="gridLayout" rowstretch="0,2,0,0" columnstretch="2,1">
|
|
<item row="0" column="0" colspan="2">
|
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1,1,1,1,4">
|
|
<item>
|
|
<widget class="QPushButton" name="startButton">
|
|
<property name="text">
|
|
<string>Start</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="stopButton">
|
|
<property name="text">
|
|
<string>Stop</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="restartButton">
|
|
<property name="text">
|
|
<string>Restart</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="clbutton">
|
|
<property name="text">
|
|
<string>Clear Log</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="rtButton">
|
|
<property name="text">
|
|
<string>Refresh Table</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<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>
|
|
</layout>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QTableView" name="configTable">
|
|
<property name="showGrid">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QGraphicsView" name="QR"/>
|
|
</item>
|
|
<item row="2" column="0" colspan="2">
|
|
<widget class="Line" name="line">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QTextBrowser" name="logText"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1060</width>
|
|
<height>27</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFile">
|
|
<property name="title">
|
|
<string>File</string>
|
|
</property>
|
|
<widget class="QMenu" name="menuNew">
|
|
<property name="title">
|
|
<string>New</string>
|
|
</property>
|
|
<widget class="QMenu" name="menuFrom">
|
|
<property name="title">
|
|
<string>From</string>
|
|
</property>
|
|
<addaction name="actionVmess"/>
|
|
<addaction name="actionClipboard"/>
|
|
<addaction name="actionExisting_config"/>
|
|
</widget>
|
|
<addaction name="actionEdit"/>
|
|
<addaction name="menuFrom"/>
|
|
</widget>
|
|
<addaction name="menuNew"/>
|
|
</widget>
|
|
<addaction name="menuFile"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
</widget>
|
|
<action name="actionEdit">
|
|
<property name="text">
|
|
<string>Edit</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionVmess">
|
|
<property name="text">
|
|
<string>Vmess</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionClipboard">
|
|
<property name="text">
|
|
<string>Clipboard</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionExisting_config">
|
|
<property name="text">
|
|
<string>Existing config</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|