[844] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
| 2 | <ui version="4.0">
|
---|
| 3 | <class>SessionWidget</class>
|
---|
| 4 | <widget class="QWidget" name="SessionWidget">
|
---|
| 5 | <property name="geometry">
|
---|
| 6 | <rect>
|
---|
| 7 | <x>0</x>
|
---|
| 8 | <y>0</y>
|
---|
| 9 | <width>340</width>
|
---|
| 10 | <height>276</height>
|
---|
| 11 | </rect>
|
---|
| 12 | </property>
|
---|
| 13 | <property name="windowTitle">
|
---|
| 14 | <string>Session Details</string>
|
---|
| 15 | </property>
|
---|
| 16 | <layout class="QVBoxLayout" name="verticalLayout_2">
|
---|
| 17 | <item>
|
---|
| 18 | <layout class="QVBoxLayout" name="verticalLayout">
|
---|
| 19 | <item>
|
---|
| 20 | <layout class="QHBoxLayout" name="sessionIdLayout">
|
---|
| 21 | <item>
|
---|
| 22 | <widget class="QLabel" name="sessionIdLabel">
|
---|
| 23 | <property name="text">
|
---|
| 24 | <string>Session ID:</string>
|
---|
| 25 | </property>
|
---|
| 26 | </widget>
|
---|
| 27 | </item>
|
---|
| 28 | <item>
|
---|
| 29 | <widget class="QLabel" name="sessionId">
|
---|
| 30 | <property name="sizePolicy">
|
---|
| 31 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
---|
| 32 | <horstretch>0</horstretch>
|
---|
| 33 | <verstretch>0</verstretch>
|
---|
| 34 | </sizepolicy>
|
---|
| 35 | </property>
|
---|
| 36 | <property name="text">
|
---|
| 37 | <string/>
|
---|
| 38 | </property>
|
---|
| 39 | </widget>
|
---|
| 40 | </item>
|
---|
| 41 | </layout>
|
---|
| 42 | </item>
|
---|
| 43 | <item>
|
---|
| 44 | <layout class="QHBoxLayout" name="sessionStateLayout">
|
---|
| 45 | <item>
|
---|
| 46 | <widget class="QLabel" name="sessionStateLabel">
|
---|
| 47 | <property name="sizePolicy">
|
---|
| 48 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
---|
| 49 | <horstretch>0</horstretch>
|
---|
| 50 | <verstretch>0</verstretch>
|
---|
| 51 | </sizepolicy>
|
---|
| 52 | </property>
|
---|
| 53 | <property name="text">
|
---|
| 54 | <string>Session State:</string>
|
---|
| 55 | </property>
|
---|
| 56 | </widget>
|
---|
| 57 | </item>
|
---|
| 58 | <item>
|
---|
| 59 | <widget class="QLabel" name="sessionState">
|
---|
| 60 | <property name="sizePolicy">
|
---|
| 61 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
---|
| 62 | <horstretch>0</horstretch>
|
---|
| 63 | <verstretch>0</verstretch>
|
---|
| 64 | </sizepolicy>
|
---|
| 65 | </property>
|
---|
| 66 | <property name="text">
|
---|
| 67 | <string>Invalid</string>
|
---|
| 68 | </property>
|
---|
| 69 | </widget>
|
---|
| 70 | </item>
|
---|
| 71 | </layout>
|
---|
| 72 | </item>
|
---|
| 73 | <item>
|
---|
| 74 | <layout class="QHBoxLayout" name="configurationLayout">
|
---|
| 75 | <item>
|
---|
| 76 | <widget class="QLabel" name="configurationLabel">
|
---|
| 77 | <property name="text">
|
---|
| 78 | <string>Configuration:</string>
|
---|
| 79 | </property>
|
---|
| 80 | </widget>
|
---|
| 81 | </item>
|
---|
| 82 | <item>
|
---|
| 83 | <widget class="QLabel" name="configuration">
|
---|
| 84 | <property name="sizePolicy">
|
---|
| 85 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
---|
| 86 | <horstretch>0</horstretch>
|
---|
| 87 | <verstretch>0</verstretch>
|
---|
| 88 | </sizepolicy>
|
---|
| 89 | </property>
|
---|
| 90 | <property name="text">
|
---|
| 91 | <string/>
|
---|
| 92 | </property>
|
---|
| 93 | </widget>
|
---|
| 94 | </item>
|
---|
| 95 | </layout>
|
---|
| 96 | </item>
|
---|
| 97 | <item>
|
---|
| 98 | <layout class="QHBoxLayout" name="bearerLayout">
|
---|
| 99 | <item>
|
---|
| 100 | <widget class="QLabel" name="bearerLabel">
|
---|
| 101 | <property name="text">
|
---|
| 102 | <string>Bearer:</string>
|
---|
| 103 | </property>
|
---|
| 104 | </widget>
|
---|
| 105 | </item>
|
---|
| 106 | <item>
|
---|
| 107 | <widget class="QLabel" name="bearer">
|
---|
| 108 | <property name="sizePolicy">
|
---|
| 109 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
---|
| 110 | <horstretch>0</horstretch>
|
---|
| 111 | <verstretch>0</verstretch>
|
---|
| 112 | </sizepolicy>
|
---|
| 113 | </property>
|
---|
| 114 | <property name="text">
|
---|
| 115 | <string/>
|
---|
| 116 | </property>
|
---|
| 117 | </widget>
|
---|
| 118 | </item>
|
---|
| 119 | </layout>
|
---|
| 120 | </item>
|
---|
| 121 | <item>
|
---|
| 122 | <layout class="QHBoxLayout" name="interfaceNameLayout">
|
---|
| 123 | <item>
|
---|
| 124 | <widget class="QLabel" name="interfaceNameLabel">
|
---|
| 125 | <property name="text">
|
---|
| 126 | <string>Interface Name:</string>
|
---|
| 127 | </property>
|
---|
| 128 | </widget>
|
---|
| 129 | </item>
|
---|
| 130 | <item>
|
---|
| 131 | <widget class="QLabel" name="interfaceName">
|
---|
| 132 | <property name="sizePolicy">
|
---|
| 133 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
---|
| 134 | <horstretch>0</horstretch>
|
---|
| 135 | <verstretch>0</verstretch>
|
---|
| 136 | </sizepolicy>
|
---|
| 137 | </property>
|
---|
| 138 | <property name="text">
|
---|
| 139 | <string/>
|
---|
| 140 | </property>
|
---|
| 141 | </widget>
|
---|
| 142 | </item>
|
---|
| 143 | </layout>
|
---|
| 144 | </item>
|
---|
| 145 | <item>
|
---|
| 146 | <layout class="QHBoxLayout" name="interfaceGuidLayout">
|
---|
| 147 | <item>
|
---|
| 148 | <widget class="QLabel" name="interfaceGuidLabel">
|
---|
| 149 | <property name="text">
|
---|
| 150 | <string>Interface GUID:</string>
|
---|
| 151 | </property>
|
---|
| 152 | </widget>
|
---|
| 153 | </item>
|
---|
| 154 | <item>
|
---|
| 155 | <widget class="QLabel" name="interfaceGuid">
|
---|
| 156 | <property name="sizePolicy">
|
---|
| 157 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
---|
| 158 | <horstretch>0</horstretch>
|
---|
| 159 | <verstretch>0</verstretch>
|
---|
| 160 | </sizepolicy>
|
---|
| 161 | </property>
|
---|
| 162 | <property name="text">
|
---|
| 163 | <string/>
|
---|
| 164 | </property>
|
---|
| 165 | </widget>
|
---|
| 166 | </item>
|
---|
| 167 | </layout>
|
---|
| 168 | </item>
|
---|
| 169 | <item>
|
---|
| 170 | <layout class="QHBoxLayout" name="lastErrorLayout">
|
---|
| 171 | <item>
|
---|
| 172 | <widget class="QLabel" name="lastErrorLabel">
|
---|
| 173 | <property name="text">
|
---|
| 174 | <string>Last Error:</string>
|
---|
| 175 | </property>
|
---|
| 176 | </widget>
|
---|
| 177 | </item>
|
---|
| 178 | <item>
|
---|
| 179 | <widget class="QLabel" name="lastError">
|
---|
| 180 | <property name="sizePolicy">
|
---|
| 181 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
---|
| 182 | <horstretch>0</horstretch>
|
---|
| 183 | <verstretch>0</verstretch>
|
---|
| 184 | </sizepolicy>
|
---|
| 185 | </property>
|
---|
| 186 | <property name="text">
|
---|
| 187 | <string/>
|
---|
| 188 | </property>
|
---|
| 189 | </widget>
|
---|
| 190 | </item>
|
---|
| 191 | </layout>
|
---|
| 192 | </item>
|
---|
| 193 | <item>
|
---|
| 194 | <layout class="QHBoxLayout" name="errorStringLayout">
|
---|
| 195 | <item>
|
---|
| 196 | <widget class="QLabel" name="errorStringLabel">
|
---|
| 197 | <property name="text">
|
---|
| 198 | <string>Error String:</string>
|
---|
| 199 | </property>
|
---|
| 200 | </widget>
|
---|
| 201 | </item>
|
---|
| 202 | <item>
|
---|
| 203 | <widget class="QLabel" name="errorString">
|
---|
| 204 | <property name="sizePolicy">
|
---|
| 205 | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
---|
| 206 | <horstretch>0</horstretch>
|
---|
| 207 | <verstretch>0</verstretch>
|
---|
| 208 | </sizepolicy>
|
---|
| 209 | </property>
|
---|
| 210 | <property name="text">
|
---|
| 211 | <string/>
|
---|
| 212 | </property>
|
---|
| 213 | </widget>
|
---|
| 214 | </item>
|
---|
| 215 | </layout>
|
---|
| 216 | </item>
|
---|
| 217 | <item>
|
---|
| 218 | <layout class="QHBoxLayout" name="horizontalLayout_3">
|
---|
| 219 | <item>
|
---|
| 220 | <widget class="QLabel" name="rxData">
|
---|
| 221 | <property name="text">
|
---|
| 222 | <string>0</string>
|
---|
| 223 | </property>
|
---|
| 224 | <property name="alignment">
|
---|
| 225 | <set>Qt::AlignCenter</set>
|
---|
| 226 | </property>
|
---|
| 227 | </widget>
|
---|
| 228 | </item>
|
---|
| 229 | <item>
|
---|
| 230 | <widget class="QLabel" name="txData">
|
---|
| 231 | <property name="text">
|
---|
| 232 | <string>0</string>
|
---|
| 233 | </property>
|
---|
| |
---|