mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
46 lines
1.7 KiB
Plaintext
46 lines
1.7 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/qgsnewhttpconnection.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
class QgsNewHttpConnection : QDialog
|
|
{
|
|
%Docstring
|
|
Dialog to allow the user to configure and save connection
|
|
information for an HTTP Server for WMS, etc.
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsnewhttpconnection.h"
|
|
%End
|
|
public:
|
|
QgsNewHttpConnection( QWidget *parent /TransferThis/ = 0, const QString &baseKey = "qgis/connections-wms/", const QString &connName = QString(), Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
|
|
%Docstring
|
|
Constructor
|
|
%End
|
|
|
|
public slots:
|
|
virtual void accept();
|
|
|
|
|
|
void on_txtName_textChanged( const QString & );
|
|
|
|
void on_txtUrl_textChanged( const QString & );
|
|
|
|
void on_buttonBox_helpRequested();
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/qgsnewhttpconnection.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|