Falkon QML Tutorial - 9. Falkon windows

Hello, in this chapter I will show you how to work with windows. Access windows api The windows API can be accessed through code. Falkon.Windows More information can be found in the documentation. Get windows To get to the windows we can use three methods get(windowId), getCurrent() and getAll(). These methods return a window or array of windows of type Window (see documentation ) which van be manipulated further. Example: