mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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/qgis@5614 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
f082966d64
commit
2dd159533a
@ -42,13 +42,6 @@ QgsNewHttpConnection::QgsNewHttpConnection(QWidget *parent, const QString& connN
|
||||
txtProxyUser->setText(settings.readEntry(key + "/proxyuser"));
|
||||
txtProxyPass->setText(settings.readEntry(key + "/proxypassword"));
|
||||
}
|
||||
|
||||
QWidget::setTabOrder(txtName, txtUrl);
|
||||
QWidget::setTabOrder(txtUrl, (QWidget*)btnOk);
|
||||
QWidget::setTabOrder((QWidget*)btnOk, (QWidget*)btnCancel);
|
||||
QWidget::setTabOrder((QWidget*)btnCancel, (QWidget*)btnHelp);
|
||||
QWidget::setTabOrder((QWidget*)btnHelp, txtName);
|
||||
|
||||
}
|
||||
|
||||
QgsNewHttpConnection::~QgsNewHttpConnection()
|
||||
|
Loading…
x
Reference in New Issue
Block a user