QML Dialog with focused textField ... Column { anchors.fill: parent Text { text: "Name" height: 40 } TextField { id: newFolderInput width: parent.width ...
確定! 回上一頁