다른 명령
데브카페에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.
- 2025년 3월 19일 (수) 00:20 Devcafe 토론 기여님이 Pyqt5 다크테마 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php?title=Pyqt5 다내용: "=== 테마 설치 === <source lang=python> pip install qdarkstyle </source> === 다크 테마 사용 샘플 === <source lang=python> import sys import qdarkstyle from PyQt5 import QtWidgets # create the application and the main window app = QtWidgets.QApplication(sys.argv) window = QtWidgets.QMainWindow() # setup stylesheet app.setStyleSheet(qdarkstyle.load_stylesheet_pyqt5()) # or...". 유일한 편집자는 "Devcafe" (토론))