qml ... Column { Button { id: zoomIn Text { text: "zoom in" } onPressed: model.zoomIn(); } Button { id: zoomOut Text { text: "zoom out" } ...
確定! 回上一頁