👨🏼💻개발/PyQt
PyQt - 간단하게 토글 스위치 디자인하기
Janger
2022. 5. 7. 06:47
728x90
QCheckBox::indicator:unchecked {
image: url("switch_off.png");
}
QCheckBox::indicator:checked {
image: url("switch_on.png");
}
이미지를 이용해서 토글 디자인
출처:
https://stackoverflow.com/questions/62363953/how-to-create-toggle-switch-button-in-qt-designer
How to create toggle switch button in qt designer?
I am trying to create toggle button in qt designer. I refer on internet also but i couldn't find how to do that. Can anyone know how to do toggle switch button. I have attached a sample button imag...
stackoverflow.com
728x90