You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.2 KiB
49 lines
1.2 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>PDFSettingsWidget</class> |
|
<widget class="QWidget" name="PDFSettingsWidget"> |
|
<layout class="QFormLayout" name="formLayout"> |
|
<property name="fieldGrowthPolicy"> |
|
<enum>QFormLayout::ExpandingFieldsGrow</enum> |
|
</property> |
|
<item row="0" column="0"> |
|
<widget class="QLabel" name="label"> |
|
<property name="text"> |
|
<string>Enhance thin lines:</string> |
|
</property> |
|
<property name="alignment"> |
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="0" column="1"> |
|
<widget class="KComboBox" name="kcfg_EnhanceThinLines"> |
|
<item> |
|
<property name="text"> |
|
<string>No</string> |
|
</property> |
|
</item> |
|
<item> |
|
<property name="text"> |
|
<string>Solid</string> |
|
</property> |
|
</item> |
|
<item> |
|
<property name="text"> |
|
<string>Shape</string> |
|
</property> |
|
</item> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<customwidgets> |
|
<customwidget> |
|
<class>KComboBox</class> |
|
<extends>QComboBox</extends> |
|
<header>kcombobox.h</header> |
|
</customwidget> |
|
</customwidgets> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|