|
31 | 31 | <layout class="QGridLayout" name="gridLayout" columnstretch="0,0,1,0"> |
32 | 32 | <item row="0" column="0" colspan="3"> |
33 | 33 | <widget class="CHistoryComboBox" name="nameToFind"> |
| 34 | + <property name="sizePolicy"> |
| 35 | + <sizepolicy hsizetype="Ignored" vsizetype="Fixed"> |
| 36 | + <horstretch>0</horstretch> |
| 37 | + <verstretch>0</verstretch> |
| 38 | + </sizepolicy> |
| 39 | + </property> |
34 | 40 | <property name="editable"> |
35 | 41 | <bool>true</bool> |
36 | 42 | </property> |
|
136 | 142 | </property> |
137 | 143 | <item> |
138 | 144 | <widget class="CHistoryComboBox" name="fileContentsToFind"> |
| 145 | + <property name="sizePolicy"> |
| 146 | + <sizepolicy hsizetype="Ignored" vsizetype="Fixed"> |
| 147 | + <horstretch>0</horstretch> |
| 148 | + <verstretch>0</verstretch> |
| 149 | + </sizepolicy> |
| 150 | + </property> |
139 | 151 | <property name="editable"> |
140 | 152 | <bool>true</bool> |
141 | 153 | </property> |
|
206 | 218 | </item> |
207 | 219 | <item row="4" column="1"> |
208 | 220 | <widget class="CHistoryComboBox" name="searchRoot"> |
| 221 | + <property name="sizePolicy"> |
| 222 | + <sizepolicy hsizetype="Ignored" vsizetype="Fixed"> |
| 223 | + <horstretch>0</horstretch> |
| 224 | + <verstretch>0</verstretch> |
| 225 | + </sizepolicy> |
| 226 | + </property> |
209 | 227 | <property name="editable"> |
210 | 228 | <bool>true</bool> |
211 | 229 | </property> |
|
215 | 233 | </item> |
216 | 234 | <item> |
217 | 235 | <widget class="QListWidget" name="resultsList"> |
| 236 | + <property name="editTriggers"> |
| 237 | + <set>QAbstractItemView::EditTrigger::NoEditTriggers</set> |
| 238 | + </property> |
| 239 | + <property name="textElideMode"> |
| 240 | + <enum>Qt::TextElideMode::ElideMiddle</enum> |
| 241 | + </property> |
| 242 | + <property name="horizontalScrollMode"> |
| 243 | + <enum>QAbstractItemView::ScrollMode::ScrollPerPixel</enum> |
| 244 | + </property> |
| 245 | + <property name="isWrapping" stdset="0"> |
| 246 | + <bool>false</bool> |
| 247 | + </property> |
| 248 | + <property name="resizeMode"> |
| 249 | + <enum>QListView::ResizeMode::Adjust</enum> |
| 250 | + </property> |
218 | 251 | <property name="uniformItemSizes"> |
219 | 252 | <bool>true</bool> |
220 | 253 | </property> |
|
256 | 289 | </item> |
257 | 290 | <item> |
258 | 291 | <widget class="QLabel" name="progressLabel"> |
| 292 | + <property name="sizePolicy"> |
| 293 | + <sizepolicy hsizetype="Ignored" vsizetype="Preferred"> |
| 294 | + <horstretch>0</horstretch> |
| 295 | + <verstretch>0</verstretch> |
| 296 | + </sizepolicy> |
| 297 | + </property> |
259 | 298 | <property name="text"> |
260 | 299 | <string notr="true"/> |
261 | 300 | </property> |
262 | 301 | <property name="textFormat"> |
263 | 302 | <enum>Qt::TextFormat::PlainText</enum> |
264 | 303 | </property> |
| 304 | + <property name="textInteractionFlags"> |
| 305 | + <set>Qt::TextInteractionFlag::NoTextInteraction</set> |
| 306 | + </property> |
265 | 307 | </widget> |
266 | 308 | </item> |
267 | 309 | </layout> |
|
0 commit comments