QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Display referer http header field and collapsible table of key/value pairs. More...
#include <qgshttpheaderwidget.h>
Public Member Functions | |
QgsHttpHeaderWidget (QWidget *parent=nullptr) | |
Default constructor. | |
~QgsHttpHeaderWidget () | |
QgsHttpHeaders | httpHeaders () const |
Q_DECL_DEPRECATED void | setFromSettings (const QgsSettings &settings, const QString &key) SIP_DEPRECATED |
fill the inner header map from the settings defined at key | |
void | setHeaders (const QgsHttpHeaders &headers) |
Sets the widget from the headers. | |
Q_DECL_DEPRECATED void | updateSettings (QgsSettings &settings, const QString &key) const SIP_DEPRECATED |
update the settings with the http headers present in the inner map. | |
Display referer http header field and collapsible table of key/value pairs.
Definition at line 36 of file qgshttpheaderwidget.h.
|
explicit |
Default constructor.
parent | parent widget |
Definition at line 26 of file qgshttpheaderwidget.cpp.
|
default |
QgsHttpHeaders QgsHttpHeaderWidget::httpHeaders | ( | ) | const |
Definition at line 58 of file qgshttpheaderwidget.cpp.
void QgsHttpHeaderWidget::setFromSettings | ( | const QgsSettings & | settings, |
const QString & | key | ||
) |
fill the inner header map from the settings defined at key
settings | |
key |
Definition at line 100 of file qgshttpheaderwidget.cpp.
void QgsHttpHeaderWidget::setHeaders | ( | const QgsHttpHeaders & | headers | ) |
Sets the widget from the headers.
Definition at line 108 of file qgshttpheaderwidget.cpp.
void QgsHttpHeaderWidget::updateSettings | ( | QgsSettings & | settings, |
const QString & | key | ||
) | const |
update the settings with the http headers present in the inner map.
settings | |
key |
Definition at line 129 of file qgshttpheaderwidget.cpp.