123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QStackedWidget" name="stackedWidget">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>-10</y>
- <width>371</width>
- <height>241</height>
- </rect>
- </property>
- <property name="currentIndex">
- <number>0</number>
- </property>
- <widget class="QWidget" name="page">
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>180</y>
- <width>97</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Connect</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_2">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>90</y>
- <width>141</width>
- <height>27</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_2">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>180</y>
- <width>97</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Exit</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_3">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>130</y>
- <width>141</width>
- <height>27</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>10</y>
- <width>141</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Welcome to Client</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>50</y>
- <width>141</width>
- <height>27</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>60</y>
- <width>141</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>FileName</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>100</y>
- <width>141</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>IP Address</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>140</y>
- <width>141</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Server Port</string>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="page_2">
- <widget class="QRadioButton" name="radioButton">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>40</y>
- <width>116</width>
- <height>22</height>
- </rect>
- </property>
- <property name="text">
- <string>Poisson</string>
- </property>
- </widget>
- <widget class="QRadioButton" name="radioButton_2">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>80</y>
- <width>116</width>
- <height>22</height>
- </rect>
- </property>
- <property name="text">
- <string>Heavy Tail</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_4">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>80</y>
- <width>113</width>
- <height>27</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_3">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>170</y>
- <width>97</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Exit</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_4">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>170</y>
- <width>97</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Configure</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>60</y>
- <width>81</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Send Rate</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_6">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>10</y>
- <width>171</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Select your Distribution</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_11">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>110</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>MBps</string>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="page_4">
- <widget class="QLabel" name="label_7">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>20</y>
- <width>101</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Receive Server</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_6">
- <property name="geometry">
- <rect>
- <x>120</x>
- <y>100</y>
- <width>113</width>
- <height>27</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_9">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>100</y>
- <width>101</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Port</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_8">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>140</y>
- <width>97</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Start</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_9">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>140</y>
- <width>97</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Exit</string>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="page_3">
- <widget class="QListWidget" name="listWidget">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>40</y>
- <width>121</width>
- <height>161</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_5">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>210</y>
- <width>97</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Exit</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_6">
- <property name="geometry">
- <rect>
- <x>140</x>
- <y>210</y>
- <width>97</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Start</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_7">
- <property name="geometry">
- <rect>
- <x>250</x>
- <y>210</y>
- <width>97</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Stop</string>
- </property>
- </widget>
- <widget class="QListWidget" name="listWidget_2">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>40</y>
- <width>121</width>
- <height>161</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_8">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>20</y>
- <width>71</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Sent Data</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_10">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>20</y>
- <width>101</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Received Data</string>
- </property>
- </widget>
- </widget>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>25</height>
- </rect>
- </property>
- <widget class="QMenu" name="menuClient">
- <property name="title">
- <string>Client</string>
- </property>
- </widget>
- <addaction name="menuClient"/>
- </widget>
- <widget class="QToolBar" name="mainToolBar">
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <attribute name="toolBarBreak">
- <bool>false</bool>
- </attribute>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|