[][src]Module qt_core::q_url

C++ type: QUrl

Structs

ComponentFormattingOption

The component formatting options define how the components of an URL will be formatted when written out as text. They can be combined with the options from QUrl::FormattingOptions when used in toString() and toEncoded().

ParsingMode

The parsing mode controls the way QUrl parses strings.

UrlFormattingOption

The formatting options define how the URL is formatted when written out as text.

UserInputResolutionOption

The user input resolution options define how fromUserInput() should interpret strings that could either be a relative path or the short form of a HTTP URL. For instance file.pl can be either a local file or the URL http://file.pl.