move the use-desktop-preference checkbox close to the choose editors button
This commit is contained in:
parent
d776f85dc0
commit
7a6f0b4096
@ -284,6 +284,17 @@
|
|||||||
<string>Choose editor applications</string>
|
<string>Choose editor applications</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
<widget class="QCheckBox">
|
||||||
|
<property name="name">
|
||||||
|
<cstring>useDesktopOpenCB</cstring>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Use desktop preferences to choose document editor.</string>
|
||||||
|
</property>
|
||||||
|
<property name="checked">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
<widget class="QCheckBox">
|
<widget class="QCheckBox">
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>catgToolBarCB</cstring>
|
<cstring>catgToolBarCB</cstring>
|
||||||
@ -328,17 +339,6 @@
|
|||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QCheckBox">
|
|
||||||
<property name="name">
|
|
||||||
<cstring>useDesktopOpenCB</cstring>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Use desktop preferences to choose document editor.</string>
|
|
||||||
</property>
|
|
||||||
<property name="checked">
|
|
||||||
<bool>false</bool>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
<widget class="QCheckBox">
|
<widget class="QCheckBox">
|
||||||
<property name="name">
|
<property name="name">
|
||||||
<cstring>keepSortCB</cstring>
|
<cstring>keepSortCB</cstring>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user