MessageConnectionDialog.ui 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MessageConnectionDialog</class>
  4. <widget class="QWidget" name="MessageConnectionDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>425</width>
  10. <height>493</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QLabel" name="connectionLine">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>10</y>
  21. <width>411</width>
  22. <height>16</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>Connection source and destination.</string>
  27. </property>
  28. </widget>
  29. <widget class="QLabel" name="label">
  30. <property name="geometry">
  31. <rect>
  32. <x>10</x>
  33. <y>30</y>
  34. <width>211</width>
  35. <height>16</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>ConnectionState:</string>
  40. </property>
  41. </widget>
  42. <widget class="QLabel" name="statusLine">
  43. <property name="geometry">
  44. <rect>
  45. <x>230</x>
  46. <y>28</y>
  47. <width>381</width>
  48. <height>20</height>
  49. </rect>
  50. </property>
  51. <property name="text">
  52. <string>Status:</string>
  53. </property>
  54. </widget>
  55. <widget class="QLabel" name="label_2">
  56. <property name="geometry">
  57. <rect>
  58. <x>10</x>
  59. <y>70</y>
  60. <width>221</width>
  61. <height>16</height>
  62. </rect>
  63. </property>
  64. <property name="text">
  65. <string># outbound messages pending:</string>
  66. </property>
  67. </widget>
  68. <widget class="QLabel" name="label_3">
  69. <property name="geometry">
  70. <rect>
  71. <x>10</x>
  72. <y>90</y>
  73. <width>211</width>
  74. <height>16</height>
  75. </rect>
  76. </property>
  77. <property name="text">
  78. <string>MessageConnection status:</string>
  79. </property>
  80. </widget>
  81. <widget class="QLabel" name="label_4">
  82. <property name="geometry">
  83. <rect>
  84. <x>10</x>
  85. <y>110</y>
  86. <width>201</width>
  87. <height>16</height>
  88. </rect>
  89. </property>
  90. <property name="text">
  91. <string>Socket status:</string>
  92. </property>
  93. </widget>
  94. <widget class="QLabel" name="label_5">
  95. <property name="geometry">
  96. <rect>
  97. <x>10</x>
  98. <y>130</y>
  99. <width>211</width>
  100. <height>16</height>
  101. </rect>
  102. </property>
  103. <property name="text">
  104. <string>Round-trip time:</string>
  105. </property>
  106. </widget>
  107. <widget class="QLabel" name="label_6">
  108. <property name="geometry">
  109. <rect>
  110. <x>10</x>
  111. <y>150</y>
  112. <width>211</width>
  113. <height>16</height>
  114. </rect>
  115. </property>
  116. <property name="text">
  117. <string>Last heard time:</string>
  118. </property>
  119. </widget>
  120. <widget class="QLabel" name="labelDatagramsIn">
  121. <property name="geometry">
  122. <rect>
  123. <x>10</x>
  124. <y>170</y>
  125. <width>211</width>
  126. <height>16</height>
  127. </rect>
  128. </property>
  129. <property name="text">
  130. <string>Datagrams in:</string>
  131. </property>
  132. </widget>
  133. <widget class="QLabel" name="labelDatagramsOut">
  134. <property name="geometry">
  135. <rect>
  136. <x>10</x>
  137. <y>190</y>
  138. <width>211</width>
  139. <height>16</height>
  140. </rect>
  141. </property>
  142. <property name="text">
  143. <string>Datagrams out:</string>
  144. </property>
  145. </widget>
  146. <widget class="QLabel" name="label_9">
  147. <property name="geometry">
  148. <rect>
  149. <x>10</x>
  150. <y>210</y>
  151. <width>211</width>
  152. <height>16</height>
  153. </rect>
  154. </property>
  155. <property name="text">
  156. <string>Messages in:</string>
  157. </property>
  158. </widget>
  159. <widget class="QLabel" name="label_10">
  160. <property name="geometry">
  161. <rect>
  162. <x>10</x>
  163. <y>230</y>
  164. <width>211</width>
  165. <height>16</height>
  166. </rect>
  167. </property>
  168. <property name="text">
  169. <string>Messages out:</string>
  170. </property>
  171. </widget>
  172. <widget class="QLabel" name="label_11">
  173. <property name="geometry">
  174. <rect>
  175. <x>10</x>
  176. <y>250</y>
  177. <width>211</width>
  178. <height>16</height>
  179. </rect>
  180. </property>
  181. <property name="text">
  182. <string>Bytes in:</string>
  183. </property>
  184. </widget>
  185. <widget class="QLabel" name="label_12">
  186. <property name="geometry">
  187. <rect>
  188. <x>10</x>
  189. <y>270</y>
  190. <width>211</width>
  191. <height>16</height>
  192. </rect>
  193. </property>
  194. <property name="text">
  195. <string>Bytes out:</string>
  196. </property>
  197. </widget>
  198. <widget class="QLabel" name="outboundMessagesPending">
  199. <property name="geometry">
  200. <rect>
  201. <x>230</x>
  202. <y>68</y>
  203. <width>351</width>
  204. <height>20</height>
  205. </rect>
  206. </property>
  207. <property name="text">
  208. <string>Status:</string>
  209. </property>
  210. </widget>
  211. <widget class="QLabel" name="messageConnectionStatus">
  212. <property name="geometry">
  213. <rect>
  214. <x>230</x>
  215. <y>88</y>
  216. <width>381</width>
  217. <height>20</height>
  218. </rect>
  219. </property>
  220. <property name="text">
  221. <string>Status:</string>
  222. </property>
  223. </widget>
  224. <widget class="QLabel" name="socketStatus">
  225. <property name="geometry">
  226. <rect>
  227. <x>230</x>
  228. <y>108</y>
  229. <width>381</width>
  230. <height>20</height>
  231. </rect>
  232. </property>
  233. <property name="text">
  234. <string>Status:</string>
  235. </property>
  236. </widget>
  237. <widget class="QLabel" name="roundTripTime">
  238. <property name="geometry">
  239. <rect>
  240. <x>230</x>
  241. <y>128</y>
  242. <width>381</width>
  243. <height>20</height>
  244. </rect>
  245. </property>
  246. <property name="text">
  247. <string>Status:</string>
  248. </property>
  249. </widget>
  250. <widget class="QLabel" name="lastHeardTime">
  251. <property name="geometry">
  252. <rect>
  253. <x>230</x>
  254. <y>148</y>
  255. <width>381</width>
  256. <height>20</height>
  257. </rect>
  258. </property>
  259. <property name="text">
  260. <string>Status:</string>
  261. </property>
  262. </widget>
  263. <widget class="QLabel" name="datagramsIn">
  264. <property name="geometry">
  265. <rect>
  266. <x>230</x>
  267. <y>168</y>
  268. <width>381</width>
  269. <height>20</height>
  270. </rect>
  271. </property>
  272. <property name="text">
  273. <string>Status:</string>
  274. </property>
  275. </widget>
  276. <widget class="QLabel" name="messagesIn">
  277. <property name="geometry">
  278. <rect>
  279. <x>230</x>
  280. <y>208</y>
  281. <width>381</width>
  282. <height>20</height>
  283. </rect>
  284. </property>
  285. <property name="text">
  286. <string>Status:</string>
  287. </property>
  288. </widget>
  289. <widget class="QLabel" name="datagramsOut">
  290. <property name="geometry">
  291. <rect>
  292. <x>230</x>
  293. <y>188</y>
  294. <width>381</width>
  295. <height>20</height>
  296. </rect>
  297. </property>
  298. <property name="text">
  299. <string>Status:</string>
  300. </property>
  301. </widget>
  302. <widget class="QLabel" name="messagesOut">
  303. <property name="geometry">
  304. <rect>
  305. <x>230</x>
  306. <y>228</y>
  307. <width>381</width>
  308. <height>20</height>
  309. </rect>
  310. </property>
  311. <property name="text">
  312. <string>Status:</string>
  313. </property>
  314. </widget>
  315. <widget class="QLabel" name="bytesIn">
  316. <property name="geometry">
  317. <rect>
  318. <x>230</x>
  319. <y>248</y>
  320. <width>381</width>
  321. <height>20</height>
  322. </rect>
  323. </property>
  324. <property name="text">
  325. <string>Status:</string>
  326. </property>
  327. </widget>
  328. <widget class="QLabel" name="bytesOut">
  329. <property name="geometry">
  330. <rect>
  331. <x>230</x>
  332. <y>268</y>
  333. <width>381</width>
  334. <height>20</height>
  335. </rect>
  336. </property>
  337. <property name="text">
  338. <string>Status:</string>
  339. </property>
  340. </widget>
  341. <widget class="QLabel" name="retransmissionTimeoutHeader">
  342. <property name="geometry">
  343. <rect>
  344. <x>10</x>
  345. <y>330</y>
  346. <width>211</width>
  347. <height>16</height>
  348. </rect>
  349. </property>
  350. <property name="text">
  351. <string>Retransmission timeout:</string>
  352. </property>
  353. </widget>
  354. <widget class="QLabel" name="datagramSendRateHeader">
  355. <property name="geometry">
  356. <rect>
  357. <x>10</x>
  358. <y>350</y>
  359. <width>211</width>
  360. <height>16</height>
  361. </rect>
  362. </property>
  363. <property name="text">
  364. <string>Datagram send rate:</string>
  365. </property>
  366. </widget>
  367. <widget class="QLabel" name="smoothedRTTHeader">
  368. <property name="geometry">
  369. <rect>
  370. <x>10</x>
  371. <y>370</y>
  372. <width>211</width>
  373. <height>16</height>
  374. </rect>
  375. </property>
  376. <property name="text">
  377. <string>Smoothed RTT:</string>
  378. </property>
  379. </widget>
  380. <widget class="QLabel" name="rttVariationHeader">
  381. <property name="geometry">
  382. <rect>
  383. <x>10</x>
  384. <y>390</y>
  385. <width>211</width>
  386. <height>16</height>
  387. </rect>
  388. </property>
  389. <property name="text">
  390. <string>RTT Variation:</string>
  391. </property>
  392. </widget>
  393. <widget class="QLabel" name="outUnackedDatagramsHeader">
  394. <property name="geometry">
  395. <rect>
  396. <x>10</x>
  397. <y>410</y>
  398. <width>211</width>
  399. <height>16</height>
  400. </rect>
  401. </property>
  402. <property name="text">
  403. <string>Outb. unacked dgrams:</string>
  404. </property>
  405. </widget>
  406. <widget class="QLabel" name="recvUnackedDatagramsHeader">
  407. <property name="geometry">
  408. <rect>
  409. <x>10</x>
  410. <y>430</y>
  411. <width>211</width>
  412. <height>16</height>
  413. </rect>
  414. </property>
  415. <property name="text">
  416. <string>Recv. unacked dgrams:</string>
  417. </property>
  418. </widget>
  419. <widget class="QLabel" name="packetLossCountHeader">
  420. <property name="geometry">
  421. <rect>
  422. <x>10</x>
  423. <y>450</y>
  424. <width>211</width>
  425. <height>16</height>
  426. </rect>
  427. </property>
  428. <property name="text">
  429. <string>Packet loss count:</string>
  430. </property>
  431. </widget>
  432. <widget class="QLabel" name="packetLossRateHeader">
  433. <property name="geometry">
  434. <rect>
  435. <x>10</x>
  436. <y>470</y>
  437. <width>211</width>
  438. <height>16</height>
  439. </rect>
  440. </property>
  441. <property name="text">
  442. <string>Packet loss rate:</string>
  443. </property>
  444. </widget>
  445. <widget class="QLabel" name="retransmissionTimeout">
  446. <property name="geometry">
  447. <rect>
  448. <x>230</x>
  449. <y>328</y>
  450. <width>381</width>
  451. <height>20</height>
  452. </rect>
  453. </property>
  454. <property name="text">
  455. <string>Status:</string>
  456. </property>
  457. </widget>
  458. <widget class="QLabel" name="datagramSendRate">
  459. <property name="geometry">
  460. <rect>
  461. <x>230</x>
  462. <y>348</y>
  463. <width>381</width>
  464. <height>20</height>
  465. </rect>
  466. </property>
  467. <property name="text">
  468. <string>Status:</string>
  469. </property>
  470. </widget>
  471. <widget class="QLabel" name="smoothedRTT">
  472. <property name="geometry">
  473. <rect>
  474. <x>230</x>
  475. <y>368</y>
  476. <width>381</width>
  477. <height>20</height>
  478. </rect>
  479. </property>
  480. <property name="text">
  481. <string>Status:</string>
  482. </property>
  483. </widget>
  484. <widget class="QLabel" name="rttVariation">
  485. <property name="geometry">
  486. <rect>
  487. <x>230</x>
  488. <y>388</y>
  489. <width>381</width>
  490. <height>20</height>
  491. </rect>
  492. </property>
  493. <property name="text">
  494. <string>Status:</string>
  495. </property>
  496. </widget>
  497. <widget class="QLabel" name="outUnackedDatagrams">
  498. <property name="geometry">
  499. <rect>
  500. <x>230</x>
  501. <y>408</y>
  502. <width>381</width>
  503. <height>20</height>
  504. </rect>
  505. </property>
  506. <property name="text">
  507. <string>Status:</string>
  508. </property>
  509. </widget>
  510. <widget class="QLabel" name="recvUnackedDatagrams">
  511. <property name="geometry">
  512. <rect>
  513. <x>230</x>
  514. <y>428</y>
  515. <width>381</width>
  516. <height>20</height>
  517. </rect>
  518. </property>
  519. <property name="text">
  520. <string>Status:</string>
  521. </property>
  522. </widget>
  523. <widget class="QLabel" name="packetLossCount">
  524. <property name="geometry">
  525. <rect>
  526. <x>230</x>
  527. <y>448</y>
  528. <width>381</width>
  529. <height>20</height>
  530. </rect>
  531. </property>
  532. <property name="text">
  533. <string>Status:</string>
  534. </property>
  535. </widget>
  536. <widget class="QLabel" name="packetLossRate">
  537. <property name="geometry">
  538. <rect>
  539. <x>230</x>
  540. <y>468</y>
  541. <width>381</width>
  542. <height>20</height>
  543. </rect>
  544. </property>
  545. <property name="text">
  546. <string>Status:</string>
  547. </property>
  548. </widget>
  549. <widget class="QLabel" name="totalBytesSent">
  550. <property name="geometry">
  551. <rect>
  552. <x>230</x>
  553. <y>308</y>
  554. <width>381</width>
  555. <height>20</height>
  556. </rect>
  557. </property>
  558. <property name="text">
  559. <string>Status:</string>
  560. </property>
  561. </widget>
  562. <widget class="QLabel" name="label_13">
  563. <property name="geometry">
  564. <rect>
  565. <x>10</x>
  566. <y>290</y>
  567. <width>211</width>
  568. <height>16</height>
  569. </rect>
  570. </property>
  571. <property name="text">
  572. <string>Total bytes received:</string>
  573. </property>
  574. </widget>
  575. <widget class="QLabel" name="label_14">
  576. <property name="geometry">
  577. <rect>
  578. <x>10</x>
  579. <y>310</y>
  580. <width>201</width>
  581. <height>16</height>
  582. </rect>
  583. </property>
  584. <property name="text">
  585. <string>Total bytes sent:</string>
  586. </property>
  587. </widget>
  588. <widget class="QLabel" name="totalBytesReceived">
  589. <property name="geometry">
  590. <rect>
  591. <x>230</x>
  592. <y>288</y>
  593. <width>381</width>
  594. <height>20</height>
  595. </rect>
  596. </property>
  597. <property name="text">
  598. <string>Status:</string>
  599. </property>
  600. </widget>
  601. <widget class="QLabel" name="label_7">
  602. <property name="geometry">
  603. <rect>
  604. <x>10</x>
  605. <y>50</y>
  606. <width>221</width>
  607. <height>16</height>
  608. </rect>
  609. </property>
  610. <property name="text">
  611. <string># inbound messages pending:</string>
  612. </property>
  613. </widget>
  614. <widget class="QLabel" name="inboundMessagesPending">
  615. <property name="geometry">
  616. <rect>
  617. <x>230</x>
  618. <y>48</y>
  619. <width>351</width>
  620. <height>20</height>
  621. </rect>
  622. </property>
  623. <property name="text">
  624. <string>Status:</string>
  625. </property>
  626. </widget>
  627. </widget>
  628. <resources/>
  629. <connections/>
  630. </ui>