Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- PyQt5
- python
- MySQL
- urllib
- GIT
- 날짜
- 다이어트
- Unity
- 리눅스
- swift
- PyQt
- MS-SQL
- node.js
- 맛집
- sqlite
- 유니티
- ubuntu
- flutter
- pandas
- port
- tensorflow
- javascript
- mssql
- Excel
- Linux
- IOS
- 라즈베리파이
- PER
- ASP
- 함수
Archives
목록setStyleSheet (1)
아미(아름다운미소)
Python PyQt5 선택한 날짜에 setStyleSheet backgroundcolor #33ccff 적용 ''' Created on 2018. 12. 19. @author: bhm ''' from PyQt5 import QtWidgets QSS = ''' QCalendarWidget QAbstractItemView { selection-background-color: #33ccff; selection-color: white; } ''' class CalendarWidget(QtWidgets.QCalendarWidget): def __init__(self, parent=None): super(CalendarWidget, self).__init__(parent, verticalHeaderFormat=Q..
랭귀지/python
2018. 12. 21. 16:45