python
文章平均质量分 87
waterfronter
1.01*1.01*1.01*...*1.01 = ?
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
QWidget,QMainWindow和QDialog的区别
转自 http://blog.youkuaiyun.com/ikahn/article/details/6706284 在创建Qt Gui Application时,总会让你选择在QWidget,QMainWindow和QDialog中选择一个Base Class。 这三个类具体有什么区别呢?在Qt的手册和网上找了一些资料。 先看官方的手册: QWidget Class Refer转载 2017-10-16 17:29:12 · 381 阅读 · 0 评论 -
一个基于python3+PyQt5实现的简单计算器程序
【平台】ubuntu14 + python3 +PyQt5 【运行界面】 【源代码】 # -*- coding: utf-8 -*- ''' Description: A simple calculater based on PyQt5 Author: waterfronter ''' import sys import re from PyQt5.Qt原创 2017-10-15 17:28:09 · 3391 阅读 · 1 评论 -
对setStyleSheet的一点入门探索
最近学习pyqt教程(http://zetcode.com/gui/pyqt5/)到dialog章节时碰到一个疑问,先附上教程中的源码: colordialog.py #!/usr/bin/python3 # -*- coding: utf-8 -*- """ ZetCode PyQt5 tutorial In this example, we select a color valu原创 2017-10-18 10:46:26 · 3676 阅读 · 0 评论
分享