22#include "../qmlenums.h" 
   33    Q_PROPERTY(
int id READ 
id CONSTANT)
 
   58    Q_PROPERTY(QList<QObject*> 
tabs READ 
tabs CONSTANT)
 
   82    QString 
title() 
const;
 
   85    QList<QObject*> 
tabs() 
const;
 
WindowType
The WindowType enum.
WindowState
The WindowState enum.
The class exposing Browser window to QML.
int height
height of window
QString title
title of window
QmlWindow(BrowserWindow *window=nullptr, QObject *parent=nullptr)
QmlEnums::WindowType type
window type of window
QmlEnums::WindowState state
window state of window
bool focussed
checks if the window is focused
QList< QObject * > tabs
list of all tabs of window
bool incognito
checks if the window is private