Jiwift

[Python/PyQt] 위젯 선 종류 / border-style 본문

다른 개발/Python

[Python/PyQt] 위젯 선 종류 / border-style

지위프트 2022. 12. 31. 03:43
반응형
QPushButton{
	border-color: rgb(255, 200, 28);	
	border-style : solid;
	border-width : 10px
}

'border-style : 종류;' 테두리 스타일 설정

dashed
dot-dash
dot-dot-dash
dotted
double
groove
inset
outset
ridge
solid
none

 

반응형