Qt D-Bus 뷰어
Qt D-Bus Viewer(qdbusviewer
)는 D-Bus 객체와 메시지를 들여다볼 수 있는 도구입니다. 시스템 버스와 세션 버스 중에서 선택할 수 있습니다. 왼쪽 목록에서 서비스를 클릭하면 내보낸 모든 객체를 볼 수 있습니다.
메서드를 두 번 클릭하여 메서드를 호출할 수 있습니다. 메서드가 하나 이상의 IN 매개변수를 사용하는 경우 속성 편집기가 열립니다.
연결할 신호를 마우스 오른쪽 버튼으로 클릭합니다. 매개변수를 포함한 모든 방출된 신호가 창 하단의 메시지 보기에 출력됩니다.
Qt D-Bus 뷰어 실행하기
Qt D-Bus 뷰어를 실행하려면 해당 Qt 버전의 설치 디렉터리에서 qdbusviewer
도구를 실행합니다. Qt 6.9.1 Linux/X11을 사용하는 경우 Qt Online Installer 에서 툴을 실행합니다:
<INSTALL_DIR>/6.9.1/gcc_64/bin/qdbusviewer
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.