|
24 | 24 | <number>0</number> |
25 | 25 | </property> |
26 | 26 | <item> |
27 | | - <widget class="QGroupBox" name="groupBox"> |
28 | | - <property name="sizePolicy"> |
29 | | - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
30 | | - <horstretch>0</horstretch> |
31 | | - <verstretch>0</verstretch> |
32 | | - </sizepolicy> |
33 | | - </property> |
34 | | - <property name="minimumSize"> |
35 | | - <size> |
36 | | - <width>300</width> |
37 | | - <height>0</height> |
38 | | - </size> |
39 | | - </property> |
40 | | - <layout class="QVBoxLayout" name="verticalLayout"> |
41 | | - <item> |
42 | | - <widget class="QLabel" name="labelNumberRequests"> |
43 | | - <property name="text"> |
44 | | - <string>Requests: 0</string> |
45 | | - </property> |
46 | | - </widget> |
47 | | - </item> |
48 | | - <item> |
49 | | - <widget class="QLabel" name="labelNumberResponses"> |
50 | | - <property name="text"> |
51 | | - <string>Responses: 0</string> |
52 | | - </property> |
53 | | - </widget> |
54 | | - </item> |
55 | | - </layout> |
56 | | - </widget> |
57 | | - </item> |
58 | | - <item> |
59 | | - <layout class="QHBoxLayout" name="horizontalLayout"> |
60 | | - <item> |
| 27 | + <layout class="QGridLayout" name="gridLayout"> |
| 28 | + <item row="0" column="0" colspan="3"> |
| 29 | + <widget class="QGroupBox" name="groupBox"> |
| 30 | + <property name="sizePolicy"> |
| 31 | + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
| 32 | + <horstretch>0</horstretch> |
| 33 | + <verstretch>0</verstretch> |
| 34 | + </sizepolicy> |
| 35 | + </property> |
| 36 | + <layout class="QVBoxLayout" name="verticalLayout"> |
| 37 | + <item> |
| 38 | + <widget class="QLabel" name="labelNumberRequests"> |
| 39 | + <property name="text"> |
| 40 | + <string>Requests: 0</string> |
| 41 | + </property> |
| 42 | + </widget> |
| 43 | + </item> |
| 44 | + <item> |
| 45 | + <widget class="QLabel" name="labelNumberResponses"> |
| 46 | + <property name="text"> |
| 47 | + <string>Responses: 0</string> |
| 48 | + </property> |
| 49 | + </widget> |
| 50 | + </item> |
| 51 | + </layout> |
| 52 | + </widget> |
| 53 | + </item> |
| 54 | + <item row="1" column="0"> |
61 | 55 | <widget class="QPushButton" name="pushButtonResetCtrs"> |
62 | 56 | <property name="sizePolicy"> |
63 | 57 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
79 | 73 | </property> |
80 | 74 | </widget> |
81 | 75 | </item> |
82 | | - <item> |
| 76 | + <item row="0" column="3"> |
| 77 | + <spacer name="horizontalSpacer"> |
| 78 | + <property name="orientation"> |
| 79 | + <enum>Qt::Horizontal</enum> |
| 80 | + </property> |
| 81 | + <property name="sizeHint" stdset="0"> |
| 82 | + <size> |
| 83 | + <width>40</width> |
| 84 | + <height>20</height> |
| 85 | + </size> |
| 86 | + </property> |
| 87 | + </spacer> |
| 88 | + </item> |
| 89 | + <item row="1" column="1" colspan="2"> |
83 | 90 | <widget class="QPushButton" name="pushButtonPause"> |
84 | 91 | <property name="sizePolicy"> |
85 | 92 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
98 | 105 | </property> |
99 | 106 | </widget> |
100 | 107 | </item> |
101 | | - <item> |
102 | | - <spacer name="horizontalSpacer"> |
103 | | - <property name="orientation"> |
104 | | - <enum>Qt::Orientation::Horizontal</enum> |
105 | | - </property> |
106 | | - <property name="sizeHint" stdset="0"> |
107 | | - <size> |
108 | | - <width>40</width> |
109 | | - <height>20</height> |
110 | | - </size> |
111 | | - </property> |
112 | | - </spacer> |
113 | | - </item> |
114 | 108 | </layout> |
115 | 109 | </item> |
116 | 110 | <item> |
117 | 111 | <spacer name="verticalSpacer"> |
118 | 112 | <property name="orientation"> |
119 | | - <enum>Qt::Orientation::Vertical</enum> |
| 113 | + <enum>Qt::Vertical</enum> |
120 | 114 | </property> |
121 | 115 | <property name="sizeHint" stdset="0"> |
122 | 116 | <size> |
|
0 commit comments