๐จ๐ผ๐ป๊ฐ๋ฐ/PyQt
PyQt - ์๋์ฐ์ฐฝ ํฌ๋ช ํ๊ฒ ๋ง๋ค๊ธฐ
Janger
2022. 5. 7. 05:48
728x90
[์์ ํฌ๋ช ํ๊ฒ ๋ง๋ค๊ธฐ]
Form.setWindowFlags(QtCore.Qt.FramelessWindowHint)
Form.setAttribute(QtCore.Qt.WA_TranslucentBackground)
Form.setStyleSheet("background:transparent;")
[๋ถํฌ๋ช ๋ ์ค์ ]
Form.setWindowOpacity(0.5)
์ถ์ฒ:
https://stackoverflow.com/questions/7667552/qt-widget-with-transparent-background
Qt Widget with Transparent Background
(I'm using PySide, but I think the answer would be the same/similar for any language bindings). I'm trying to take the shaped clock example, located here, and cause the face of the clock (circle...
stackoverflow.com
728x90