Expand description
C++ type: QUrl
Structsยง
- Component
Formatting Option 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().
- Parsing
Mode The parsing mode controls the way QUrl parses strings.
- UrlFormatting
Option The formatting options define how the URL is formatted when written out as text.
- User
Input Resolution Option 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 URLhttp://file.pl
.