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
- port
- urllib
- IOS
- PyQt
- 함수
- 리눅스
- Unity
- swift
- sqlite
- 맛집
- 다이어트
- GIT
- MS-SQL
- 날짜
- javascript
- ubuntu
- MySQL
- PER
- PyQt5
- python
- mssql
- ASP
- Excel
- 유니티
- node.js
- pandas
- 라즈베리파이
- tensorflow
- Linux
- flutter
Archives
목록2018/12/21 (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