|
@@ -0,0 +1,81 @@
|
|
|
+<?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>668</width>
|
|
|
+ <height>300</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="windowTitle">
|
|
|
+ <string>ZeroTier One</string>
|
|
|
+ </property>
|
|
|
+ <widget class="QWidget" name="centralWidget">
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout">
|
|
|
+ <property name="leftMargin">
|
|
|
+ <number>0</number>
|
|
|
+ </property>
|
|
|
+ <property name="topMargin">
|
|
|
+ <number>0</number>
|
|
|
+ </property>
|
|
|
+ <property name="rightMargin">
|
|
|
+ <number>0</number>
|
|
|
+ </property>
|
|
|
+ <property name="bottomMargin">
|
|
|
+ <number>0</number>
|
|
|
+ </property>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ <widget class="QStatusBar" name="statusBar"/>
|
|
|
+ <widget class="QMenuBar" name="menuBar">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>0</x>
|
|
|
+ <y>0</y>
|
|
|
+ <width>668</width>
|
|
|
+ <height>22</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <widget class="QMenu" name="menuFile">
|
|
|
+ <property name="title">
|
|
|
+ <string>File</string>
|
|
|
+ </property>
|
|
|
+ <addaction name="actionJoin_Network"/>
|
|
|
+ <addaction name="separator"/>
|
|
|
+ <addaction name="actionExit"/>
|
|
|
+ </widget>
|
|
|
+ <widget class="QMenu" name="menuHelp">
|
|
|
+ <property name="layoutDirection">
|
|
|
+ <enum>Qt::LeftToRight</enum>
|
|
|
+ </property>
|
|
|
+ <property name="title">
|
|
|
+ <string>Help</string>
|
|
|
+ </property>
|
|
|
+ <addaction name="actionAbout"/>
|
|
|
+ </widget>
|
|
|
+ <addaction name="menuFile"/>
|
|
|
+ <addaction name="menuHelp"/>
|
|
|
+ </widget>
|
|
|
+ <action name="actionJoin_Network">
|
|
|
+ <property name="text">
|
|
|
+ <string>Join Network</string>
|
|
|
+ </property>
|
|
|
+ </action>
|
|
|
+ <action name="actionExit">
|
|
|
+ <property name="text">
|
|
|
+ <string>Exit</string>
|
|
|
+ </property>
|
|
|
+ </action>
|
|
|
+ <action name="actionAbout">
|
|
|
+ <property name="text">
|
|
|
+ <string>About</string>
|
|
|
+ </property>
|
|
|
+ </action>
|
|
|
+ </widget>
|
|
|
+ <layoutdefault spacing="6" margin="11"/>
|
|
|
+ <resources/>
|
|
|
+ <connections/>
|
|
|
+</ui>
|