Home · All Classes · Modules

QUrl Class Reference
[QtCore module]

Types

Methods

Static Methods

Special Methods


Detailed Description


Type Documentation

QUrl.FormattingOption

QUrl.ParsingMode


Method Documentation

QUrl.__init__ (self)

QUrl.__init__ (self, QString)

QUrl.__init__ (self, QUrl)

QUrl.__init__ (self, QString, ParsingMode)

QUrl.addEncodedQueryItem (self, QByteArray, QByteArray)

QUrl.addQueryItem (self, QString, QString)

list-of-QByteArray QUrl.allEncodedQueryItemValues (self, QByteArray)

QStringList QUrl.allQueryItemValues (self, QString)

QString QUrl.authority (self)

QUrl.clear (self)

QUrl.detach (self)

QByteArray QUrl.encodedFragment (self)

QByteArray QUrl.encodedHost (self)

QByteArray QUrl.encodedPassword (self)

QByteArray QUrl.encodedPath (self)

QByteArray QUrl.encodedQuery (self)

list-of-tuple-of-QByteArray-QByteArray QUrl.encodedQueryItems (self)

QByteArray QUrl.encodedQueryItemValue (self, QByteArray)

QByteArray QUrl.encodedUserName (self)

QString QUrl.errorString (self)

QString QUrl.fragment (self)

QString QUrl.fromAce (QByteArray)

QUrl QUrl.fromEncoded (QByteArray)

QUrl QUrl.fromEncoded (QByteArray, ParsingMode)

QUrl QUrl.fromLocalFile (QString)

QString QUrl.fromPercentEncoding (QByteArray)

QString QUrl.fromPunycode (QByteArray)

QUrl QUrl.fromUserInput (QString)

bool QUrl.hasEncodedQueryItem (self, QByteArray)

bool QUrl.hasFragment (self)

bool QUrl.hasQuery (self)

bool QUrl.hasQueryItem (self, QString)

QString QUrl.host (self)

QStringList QUrl.idnWhitelist ()

bool QUrl.isDetached (self)

bool QUrl.isEmpty (self)

bool QUrl.isParentOf (self, QUrl)

bool QUrl.isRelative (self)

bool QUrl.isValid (self)

QString QUrl.password (self)

QString QUrl.path (self)

int QUrl.port (self)

int QUrl.port (self, int)

list-of-tuple-of-QString-QString QUrl.queryItems (self)

QString QUrl.queryItemValue (self, QString)

str QUrl.queryPairDelimiter (self)

str QUrl.queryValueDelimiter (self)

QUrl.removeAllEncodedQueryItems (self, QByteArray)

QUrl.removeAllQueryItems (self, QString)

QUrl.removeEncodedQueryItem (self, QByteArray)

QUrl.removeQueryItem (self, QString)

QUrl QUrl.resolved (self, QUrl)

QString QUrl.scheme (self)

QUrl.setAuthority (self, QString)

QUrl.setEncodedFragment (self, QByteArray)

QUrl.setEncodedHost (self, QByteArray)

QUrl.setEncodedPassword (self, QByteArray)

QUrl.setEncodedPath (self, QByteArray)

QUrl.setEncodedQuery (self, QByteArray)

QUrl.setEncodedQueryItems (self, list-of-tuple-of-QByteArray-QByteArray)

QUrl.setEncodedUrl (self, QByteArray)

QUrl.setEncodedUrl (self, QByteArray, ParsingMode)

QUrl.setEncodedUserName (self, QByteArray)

QUrl.setFragment (self, QString)

QUrl.setHost (self, QString)

QUrl.setIdnWhitelist (QStringList)

QUrl.setPassword (self, QString)

QUrl.setPath (self, QString)

QUrl.setPort (self, int)

QUrl.setQueryDelimiters (self, str, str)

QUrl.setQueryItems (self, list-of-tuple-of-QString-QString)

QUrl.setScheme (self, QString)

QUrl.setUrl (self, QString)

QUrl.setUrl (self, QString, ParsingMode)

QUrl.setUserInfo (self, QString)

QUrl.setUserName (self, QString)

QByteArray QUrl.toAce (QString)

QByteArray QUrl.toEncoded (self, FormattingOptions options = QUrl.None)

QString QUrl.toLocalFile (self)

QByteArray QUrl.toPercentEncoding (QString, QByteArray exclude = QByteArray(), QByteArray include = QByteArray())

QByteArray QUrl.toPunycode (QString)

QString QUrl.toString (self, FormattingOptions options = QUrl.None)

QString QUrl.userInfo (self)

QString QUrl.userName (self)

bool QUrl.__eq__ (self, QUrl)

bool QUrl.__ge__ (self, QUrl)

int QUrl.__hash__ (self)

bool QUrl.__lt__ (self, QUrl)

bool QUrl.__ne__ (self, QUrl)

str QUrl.__repr__ (self)


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0