![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Functions | |
QUrl | url ("https://example.com") |
[constructor-url-reference] | |
QUrl | url ("http://www.example.com/List of holidays.xml") |
[constructor-url] | |
bool | checkUrl (const QUrl &url) |
[1] | |
sock | connectToHost (url.host(), url.port(80)) |
qDebug (baseUrl.resolved(relativeUrl).toString()) | |
qDebug (ba.constData()) | |
QUrl | url ("http://qt-project.org/support/file.html") |
[6] | |
qDebug ()<< QUrl("main.qml").isRelative() | |
[7] | |
qDebug()<< QUrl("file copy | setQuery (copy.query(QUrl::FullyDecoded), QUrl::DecodedMode) |
url | setScheme ("ftp") |
const QUrl | url ("/tmp/Mambo %235%3F.mp3") |
[14] | |
url | setScheme (QString()) |
[17] | |
Variables | |
QUrl | url ("example.com") = QUrl::fromEncoded("http://qt-project.org/List%20of%20holidays.xml") |
[constructor-url-reference] | |
QTcpSocket | sock |
[2] | |
http | __pad0__ |
[3] | |
QByteArray | ba = QUrl::toPercentEncoding("{a fishy string?}", "{}", "s") |
[5] | |
QUrl | baseUrl = QUrl("file:/home/user/") |
bool checkUrl | ( | const QUrl & | url | ) |
sock connectToHost | ( | url. | host(), |
url. | port80 ) |
qDebug | ( | ) |
[7]
[11]
[8]
[12] [13] [14]
[7]
[toString]
qDebug | ( | ba. | constData() | ) |
qDebug | ( | baseUrl. | resolvedrelativeUrl).toString( | ) |
qDebug()<< QUrl("file copy setQuery | ( | copy. | queryQUrl::FullyDecoded, |
QUrl::DecodedMode | ) |
url setScheme | ( | "ftp" | ) |
const QUrl url | ( | "/tmp/Mambo %235%3F.mp3" | ) |
[14]
[15]
QUrl url | ( | "http://qt-project.org/support/file.html" | ) |
[6]
[7]
QUrl url | ( | "https://example.com" | ) |
[constructor-url-reference]
[constructor-url]
http __pad0__ |
QByteArray ba = QUrl::toPercentEncoding("{a fishy string?}", "{}", "s") |
Definition at line 128 of file src_corelib_io_qurl.cpp.
QTcpSocket sock |
QUrl url | ( | "example.com" | ) | = QUrl::fromEncoded("http://qt-project.org/List%20of%20holidays.xml") |
[constructor-url-reference]
[18]
[14]
[10]
[6]
[constructor-url]
[0]
[1]
[7]
[11]
[15]
[16] [16] [17]
[19]
Definition at line 19 of file src_corelib_io_qurl.cpp.