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.
koffice/chalk/plugins/filters/unsharp/wdgunsharp.ui

134 lines
4.1 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>WdgUnsharp</class>
<widget class="TQWidget">
<property name="name">
<cstring>WdgUnsharp</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>181</width>
<height>81</height>
</rect>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<widget class="KIntNumInput" row="0" column="1">
<property name="name">
<cstring>intHalfSize</cstring>
</property>
<property name="value">
<number>4</number>
</property>
<property name="minValue">
<number>1</number>
</property>
<property name="maxValue">
<number>1000</number>
</property>
</widget>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>Half-size:</string>
</property>
</widget>
<widget class="KDoubleNumInput" row="1" column="1">
<property name="name">
<cstring>doubleAmount</cstring>
</property>
<property name="value">
<number>0.5</number>
</property>
<property name="maxValue">
<number>5</number>
</property>
<property name="precision">
<number>2</number>
</property>
</widget>
<widget class="TQLabel" row="2" column="0">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="text">
<string>Threshold:</string>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>textLabel3</cstring>
</property>
<property name="text">
<string>Amount:</string>
</property>
</widget>
<spacer row="1" column="2">
<property name="name">
<cstring>spacer5</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>21</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="KIntNumInput" row="2" column="1">
<property name="name">
<cstring>intThreshold</cstring>
</property>
<property name="value">
<number>10</number>
</property>
<property name="minValue">
<number>0</number>
</property>
<property name="maxValue">
<number>255</number>
</property>
</widget>
<spacer row="3" column="1">
<property name="name">
<cstring>spacer6</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>21</height>
</size>
</property>
</spacer>
</grid>
</widget>
<customwidgets>
</customwidgets>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">knuminput.h</include>
</includes>
</UI>