QML Swipeview dynamically add pages
问题 I am very new to programming and trying to get swipeview to dynamically add pages. My main.qml is in the code below . I have the Settings page Serialsettings.qml displayed statically . Now i would like to add other qml pages . The way how i want to do this is by having check boxes in my settings page for each qml , and if they are ticket they should be added to the swipeview . How do i do this ? import QtQuick 2.7 import QtQuick.Window 2.2 import QtQuick.Controls 2.1 import QtQuick.Layouts 1