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
๋ฐ์ํ
'๐จ๐ผโ๐ป๊ฐ๋ฐ > PyQt' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
PyQt - ์คํ์ผ์ํธ ๋ ํผ๋ฐ์ค (0) | 2022.05.09 |
---|---|
PyQt - ๊ฐ๋จํ๊ฒ ํ ๊ธ ์ค์์น ๋์์ธํ๊ธฐ (0) | 2022.05.07 |
PyQt - designer .ui๋ฅผ .py๋ก ๋ณํํ๊ธฐ (0) | 2022.05.07 |
PyQt - ํธ๋ ์ด(Tray) ๋ง๋ค๊ธฐ ๋ฐ ๋ฉ๋ด ์ถ๊ฐ (0) | 2022.05.07 |
PyQt - designer ์คํ์ผ์ํธ ์ถ๊ฐํ๊ธฐ (0) | 2022.05.07 |