|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 | 9 | <width>359</width>
|
10 |
| - <height>442</height> |
| 10 | + <height>447</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="windowTitle">
|
14 | 14 | <string>Graph Settings & Axis Ranges</string>
|
15 | 15 | </property>
|
16 | 16 | <layout class="QGridLayout" name="gridLayout_2">
|
17 |
| - <item row="4" column="0" colspan="2"> |
| 17 | + <item row="1" column="0"> |
| 18 | + <widget class="QCheckBox" name="checkBoxHorzGrid"> |
| 19 | + <property name="text"> |
| 20 | + <string>show horizontal grid lines</string> |
| 21 | + </property> |
| 22 | + </widget> |
| 23 | + </item> |
| 24 | + <item row="2" column="0"> |
| 25 | + <widget class="QCheckBox" name="checkBoxVertGrid"> |
| 26 | + <property name="text"> |
| 27 | + <string>show vertical grid lines</string> |
| 28 | + </property> |
| 29 | + </widget> |
| 30 | + </item> |
| 31 | + <item row="0" column="0" colspan="2"> |
| 32 | + <widget class="QCheckBox" name="checkBoxEnableAutoscale"> |
| 33 | + <property name="text"> |
| 34 | + <string>autoscale when new trace is selected</string> |
| 35 | + </property> |
| 36 | + </widget> |
| 37 | + </item> |
| 38 | + <item row="6" column="1"> |
| 39 | + <widget class="QLineEdit" name="lineEditNumTraces"/> |
| 40 | + </item> |
| 41 | + <item row="6" column="0"> |
| 42 | + <widget class="QLabel" name="label_5"> |
| 43 | + <property name="text"> |
| 44 | + <string><html><head/><body><p>Number of traces to hold<br/>in persistance buffer (max. 99)</p></body></html></string> |
| 45 | + </property> |
| 46 | + </widget> |
| 47 | + </item> |
| 48 | + <item row="8" column="0" colspan="2"> |
| 49 | + <widget class="QDialogButtonBox" name="buttonBox"> |
| 50 | + <property name="orientation"> |
| 51 | + <enum>Qt::Orientation::Horizontal</enum> |
| 52 | + </property> |
| 53 | + <property name="standardButtons"> |
| 54 | + <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set> |
| 55 | + </property> |
| 56 | + </widget> |
| 57 | + </item> |
| 58 | + <item row="5" column="0" colspan="2"> |
18 | 59 | <widget class="QGroupBox" name="groupBox">
|
19 | 60 | <property name="title">
|
20 | 61 | <string>Axis Ranges</string>
|
|
31 | 72 | <string>bottom/x</string>
|
32 | 73 | </property>
|
33 | 74 | <property name="alignment">
|
34 |
| - <set>Qt::AlignCenter</set> |
| 75 | + <set>Qt::AlignmentFlag::AlignCenter</set> |
35 | 76 | </property>
|
36 | 77 | </widget>
|
37 | 78 | </item>
|
|
48 | 89 | <string>min.</string>
|
49 | 90 | </property>
|
50 | 91 | <property name="alignment">
|
51 |
| - <set>Qt::AlignCenter</set> |
| 92 | + <set>Qt::AlignmentFlag::AlignCenter</set> |
52 | 93 | </property>
|
53 | 94 | </widget>
|
54 | 95 | </item>
|
|
58 | 99 | <string>left/y</string>
|
59 | 100 | </property>
|
60 | 101 | <property name="alignment">
|
61 |
| - <set>Qt::AlignCenter</set> |
| 102 | + <set>Qt::AlignmentFlag::AlignCenter</set> |
62 | 103 | </property>
|
63 | 104 | </widget>
|
64 | 105 | </item>
|
|
68 | 109 | <string>max.</string>
|
69 | 110 | </property>
|
70 | 111 | <property name="alignment">
|
71 |
| - <set>Qt::AlignCenter</set> |
| 112 | + <set>Qt::AlignmentFlag::AlignCenter</set> |
72 | 113 | </property>
|
73 | 114 | </widget>
|
74 | 115 | </item>
|
|
84 | 125 | <string>axis name</string>
|
85 | 126 | </property>
|
86 | 127 | <property name="alignment">
|
87 |
| - <set>Qt::AlignCenter</set> |
| 128 | + <set>Qt::AlignmentFlag::AlignCenter</set> |
88 | 129 | </property>
|
89 | 130 | </widget>
|
90 | 131 | </item>
|
|
93 | 134 | </layout>
|
94 | 135 | </widget>
|
95 | 136 | </item>
|
96 |
| - <item row="5" column="0"> |
97 |
| - <widget class="QLabel" name="label_5"> |
98 |
| - <property name="text"> |
99 |
| - <string><html><head/><body><p>Number of traces to hold<br/>in persistance buffer (max. 99)</p></body></html></string> |
100 |
| - </property> |
101 |
| - </widget> |
102 |
| - </item> |
103 |
| - <item row="0" column="0" colspan="2"> |
104 |
| - <widget class="QCheckBox" name="checkBoxEnableAutoscale"> |
| 137 | + <item row="3" column="0"> |
| 138 | + <widget class="QCheckBox" name="checkBoxShiftAllYScales"> |
105 | 139 | <property name="text">
|
106 |
| - <string>autoscale when new trace is selected</string> |
| 140 | + <string>dragging affects all Y scales</string> |
107 | 141 | </property>
|
108 | 142 | </widget>
|
109 | 143 | </item>
|
110 |
| - <item row="1" column="0"> |
111 |
| - <widget class="QCheckBox" name="checkBoxHorzGrid"> |
112 |
| - <property name="text"> |
113 |
| - <string>show horizontal grid lines</string> |
114 |
| - </property> |
115 |
| - </widget> |
116 |
| - </item> |
117 |
| - <item row="2" column="0"> |
118 |
| - <widget class="QCheckBox" name="checkBoxVertGrid"> |
119 |
| - <property name="text"> |
120 |
| - <string>show vertical grid lines</string> |
121 |
| - </property> |
122 |
| - </widget> |
123 |
| - </item> |
124 |
| - <item row="5" column="1"> |
125 |
| - <widget class="QLineEdit" name="lineEditNumTraces"/> |
126 |
| - </item> |
127 |
| - <item row="6" column="0" colspan="2"> |
128 |
| - <widget class="QDialogButtonBox" name="buttonBox"> |
129 |
| - <property name="orientation"> |
130 |
| - <enum>Qt::Horizontal</enum> |
131 |
| - </property> |
132 |
| - <property name="standardButtons"> |
133 |
| - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
134 |
| - </property> |
135 |
| - </widget> |
136 |
| - </item> |
137 |
| - <item row="3" column="0" colspan="2"> |
| 144 | + <item row="4" column="0" colspan="2"> |
138 | 145 | <widget class="QGroupBox" name="groupBoxColors">
|
139 | 146 | <property name="title">
|
140 | 147 | <string>Select Line Colors</string>
|
|
185 | 192 | </layout>
|
186 | 193 | </widget>
|
187 | 194 | </item>
|
| 195 | + <item row="7" column="0" colspan="2"> |
| 196 | + <spacer name="verticalSpacer"> |
| 197 | + <property name="orientation"> |
| 198 | + <enum>Qt::Orientation::Vertical</enum> |
| 199 | + </property> |
| 200 | + <property name="sizeHint" stdset="0"> |
| 201 | + <size> |
| 202 | + <width>20</width> |
| 203 | + <height>40</height> |
| 204 | + </size> |
| 205 | + </property> |
| 206 | + </spacer> |
| 207 | + </item> |
188 | 208 | </layout>
|
189 | 209 | </widget>
|
190 | 210 | <tabstops>
|
|
0 commit comments