GuoLiang
Results
1
issues of
GuoLiang
``` Window{ id:mainWindow color: "#ffffff" width : 1000 height : 800 visible : true Component.onCompleted: { windowAgent.setup(mainWindow) mainWindow.visible = true } WindowAgent { id: windowAgent } ColumnLayout{ anchors.fill: parent CustomTitleBar{...