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.ui100
1 files changed, 94 insertions, 6 deletions
diff --git a/src/ui/speedcheck.ui b/src/ui/speedcheck.ui
index 2188b31..4c04e69 100644
--- a/src/ui/speedcheck.ui
+++ b/src/ui/speedcheck.ui
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>800</width>
+ <width>768</width>
<height>600</height>
</rect>
</property>
@@ -29,13 +29,101 @@
</widget>
</item>
<item>
- <widget class="QComboBox" name="comboBox">
- <property name="editable">
- <bool>false</bool>
+ <widget class="QFrame" name="frame">
+ <property name="enabled">
+ <bool>true</bool>
</property>
- <property name="currentText">
- <string/>
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="frameShape">
+ <enum>QFrame::StyledPanel</enum>
+ </property>
+ <property name="frameShadow">
+ <enum>QFrame::Raised</enum>
</property>
+ <widget class="QComboBox" name="comboBox">
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>10</y>
+ <width>100</width>
+ <height>27</height>
+ </rect>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>100</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="editable">
+ <bool>false</bool>
+ </property>
+ <property name="currentText">
+ <string/>
+ </property>
+ </widget>
+ <widget class="QPushButton" name="btnrefreshNetwork">
+ <property name="geometry">
+ <rect>
+ <x>120</x>
+ <y>10</y>
+ <width>150</width>
+ <height>27</height>
+ </rect>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text">
+ <string>Refresh Interfaces</string>
+ </property>
+ </widget>
+ <widget class="QLabel" name="label_4">
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>50</y>
+ <width>81</width>
+ <height>19</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Link Speed:</string>
+ </property>
+ </widget>
+ <widget class="QLabel" name="networkSpeed">
+ <property name="geometry">
+ <rect>
+ <x>100</x>
+ <y>50</y>
+ <width>151</width>
+ <height>19</height>
+ </rect>
+ </property>
+ <property name="toolTip">
+ <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;test&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+ </property>
+ <property name="whatsThis">
+ <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;test1&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+ </property>
+ <property name="text">
+ <string>MB</string>
+ </property>
+ </widget>
</widget>
</item>
<item>