|
13 | 13 | <property name="windowTitle"> |
14 | 14 | <string>Form</string> |
15 | 15 | </property> |
16 | | - <layout class="QGridLayout" name="gridLayout"> |
| 16 | + <layout class="QVBoxLayout" name="verticalLayout"> |
17 | 17 | <property name="leftMargin"> |
18 | 18 | <number>0</number> |
19 | 19 | </property> |
20 | 20 | <property name="topMargin"> |
21 | | - <number>9</number> |
| 21 | + <number>0</number> |
22 | 22 | </property> |
23 | 23 | <property name="rightMargin"> |
24 | 24 | <number>0</number> |
25 | 25 | </property> |
26 | 26 | <property name="bottomMargin"> |
27 | 27 | <number>0</number> |
28 | 28 | </property> |
29 | | - <item row="0" column="0" colspan="2"> |
30 | | - <widget class="QLabel" name="freqLabel"> |
31 | | - <property name="text"> |
32 | | - <string>0.000 MHz</string> |
| 29 | + <item> |
| 30 | + <widget class="QLabel" name="filteredLabel"> |
| 31 | + <property name="sizePolicy"> |
| 32 | + <sizepolicy hsizetype="Maximum" vsizetype="Maximum"> |
| 33 | + <horstretch>0</horstretch> |
| 34 | + <verstretch>0</verstretch> |
| 35 | + </sizepolicy> |
| 36 | + </property> |
| 37 | + <property name="styleSheet"> |
| 38 | + <string notr="true">color: red</string> |
33 | 39 | </property> |
34 | | - </widget> |
35 | | - </item> |
36 | | - <item row="0" column="2"> |
37 | | - <widget class="QLabel" name="modeLabel"> |
38 | 40 | <property name="text"> |
39 | | - <string/> |
| 41 | + <string>Filtered</string> |
| 42 | + </property> |
| 43 | + <property name="alignment"> |
| 44 | + <set>Qt::AlignCenter</set> |
| 45 | + </property> |
| 46 | + <property name="textInteractionFlags"> |
| 47 | + <set>Qt::NoTextInteraction</set> |
40 | 48 | </property> |
41 | 49 | </widget> |
42 | 50 | </item> |
43 | | - <item row="0" column="4"> |
44 | | - <spacer name="horizontalSpacer"> |
45 | | - <property name="orientation"> |
46 | | - <enum>Qt::Horizontal</enum> |
47 | | - </property> |
48 | | - <property name="sizeHint" stdset="0"> |
49 | | - <size> |
50 | | - <width>40</width> |
51 | | - <height>20</height> |
52 | | - </size> |
53 | | - </property> |
54 | | - </spacer> |
55 | | - </item> |
56 | | - <item row="1" column="0" colspan="6"> |
| 51 | + <item> |
57 | 52 | <widget class="QTableView" name="tableView"> |
58 | 53 | <property name="focusPolicy"> |
59 | 54 | <enum>Qt::ClickFocus</enum> |
|
117 | 112 | </attribute> |
118 | 113 | </widget> |
119 | 114 | </item> |
120 | | - <item row="0" column="3"> |
121 | | - <widget class="QLabel" name="filteredLabel"> |
122 | | - <property name="styleSheet"> |
123 | | - <string notr="true">color: red</string> |
124 | | - </property> |
125 | | - <property name="text"> |
126 | | - <string>Filtered</string> |
127 | | - </property> |
128 | | - </widget> |
129 | | - </item> |
130 | 115 | </layout> |
131 | 116 | <action name="actionDisplayedColumns"> |
132 | 117 | <property name="text"> |
|
0 commit comments