diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 114a878c64ce6f8223cfd22d76a20eb16d177e5e (patch) | |
tree | acaf47eb0fa12142d3896416a69e74cbf5a72242 /languages/sql/sqlconfigwidget.ui | |
download | tdevelop-114a878c64ce6f8223cfd22d76a20eb16d177e5e.tar.gz tdevelop-114a878c64ce6f8223cfd22d76a20eb16d177e5e.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'languages/sql/sqlconfigwidget.ui')
-rw-r--r-- | languages/sql/sqlconfigwidget.ui | 189 |
1 files changed, 189 insertions, 0 deletions
diff --git a/languages/sql/sqlconfigwidget.ui b/languages/sql/sqlconfigwidget.ui new file mode 100644 index 00000000..e85b09d9 --- /dev/null +++ b/languages/sql/sqlconfigwidget.ui @@ -0,0 +1,189 @@ +<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> +<class>SqlConfigWidget</class> +<widget class="QWidget"> + <property name="name"> + <cstring>SqlConfigWidget</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>578</width> + <height>367</height> + </rect> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QTable"> + <column> + <property name="text"> + <string>Plugin</string> + </property> + <property name="pixmap"> + <pixmap></pixmap> + </property> + </column> + <column> + <property name="text"> + <string>Database Name</string> + </property> + <property name="pixmap"> + <pixmap></pixmap> + </property> + </column> + <column> + <property name="text"> + <string>Host</string> + </property> + <property name="pixmap"> + <pixmap></pixmap> + </property> + </column> + <column> + <property name="text"> + <string>Port</string> + </property> + <property name="pixmap"> + <pixmap></pixmap> + </property> + </column> + <column> + <property name="text"> + <string>Username</string> + </property> + <property name="pixmap"> + <pixmap></pixmap> + </property> + </column> + <column> + <property name="text"> + <string>Password</string> + </property> + <property name="pixmap"> + <pixmap></pixmap> + </property> + </column> + <property name="name"> + <cstring>dbTable</cstring> + </property> + <property name="numRows"> + <number>0</number> + </property> + <property name="numCols"> + <number>6</number> + </property> + <property name="selectionMode"> + <enum>SingleRow</enum> + </property> + </widget> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string><i>Warning:</i> password will be saved with weak encryption.</string> + </property> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout5</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer> + <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>81</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="KPushButton"> + <property name="name"> + <cstring>removeBtn</cstring> + </property> + <property name="text"> + <string>&Remove</string> + </property> + </widget> + <widget class="KPushButton"> + <property name="name"> + <cstring>testBtn</cstring> + </property> + <property name="text"> + <string>&Test</string> + </property> + </widget> + </hbox> + </widget> + </vbox> +</widget> +<connections> + <connection> + <sender>dbTable</sender> + <signal>valueChanged(int,int)</signal> + <receiver>SqlConfigWidget</receiver> + <slot>valueChanged(int,int)</slot> + </connection> + <connection> + <sender>removeBtn</sender> + <signal>clicked()</signal> + <receiver>SqlConfigWidget</receiver> + <slot>removeDb()</slot> + </connection> + <connection> + <sender>testBtn</sender> + <signal>clicked()</signal> + <receiver>SqlConfigWidget</receiver> + <slot>testDb()</slot> + </connection> + <connection> + <sender>dbTable</sender> + <signal>currentChanged(int,int)</signal> + <receiver>SqlConfigWidget</receiver> + <slot>updateButtons()</slot> + </connection> +</connections> +<includes> + <include location="local" impldecl="in implementation">sqlconfigwidget.ui.h</include> +</includes> +<forwards> + <forward>class QDomDocument;</forward> +</forwards> +<variables> + <variable access="private">QDomDocument* doc;</variable> + <variable access="private">bool changed;</variable> +</variables> +<signals> + <signal>newConfigSaved()</signal> +</signals> +<slots> + <slot>init()</slot> + <slot>valueChanged( int, int )</slot> + <slot>removeDb()</slot> + <slot>updateButtons()</slot> + <slot>testDb()</slot> + <slot>accept()</slot> + <slot>setProjectDom( QDomDocument * doc )</slot> + <slot>loadConfig()</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> +<includehints> + <includehint>kpushbutton.h</includehint> + <includehint>kpushbutton.h</includehint> +</includehints> +</UI> |