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.
tdeutils/kedit/color.ui

130 lines
4.1 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>Color</class>
<widget class="TQWidget">
<property name="name">
<cstring>Color</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>365</width>
<height>196</height>
</rect>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<spacer row="3" column="1">
<property name="name">
<cstring>spacer1</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>41</width>
<height>111</height>
</size>
</property>
</spacer>
<widget class="KColorButton" row="1" column="1">
<property name="name">
<cstring>kcfg_TextColor</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string></string>
</property>
</widget>
<widget class="KColorButton" row="2" column="1">
<property name="name">
<cstring>kcfg_BackgroundColor</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string></string>
</property>
</widget>
<widget class="TQCheckBox" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>kcfg_CustomColor</cstring>
</property>
<property name="text">
<string>Use &amp;custom colors</string>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Foreground color:</string>
</property>
<property name="buddy" stdset="0">
<cstring>kcfg_TextColor</cstring>
</property>
</widget>
<widget class="TQLabel" row="2" column="0">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Background color:</string>
</property>
<property name="buddy" stdset="0">
<cstring>kcfg_BackgroundColor</cstring>
</property>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>kcfg_CustomColor</sender>
<signal>toggled(bool)</signal>
<receiver>textLabel1</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>kcfg_CustomColor</sender>
<signal>toggled(bool)</signal>
<receiver>textLabel2</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>kcfg_CustomColor</sender>
<signal>toggled(bool)</signal>
<receiver>kcfg_TextColor</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>kcfg_CustomColor</sender>
<signal>toggled(bool)</signal>
<receiver>kcfg_BackgroundColor</receiver>
<slot>setEnabled(bool)</slot>
</connection>
</connections>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">kcolorbutton.h</include>
</includes>
</UI>