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
- PyQt
- PER
- MySQL
- flutter
- sqlite
- 함수
- 맛집
- MS-SQL
- tensorflow
- python
- ASP
- Linux
- IOS
- 라즈베리파이
- pandas
- PyQt5
- urllib
- 리눅스
- ubuntu
- 유니티
- Unity
- port
- Excel
- javascript
- mssql
- 날짜
- GIT
- swift
- 다이어트
- node.js
Archives
아미(아름다운미소)
pyqt5 label backgroundcolor 본문
pyqt5 레이블 배경색
self.label = QtWidgets.QLabel(self) self.label.setGeometry(QtCore.QRect(10, 350, 280, 30)) self.label.setObjectName("conditionListlabel1") self.label.setStyleSheet('color:navy;background:#ffff99;') self.label.setText(" 글씨색 navy 배경색 #ffff99 적용 ")
'랭귀지 > python' 카테고리의 다른 글
python3.7 pip install beautifulsoup Error (0) | 2020.04.11 |
---|---|
라즈베리파이 파이썬 경로 재 지정 (0) | 2020.03.12 |
Pyinstaller “Failed to execute script pyi_rth_pkgres” and missing packages (0) | 2020.02.06 |
python pip 특정 버전설치 및 설치 (0) | 2020.02.03 |
No module named 'PyQt5.QtWebEngineWidgets' (0) | 2019.12.23 |
Comments