ToggleButton1 [QML] Toggle Button / 토글 버튼 (2) 폴더 구조├ ─QML/│ ├ ─ qml/│ └ view.qml└ main.py 이전에 여기까지 만들었는데 아직 기능이 없고 UI만 있으니 이젠 기능을 넣어 봅시다. 마우스 클릭// view.qmlimport QtQuick 2.9import QtQuick.Controls 2.9ApplicationWindow{ visible : true width : 320 height : 240 Rectangle{ id : toggleButton width : 80 height : 30 x : parent.width/2 - width /2 y : parent.height/2 - height /2 .. 2024. 6. 19. 이전 1 다음 반응형