| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>NetworkDialog</class>
- <widget class="QWidget" name="NetworkDialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>524</width>
- <height>606</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>kNet Network</string>
- </property>
- <layout class="QGridLayout" name="gridLayout_2">
- <item row="0" column="0">
- <layout class="QGridLayout" name="gridLayout">
- <item row="0" column="0">
- <widget class="QLabel" name="label">
- <property name="text">
- <string>Hostname:</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QLabel" name="machineIP">
- <property name="text">
- <string>Machine IP text.</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QLabel" name="label_4">
- <property name="text">
- <string>Connections:</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <widget class="QTreeWidget" name="connectionsTree">
- <column>
- <property name="text">
- <string>Item</string>
- </property>
- </column>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="label_2">
- <property name="text">
- <string># of threads:</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QLabel" name="numRunningThreads">
- <property name="text">
- <string># threads text.</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="3" column="0">
- <widget class="QTreeWidget" name="treeStats">
- <column>
- <property name="text">
- <string>Name</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Count</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Value</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Count/sec</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Value/sec</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Avg. value</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Latest value</string>
- </property>
- </column>
- </widget>
- </item>
- <item row="1" column="0">
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QLabel" name="label_3">
- <property name="text">
- <string>Show most recent events from:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QComboBox" name="comboTimePeriod">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>100</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>100</width>
- <height>16777215</height>
- </size>
- </property>
- <item>
- <property name="text">
- <string>5 seconds</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>15 seconds</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>30 seconds</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>1 minute</string>
- </property>
- </item>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>QSizePolicy::Expanding</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>70</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
- </ui>
|