![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qformdatabuilder.h"#include <QtCore/private/qstringconverter_p.h>#include <variant>#include <vector>Go to the source code of this file.
Classes | |
| class | QFormDataPartBuilderPrivate |
| class | QFormDataBuilderPrivate |
Functions | |
| static void | escapeNameAndAppend (QByteArray &dst, QByteArrayView src) |
| static void | escapeNameAndAppend (QByteArray &dst, QStringView src) |
| static void | convertInto_impl (QByteArray &dst, QUtf8StringView in) |
| static void | convertInto_impl (QByteArray &dst, QLatin1StringView in) |
| static void | convertInto_impl (QByteArray &dst, QStringView in) |
| static void | convertInto (QByteArray &dst, QAnyStringView in) |
|
static |
Definition at line 164 of file qformdatabuilder.cpp.
|
static |
Definition at line 152 of file qformdatabuilder.cpp.
|
static |
Definition at line 158 of file qformdatabuilder.cpp.
|
static |
Definition at line 146 of file qformdatabuilder.cpp.
|
static |
Definition at line 55 of file qformdatabuilder.cpp.
|
static |
Definition at line 64 of file qformdatabuilder.cpp.