QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
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. More... | |
~QgsHttpHeaderWidget () | |
QgsHttpHeaders | httpHeaders () const |
void | setFromSettings (const QgsSettings &settings, const QString &key) |
fill the inner header map from the settings defined at key More... | |
void | updateSettings (QgsSettings &settings, const QString &key) const |
update the settings with the http headers present in the inner map. More... | |
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::updateSettings | ( | QgsSettings & | settings, |
const QString & | key | ||
) | const |
update the settings with the http headers present in the inner map.
settings | |
key |
Definition at line 125 of file qgshttpheaderwidget.cpp.