QGIS API Documentation  3.16.0-Hannover (43b64b13f3)
Functions
qgsnewhttpconnection.cpp File Reference
#include "qgsnewhttpconnection.h"
#include "qgsauthsettingswidget.h"
#include "qgssettings.h"
#include "qgshelp.h"
#include "qgsgui.h"
#include <QMessageBox>
#include <QUrl>
#include <QPushButton>
#include <QRegExp>
#include <QRegExpValidator>
Include dependency graph for qgsnewhttpconnection.cpp:

Go to the source code of this file.

Functions

QString fromEncodedComponent_helper (const QByteArray &ba)
 
bool qt_is_ascii (const char *&ptr, const char *end) noexcept
 
char toHexUpper (uint value) noexcept
 

Function Documentation

◆ fromEncodedComponent_helper()

QString fromEncodedComponent_helper ( const QByteArray &  ba)

Definition at line 381 of file qgsnewhttpconnection.cpp.

◆ qt_is_ascii()

bool qt_is_ascii ( const char *&  ptr,
const char *  end 
)
noexcept

Definition at line 355 of file qgsnewhttpconnection.cpp.

◆ toHexUpper()

char toHexUpper ( uint  value)
inlinenoexcept

Definition at line 345 of file qgsnewhttpconnection.cpp.