feat: address bar, tabs support and nav buttons

This commit is contained in:
Richard Ramos 2020-09-28 14:33:37 -04:00 committed by Iuri Matias
parent 7ddb7c6c30
commit 1ec6dee429
1 changed files with 6 additions and 0 deletions

View File

@ -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