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/viewplugins/dropshadow/wdg_dropshadow.ui

236 lines
7.6 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>WdgDropshadow</class>
<widget class="TQWidget">
<property name="name">
<cstring>WdgDropshadow</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>403</width>
<height>258</height>
</rect>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>Offset X:</string>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>textLabel1_2</cstring>
</property>
<property name="text">
<string>Offset Y:</string>
</property>
</widget>
<widget class="TQLabel" row="2" column="0">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="text">
<string>Blur radius:</string>
</property>
</widget>
<widget class="TQLabel" row="3" column="0">
<property name="name">
<cstring>textLabel3</cstring>
</property>
<property name="text">
<string>Color:</string>
</property>
</widget>
<widget class="TQLabel" row="4" column="0">
<property name="name">
<cstring>textLabel4</cstring>
</property>
<property name="text">
<string>Opacity:</string>
</property>
</widget>
<widget class="TQSlider" row="4" column="1" rowspan="1" colspan="2">
<property name="name">
<cstring>opacitySlider</cstring>
</property>
<property name="maxValue">
<number>100</number>
</property>
<property name="value">
<number>80</number>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
</widget>
<widget class="TQSpinBox" row="4" column="3">
<property name="name">
<cstring>opacitySpinBox</cstring>
</property>
<property name="suffix">
<string>%</string>
</property>
<property name="maxValue">
<number>100</number>
</property>
<property name="value">
<number>80</number>
</property>
</widget>
<widget class="TQCheckBox" row="5" column="0" rowspan="1" colspan="4">
<property name="name">
<cstring>allowResizingCheckBox</cstring>
</property>
<property name="text">
<string>Allow resizing</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="TQSpinBox" row="0" column="1">
<property name="name">
<cstring>xOffsetSpinBox</cstring>
</property>
<property name="minValue">
<number>-99</number>
</property>
<property name="value">
<number>8</number>
</property>
</widget>
<spacer row="0" column="2" rowspan="1" colspan="2">
<property name="name">
<cstring>spacer7</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>200</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQSpinBox" row="1" column="1">
<property name="name">
<cstring>yOffsetSpinBox</cstring>
</property>
<property name="minValue">
<number>-99</number>
</property>
<property name="value">
<number>8</number>
</property>
</widget>
<spacer row="1" column="2" rowspan="1" colspan="2">
<property name="name">
<cstring>spacer8</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>200</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQSpinBox" row="2" column="1">
<property name="name">
<cstring>blurRadiusSpinBox</cstring>
</property>
<property name="value">
<number>5</number>
</property>
</widget>
<spacer row="2" column="2" rowspan="1" colspan="2">
<property name="name">
<cstring>spacer9</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>190</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="KColorButton" row="3" column="1">
<property name="name">
<cstring>shadowColorButton</cstring>
</property>
<property name="text">
<string></string>
</property>
</widget>
<spacer row="3" column="2" rowspan="1" colspan="2">
<property name="name">
<cstring>spacer4</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>120</width>
<height>31</height>
</size>
</property>
</spacer>
</grid>
</widget>
<customwidgets>
</customwidgets>
<connections>
<connection>
<sender>opacitySpinBox</sender>
<signal>valueChanged(int)</signal>
<receiver>opacitySlider</receiver>
<slot>setValue(int)</slot>
</connection>
<connection>
<sender>opacitySlider</sender>
<signal>valueChanged(int)</signal>
<receiver>opacitySpinBox</receiver>
<slot>setValue(int)</slot>
</connection>
</connections>
<tabstops>
<tabstop>xOffsetSpinBox</tabstop>
<tabstop>yOffsetSpinBox</tabstop>
<tabstop>blurRadiusSpinBox</tabstop>
<tabstop>shadowColorButton</tabstop>
<tabstop>opacitySlider</tabstop>
<tabstop>opacitySpinBox</tabstop>
<tabstop>allowResizingCheckBox</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kcolorbutton.h</include>
</includes>
</UI>