feat: address bar, tabs support and nav buttons
This commit is contained in:
parent
7ddb7c6c30
commit
1ec6dee429
|
@ -26,6 +26,12 @@ Rectangle {
|
|||
onClosing: destroy()
|
||||
}
|
||||
|
||||
property Item currentWebView: tabs.currentIndex < tabs.count ? tabs.getTab(tabs.currentIndex).item : null
|
||||
|
||||
property Component browserDialogComponent: BrowserDialog {
|
||||
onClosing: destroy()
|
||||
}
|
||||
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue