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