diff options
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 000000000..d0ad9902f --- /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> |
