일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Python
- c#
- c# winform
- vim
- gitlab
- C언어 포인터
- jupyter
- 유니티
- C# delegate
- C++
- Houdini
- Flutter
- 포인터
- github
- c# 추상 클래스
- c언어
- Unity
- 구조체
- Data Structure
- 플러터
- 다트 언어
- jupyter lab
- 깃
- HTML
- c# 윈폼
- git
- docker
- Algorithm
- 도커
- dart 언어
- Today
- Total
목록Programming/PyQt (2)
nomad-programmer
https://stackoverflow.com/questions/54793354/qsortfilterproxymodel-with-dates-and-sqlite QSortFilterProxyModel with dates and sqlite I have reimplemented this example on PyQt5 almost verbatim. The problem in this example is: it assumes you are entering a QDate in the model, but in my case the model is taken from an sqlite DB the... stackoverflow.com
qdarkstyle, qtmodern 을 이용하면 테마를 바꿀 수 있다. # qdarkstyle 설치 conda install -c conda-forge qdarkstyle # qtmodern 설치 conda install -c conda-forge qtmodern QDarkStyle https://pypi.org/project/QDarkStyle/ QDarkStyle The most complete dark stylesheet for Python and Qt applications pypi.org QtModern https://github.com/gmarull/qtmodern gmarull/qtmodern PyQt/PySide Widgets Modern User Interface. Contribute ..