mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
On first displaying the postgres connection details dialog box, ensure that
the 'where to search' toggles are consistent. git-svn-id: http://svn.osgeo.org/qgis/trunk@5725 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
35c2c966c3
commit
fbf57e0e2f
@ -53,6 +53,9 @@ QgsNewConnection::QgsNewConnection(QWidget *parent, const QString& connName, Qt:
|
||||
if ( ! settings.readBoolEntry(key + "/geometrycolumnsOnly", false))
|
||||
s = Qt::Unchecked;
|
||||
cb_geometryColumnsOnly->setCheckState(s);
|
||||
// Ensure that cb_plublicSchemaOnly is set correctly
|
||||
on_cb_geometryColumnsOnly_clicked();
|
||||
|
||||
if (settings.readEntry(key + "/save") == "true")
|
||||
{
|
||||
txtPassword->setText(settings.readEntry(key + "/password"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user