mainwindow.ui 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QStackedWidget" name="stackedWidget">
  18. <property name="geometry">
  19. <rect>
  20. <x>10</x>
  21. <y>-10</y>
  22. <width>371</width>
  23. <height>241</height>
  24. </rect>
  25. </property>
  26. <property name="currentIndex">
  27. <number>0</number>
  28. </property>
  29. <widget class="QWidget" name="page">
  30. <widget class="QPushButton" name="pushButton">
  31. <property name="geometry">
  32. <rect>
  33. <x>220</x>
  34. <y>180</y>
  35. <width>97</width>
  36. <height>27</height>
  37. </rect>
  38. </property>
  39. <property name="text">
  40. <string>Connect</string>
  41. </property>
  42. </widget>
  43. <widget class="QLineEdit" name="lineEdit_2">
  44. <property name="geometry">
  45. <rect>
  46. <x>170</x>
  47. <y>90</y>
  48. <width>141</width>
  49. <height>27</height>
  50. </rect>
  51. </property>
  52. </widget>
  53. <widget class="QPushButton" name="pushButton_2">
  54. <property name="geometry">
  55. <rect>
  56. <x>30</x>
  57. <y>180</y>
  58. <width>97</width>
  59. <height>27</height>
  60. </rect>
  61. </property>
  62. <property name="text">
  63. <string>Exit</string>
  64. </property>
  65. </widget>
  66. <widget class="QLineEdit" name="lineEdit_3">
  67. <property name="geometry">
  68. <rect>
  69. <x>170</x>
  70. <y>130</y>
  71. <width>141</width>
  72. <height>27</height>
  73. </rect>
  74. </property>
  75. </widget>
  76. <widget class="QLabel" name="label">
  77. <property name="geometry">
  78. <rect>
  79. <x>30</x>
  80. <y>10</y>
  81. <width>141</width>
  82. <height>17</height>
  83. </rect>
  84. </property>
  85. <property name="text">
  86. <string>Welcome to Client</string>
  87. </property>
  88. </widget>
  89. <widget class="QLineEdit" name="lineEdit">
  90. <property name="geometry">
  91. <rect>
  92. <x>170</x>
  93. <y>50</y>
  94. <width>141</width>
  95. <height>27</height>
  96. </rect>
  97. </property>
  98. </widget>
  99. <widget class="QLabel" name="label_2">
  100. <property name="geometry">
  101. <rect>
  102. <x>30</x>
  103. <y>60</y>
  104. <width>141</width>
  105. <height>17</height>
  106. </rect>
  107. </property>
  108. <property name="text">
  109. <string>FileName</string>
  110. </property>
  111. </widget>
  112. <widget class="QLabel" name="label_3">
  113. <property name="geometry">
  114. <rect>
  115. <x>30</x>
  116. <y>100</y>
  117. <width>141</width>
  118. <height>17</height>
  119. </rect>
  120. </property>
  121. <property name="text">
  122. <string>IP Address</string>
  123. </property>
  124. </widget>
  125. <widget class="QLabel" name="label_4">
  126. <property name="geometry">
  127. <rect>
  128. <x>30</x>
  129. <y>140</y>
  130. <width>141</width>
  131. <height>17</height>
  132. </rect>
  133. </property>
  134. <property name="text">
  135. <string>Server Port</string>
  136. </property>
  137. </widget>
  138. </widget>
  139. <widget class="QWidget" name="page_2">
  140. <widget class="QRadioButton" name="radioButton">
  141. <property name="geometry">
  142. <rect>
  143. <x>40</x>
  144. <y>40</y>
  145. <width>116</width>
  146. <height>22</height>
  147. </rect>
  148. </property>
  149. <property name="text">
  150. <string>Poisson</string>
  151. </property>
  152. </widget>
  153. <widget class="QRadioButton" name="radioButton_2">
  154. <property name="geometry">
  155. <rect>
  156. <x>40</x>
  157. <y>80</y>
  158. <width>116</width>
  159. <height>22</height>
  160. </rect>
  161. </property>
  162. <property name="text">
  163. <string>Heavy Tail</string>
  164. </property>
  165. </widget>
  166. <widget class="QLineEdit" name="lineEdit_4">
  167. <property name="geometry">
  168. <rect>
  169. <x>230</x>
  170. <y>80</y>
  171. <width>113</width>
  172. <height>27</height>
  173. </rect>
  174. </property>
  175. </widget>
  176. <widget class="QPushButton" name="pushButton_3">
  177. <property name="geometry">
  178. <rect>
  179. <x>70</x>
  180. <y>170</y>
  181. <width>97</width>
  182. <height>27</height>
  183. </rect>
  184. </property>
  185. <property name="text">
  186. <string>Exit</string>
  187. </property>
  188. </widget>
  189. <widget class="QPushButton" name="pushButton_4">
  190. <property name="geometry">
  191. <rect>
  192. <x>220</x>
  193. <y>170</y>
  194. <width>97</width>
  195. <height>27</height>
  196. </rect>
  197. </property>
  198. <property name="text">
  199. <string>Configure</string>
  200. </property>
  201. </widget>
  202. <widget class="QLabel" name="label_5">
  203. <property name="geometry">
  204. <rect>
  205. <x>230</x>
  206. <y>60</y>
  207. <width>81</width>
  208. <height>17</height>
  209. </rect>
  210. </property>
  211. <property name="text">
  212. <string>Send Rate</string>
  213. </property>
  214. </widget>
  215. <widget class="QLabel" name="label_6">
  216. <property name="geometry">
  217. <rect>
  218. <x>40</x>
  219. <y>10</y>
  220. <width>171</width>
  221. <height>17</height>
  222. </rect>
  223. </property>
  224. <property name="text">
  225. <string>Select your Distribution</string>
  226. </property>
  227. </widget>
  228. <widget class="QLabel" name="label_11">
  229. <property name="geometry">
  230. <rect>
  231. <x>230</x>
  232. <y>110</y>
  233. <width>67</width>
  234. <height>17</height>
  235. </rect>
  236. </property>
  237. <property name="text">
  238. <string>MBps</string>
  239. </property>
  240. </widget>
  241. </widget>
  242. <widget class="QWidget" name="page_4">
  243. <widget class="QLabel" name="label_7">
  244. <property name="geometry">
  245. <rect>
  246. <x>20</x>
  247. <y>20</y>
  248. <width>101</width>
  249. <height>17</height>
  250. </rect>
  251. </property>
  252. <property name="text">
  253. <string>Receive Server</string>
  254. </property>
  255. </widget>
  256. <widget class="QLineEdit" name="lineEdit_6">
  257. <property name="geometry">
  258. <rect>
  259. <x>120</x>
  260. <y>100</y>
  261. <width>113</width>
  262. <height>27</height>
  263. </rect>
  264. </property>
  265. </widget>
  266. <widget class="QLabel" name="label_9">
  267. <property name="geometry">
  268. <rect>
  269. <x>20</x>
  270. <y>100</y>
  271. <width>101</width>
  272. <height>17</height>
  273. </rect>
  274. </property>
  275. <property name="text">
  276. <string>Port</string>
  277. </property>
  278. </widget>
  279. <widget class="QPushButton" name="pushButton_8">
  280. <property name="geometry">
  281. <rect>
  282. <x>220</x>
  283. <y>140</y>
  284. <width>97</width>
  285. <height>27</height>
  286. </rect>
  287. </property>
  288. <property name="text">
  289. <string>Start</string>
  290. </property>
  291. </widget>
  292. <widget class="QPushButton" name="pushButton_9">
  293. <property name="geometry">
  294. <rect>
  295. <x>60</x>
  296. <y>140</y>
  297. <width>97</width>
  298. <height>27</height>
  299. </rect>
  300. </property>
  301. <property name="text">
  302. <string>Exit</string>
  303. </property>
  304. </widget>
  305. </widget>
  306. <widget class="QWidget" name="page_3">
  307. <widget class="QListWidget" name="listWidget">
  308. <property name="geometry">
  309. <rect>
  310. <x>20</x>
  311. <y>40</y>
  312. <width>121</width>
  313. <height>161</height>
  314. </rect>
  315. </property>
  316. </widget>
  317. <widget class="QPushButton" name="pushButton_5">
  318. <property name="geometry">
  319. <rect>
  320. <x>30</x>
  321. <y>210</y>
  322. <width>97</width>
  323. <height>27</height>
  324. </rect>
  325. </property>
  326. <property name="text">
  327. <string>Exit</string>
  328. </property>
  329. </widget>
  330. <widget class="QPushButton" name="pushButton_6">
  331. <property name="geometry">
  332. <rect>
  333. <x>140</x>
  334. <y>210</y>
  335. <width>97</width>
  336. <height>27</height>
  337. </rect>
  338. </property>
  339. <property name="text">
  340. <string>Start</string>
  341. </property>
  342. </widget>
  343. <widget class="QPushButton" name="pushButton_7">
  344. <property name="geometry">
  345. <rect>
  346. <x>250</x>
  347. <y>210</y>
  348. <width>97</width>
  349. <height>27</height>
  350. </rect>
  351. </property>
  352. <property name="text">
  353. <string>Stop</string>
  354. </property>
  355. </widget>
  356. <widget class="QListWidget" name="listWidget_2">
  357. <property name="geometry">
  358. <rect>
  359. <x>190</x>
  360. <y>40</y>
  361. <width>121</width>
  362. <height>161</height>
  363. </rect>
  364. </property>
  365. </widget>
  366. <widget class="QLabel" name="label_8">
  367. <property name="geometry">
  368. <rect>
  369. <x>20</x>
  370. <y>20</y>
  371. <width>71</width>
  372. <height>17</height>
  373. </rect>
  374. </property>
  375. <property name="text">
  376. <string>Sent Data</string>
  377. </property>
  378. </widget>
  379. <widget class="QLabel" name="label_10">
  380. <property name="geometry">
  381. <rect>
  382. <x>190</x>
  383. <y>20</y>
  384. <width>101</width>
  385. <height>17</height>
  386. </rect>
  387. </property>
  388. <property name="text">
  389. <string>Received Data</string>
  390. </property>
  391. </widget>
  392. </widget>
  393. </widget>
  394. </widget>
  395. <widget class="QMenuBar" name="menuBar">
  396. <property name="geometry">
  397. <rect>
  398. <x>0</x>
  399. <y>0</y>
  400. <width>400</width>
  401. <height>25</height>
  402. </rect>
  403. </property>
  404. <widget class="QMenu" name="menuClient">
  405. <property name="title">
  406. <string>Client</string>
  407. </property>
  408. </widget>
  409. <addaction name="menuClient"/>
  410. </widget>
  411. <widget class="QToolBar" name="mainToolBar">
  412. <attribute name="toolBarArea">
  413. <enum>TopToolBarArea</enum>
  414. </attribute>
  415. <attribute name="toolBarBreak">
  416. <bool>false</bool>
  417. </attribute>
  418. </widget>
  419. <widget class="QStatusBar" name="statusBar"/>
  420. </widget>
  421. <layoutdefault spacing="6" margin="11"/>
  422. <resources/>
  423. <connections/>
  424. </ui>