
PySide
Leon_online
念念不忘,必有回响,凭一口气,点一盏灯,有灯就有人
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
用PySide编写数字时钟
#Import required modules import sys from PySide.QtCore import QDateTime, QTimer, SIGNAL from PySide.QtGui import QApplication , QWidget, QLCDNumber, QDesktopWidget class MyTimer(QWidget): """Our转载 2016-12-04 12:57:47 · 531 阅读 · 0 评论 -
PySide Style
The style of the entire application can be set using the QApplication.setStyle() function. QCommonStyle, QWindowsStyle, QPlastiqueStyle, QCleanlooksStyle, QGtkStyle, QMotifStyle, QCDESt转载 2016-12-04 13:08:29 · 332 阅读 · 0 评论