|
a/src/qtgui/uiprefs.ui |
|
b/src/qtgui/uiprefs.ui |
|
... |
|
... |
269 |
</item>
|
269 |
</item>
|
270 |
<item>
|
270 |
<item>
|
271 |
<widget class="QCheckBox" name="keepSortCB">
|
271 |
<widget class="QCheckBox" name="keepSortCB">
|
272 |
<property name="text">
|
272 |
<property name="text">
|
273 |
<string>Remember sort activation state.</string>
|
273 |
<string>Remember sort activation state.</string>
|
|
|
274 |
</property>
|
|
|
275 |
<property name="checked">
|
|
|
276 |
<bool>false</bool>
|
|
|
277 |
</property>
|
|
|
278 |
</widget>
|
|
|
279 |
</item>
|
|
|
280 |
<item>
|
|
|
281 |
<widget class="QCheckBox" name="showTrayIconCB">
|
|
|
282 |
<property name="text">
|
|
|
283 |
<string>Show system tray icon.</string>
|
|
|
284 |
</property>
|
|
|
285 |
<property name="checked">
|
|
|
286 |
<bool>false</bool>
|
|
|
287 |
</property>
|
|
|
288 |
</widget>
|
|
|
289 |
</item>
|
|
|
290 |
<item>
|
|
|
291 |
<widget class="QCheckBox" name="closeToTrayCB">
|
|
|
292 |
<property name="text">
|
|
|
293 |
<string>Close to tray instead of exiting.</string>
|
274 |
</property>
|
294 |
</property>
|
275 |
<property name="checked">
|
295 |
<property name="checked">
|
276 |
<bool>false</bool>
|
296 |
<bool>false</bool>
|
277 |
</property>
|
297 |
</property>
|
278 |
</widget>
|
298 |
</widget>
|