| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
Displays 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 | 
| Returns the headers as defined in the widget.   | |
| 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.   | |
Displays 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 27 of file qgshttpheaderwidget.cpp.
      
  | 
  default | 
| QgsHttpHeaders QgsHttpHeaderWidget::httpHeaders | ( | ) | const | 
Returns the headers as defined in the widget.
Definition at line 59 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 101 of file qgshttpheaderwidget.cpp.
| void QgsHttpHeaderWidget::setHeaders | ( | const QgsHttpHeaders & | headers | ) | 
Sets the widget from the headers.
Definition at line 109 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 130 of file qgshttpheaderwidget.cpp.