diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
commit | 8362bf63dea22bbf6736609b0f49c152f975eb63 (patch) | |
tree | 0eea3928e39e50fae91d4e68b21b1e6cbae25604 /kpresenter/brushpropertyui.ui | |
download | koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip |
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpresenter/brushpropertyui.ui')
-rw-r--r-- | kpresenter/brushpropertyui.ui | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/kpresenter/brushpropertyui.ui b/kpresenter/brushpropertyui.ui new file mode 100644 index 00000000..639bb06b --- /dev/null +++ b/kpresenter/brushpropertyui.ui @@ -0,0 +1,86 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>BrushPropertyUI</class> +<widget class="QWidget"> + <property name="name"> + <cstring>BrushPropertyUI</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>268</width> + <height>186</height> + </rect> + </property> + <property name="caption"> + <string>Brush</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>styleLabel</cstring> + </property> + <property name="text"> + <string>&Style:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>styleCombo</cstring> + </property> + </widget> + <widget class="KComboBox" row="0" column="1"> + <property name="name"> + <cstring>styleCombo</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string>Choose the style or the pattern.</string> + </property> + </widget> + <widget class="KColorButton" row="1" column="1"> + <property name="name"> + <cstring>colorChooser</cstring> + </property> + <property name="text"> + <string></string> + </property> + <property name="whatsThis" stdset="0"> + <string>Choose the color (white is the default). Clicking on the color will display the standard KDE color chooser dialog.</string> + </property> + </widget> + <widget class="QLabel" row="1" column="0"> + <property name="name"> + <cstring>colorLabel</cstring> + </property> + <property name="text"> + <string>C&olor:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>colorChooser</cstring> + </property> + </widget> + <widget class="QFrame" row="2" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>previewPanel</cstring> + </property> + <property name="frameShape"> + <enum>NoFrame</enum> + </property> + <property name="frameShadow"> + <enum>Plain</enum> + </property> + </widget> + </grid> +</widget> +<customwidgets> +</customwidgets> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>kcombobox.h</includehint> + <includehint>kcolorbutton.h</includehint> +</includehints> +</UI> |