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 /kword/mailmerge/sql/qtsqldatasourceeditor.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 'kword/mailmerge/sql/qtsqldatasourceeditor.ui')
-rw-r--r-- | kword/mailmerge/sql/qtsqldatasourceeditor.ui | 158 |
1 files changed, 158 insertions, 0 deletions
diff --git a/kword/mailmerge/sql/qtsqldatasourceeditor.ui b/kword/mailmerge/sql/qtsqldatasourceeditor.ui new file mode 100644 index 00000000..d0ad9902 --- /dev/null +++ b/kword/mailmerge/sql/qtsqldatasourceeditor.ui @@ -0,0 +1,158 @@ +<!DOCTYPE UI><UI version="3.0" stdsetdef="1"> +<class>QtSqlDataSourceEditor</class> +<widget class="QWidget"> + <property name="name"> + <cstring>QtSqlDataSourceEditor</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>493</width> + <height>270</height> + </rect> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>Layout5</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>TextLabel1</cstring> + </property> + <property name="text"> + <string>&Table:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>tableCombo</cstring> + </property> + </widget> + <widget class="QComboBox"> + <property name="name"> + <cstring>tableCombo</cstring> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>filterCheckBox</cstring> + </property> + <property name="text"> + <string>&Filter output</string> + </property> + </widget> + <widget class="QPushButton"> + <property name="name"> + <cstring>editFilter</cstring> + </property> + <property name="text"> + <string>View or Edit Filter &Rules</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>Spacer1</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + </spacer> + </hbox> + </widget> + <widget class="Line"> + <property name="name"> + <cstring>Line1</cstring> + </property> + <property name="frameShape"> + <enum>HLine</enum> + </property> + <property name="frameShadow"> + <enum>Sunken</enum> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>Layout6</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>TextLabel2</cstring> + </property> + <property name="text"> + <string>&Used database records:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>DataTable</cstring> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>Spacer2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + </spacer> + </hbox> + </widget> + <widget class="QDataTable"> + <property name="name"> + <cstring>DataTable</cstring> + </property> + </widget> + </vbox> +</widget> +<connections> + <connection> + <sender>filterCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>QtSqlDataSourceEditor</receiver> + <slot>filterCheckBox_toggled(bool)</slot> + </connection> +</connections> +<includes> + <include location="local" impldecl="in implementation">qtsqldatasourceeditor.ui.h</include> +</includes> +<slots> + <slot>filterCheckBox_toggled( bool fcb_state )</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +</UI> |