QUrl
Hierarchy
↳ QUrl
Index
Constructors
Properties
Methods
Constructors
constructor
+ new QUrl(): QUrl
Overrides Component.constructor
Returns: QUrl
+ new QUrl(nativeElement: NativeElement): QUrl
Overrides Component.constructor
Parameters:
| Name | Type |
|---|---|
nativeElement | NativeElement |
Returns: QUrl
+ new QUrl(url: string, parsingMode?: ParsingMode): QUrl
Overrides Component.constructor
Parameters:
| Name | Type |
|---|---|
url | string |
parsingMode? | ParsingMode |
Returns: QUrl
Properties
native
• native: NativeElement
nodeChildren
• nodeChildren: Set‹Component›
Inherited from Component.nodeChildren
Optional nodeParent
• nodeParent? : Component
Inherited from Component.nodeParent
Methods
setNodeParent
▸ setNodeParent(parent?: Component): void
Inherited from Component.setNodeParent
Parameters:
| Name | Type |
|---|---|
parent? | Component |
Returns: void
setUrl
▸ setUrl(url: string): void
Parameters:
| Name | Type |
|---|---|
url | string |
Returns: void
toString
▸ toString(): string
Returns: string
Static fromQVariant
▸ fromQVariant(variant: QVariant): QUrl
Parameters:
| Name | Type |
|---|---|
variant | QVariant |
Returns: QUrl