Skip to content

Commit cf3fdb8

Browse files
author
g_j_m
committed
Fix for ticket #197. The tab order is now set by the .ui file rather
than explicit code in the .cpp file. git-svn-id: http://svn.osgeo.org/qgis/trunk@5614 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 3b840fb commit cf3fdb8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/gui/qgsnewhttpconnection.cpp

-7
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ QgsNewHttpConnection::QgsNewHttpConnection(QWidget *parent, const QString& connN
4242
txtProxyUser->setText(settings.readEntry(key + "/proxyuser"));
4343
txtProxyPass->setText(settings.readEntry(key + "/proxypassword"));
4444
}
45-
46-
QWidget::setTabOrder(txtName, txtUrl);
47-
QWidget::setTabOrder(txtUrl, (QWidget*)btnOk);
48-
QWidget::setTabOrder((QWidget*)btnOk, (QWidget*)btnCancel);
49-
QWidget::setTabOrder((QWidget*)btnCancel, (QWidget*)btnHelp);
50-
QWidget::setTabOrder((QWidget*)btnHelp, txtName);
51-
5245
}
5346

5447
QgsNewHttpConnection::~QgsNewHttpConnection()

0 commit comments

Comments
 (0)