From ed9e5ffcc5c27df3a0544217613cbac61820d241 Mon Sep 17 00:00:00 2001 From: mcoletti Date: Thu, 25 Mar 2004 20:49:03 +0000 Subject: [PATCH] While making changes for the new plug-in library and Makefile.am structure, I inadvertantly made changes to this file that apparently broke dependent files. This restores the ui file to the previous, working version. git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1088 c8812cc2-4d05-0410-92ff-de0c093fc19c --- src/qgsdbsourceselectbase.ui | 52 +++++++++++++++++++++++++++++++++--- 1 file changed, 49 insertions(+), 3 deletions(-) diff --git a/src/qgsdbsourceselectbase.ui b/src/qgsdbsourceselectbase.ui index 1d4ff33dcf0..cdc7242d96c 100644 --- a/src/qgsdbsourceselectbase.ui +++ b/src/qgsdbsourceselectbase.ui @@ -1,4 +1,4 @@ - + QgsDbSourceSelectBase @@ -8,13 +8,14 @@ 0 0 - 404 - 352 + 390 + 350 Helvetica [Urw] + 10 @@ -244,6 +245,42 @@ QgsDbSourceSelectBase reject() + + btnConnect + clicked() + QgsDbSourceSelectBase + dbConnect() + + + btnAdd + clicked() + QgsDbSourceSelectBase + addTables() + + + btnNew + clicked() + QgsDbSourceSelectBase + addNewConnection() + + + btnEdit + clicked() + QgsDbSourceSelectBase + editConnection() + + + btnDelete + clicked() + QgsDbSourceSelectBase + deleteConnection() + + + lstTables + doubleClicked(QListBoxItem*) + QgsDbSourceSelectBase + addLayer(QListBoxItem*) + cmbConnections @@ -258,5 +295,14 @@ qgsdbsourceselectbase.ui.h + + init() + dbConnect() + addTables() + addNewConnection() + editConnection() + deleteConnection() + addLayer(QListBoxItem*) +