summaryrefslogtreecommitdiffstats
path: root/src/ui/speedcheck.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/speedcheck.ui')
-rw-r--r--src/ui/speedcheck.ui74
1 files changed, 45 insertions, 29 deletions
diff --git a/src/ui/speedcheck.ui b/src/ui/speedcheck.ui
index dfcce4a..095b86b 100644
--- a/src/ui/speedcheck.ui
+++ b/src/ui/speedcheck.ui
@@ -16,19 +16,6 @@
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
- <widget class="QLabel" name="lblNetwork">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>Network (100MBit / 1GBit)</string>
- </property>
- </widget>
- </item>
- <item>
<widget class="QFrame" name="frame">
<property name="enabled">
<bool>true</bool>
@@ -159,6 +146,19 @@
</widget>
</item>
<item>
+ <widget class="QLabel" name="lblNetwork">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text">
+ <string>Network (100MBit / 1GBit)</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<widget class="GraphWidget" name="picSpeed" native="true"/>
</item>
<item>
@@ -273,6 +273,13 @@
</spacer>
</item>
<item>
+ <widget class="QLabel" name="filelabel">
+ <property name="text">
+ <string>TextLabel</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<widget class="QPushButton" name="btnQuit">
<property name="text">
<string>Quit</string>
@@ -282,25 +289,34 @@
</layout>
</widget>
</item>
- <item>
- <widget class="QLabel" name="filelabel">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
</layout>
</widget>
<widget class="QStatusBar" name="statusBar"/>
+ <widget class="QMenuBar" name="menuBar">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>768</width>
+ <height>24</height>
+ </rect>
+ </property>
+ <widget class="QMenu" name="menu_misc">
+ <property name="title">
+ <string>Misc</string>
+ </property>
+ <addaction name="actionAdd_Server"/>
+ </widget>
+ <addaction name="menu_misc"/>
+ </widget>
+ <action name="actionAdd_Server">
+ <property name="text">
+ <string>Add Test</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+A</string>
+ </property>
+ </action>
</widget>
<customwidgets>
<customwidget>