일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- 개발자
- 그래프
- cocoapods
- Swift
- UIKit
- Chart
- Storyboard
- alamofire
- Chrats
- graph
- Xcode
- TableView
- Apple
- modal
- kotlin
- PyQt5
- ios
- Android
- UIButton
- charts
- Python
- 어플리케이션
- PyQt
- UITableView
- 개발
- button
- library
- androidstudio
- 라이브러리
- ui
Archives
- Today
- Total
Jiwift
[Python/PyQt] 위젯 선 두께 / border-width 본문
반응형
QPushButton{
border-color: rgb(255, 134, 28);
border-style : solid;
border-width : 1px
}
'border-width : 1px' 테두리 두께를 설정 가능
반응형
'다른 개발 > Python' 카테고리의 다른 글
[Python/PyQt] 버튼 hover 마우스 올렸을 때 색 변경 (0) | 2022.12.31 |
---|---|
[Python/PyQt] 위젯 선 종류 / border-style (0) | 2022.12.31 |
[Python/PyQt] 위젯 선 색 변경 / 버튼 선 색 변경 / border-color (2) | 2022.12.31 |
[Python/PyQt] 위젯 내용 색 변경 버튼 글씨 색 변경 (0) | 2022.12.31 |
[Python/PyQt] 위젯 배경색 변경 (0) | 2022.12.30 |