码迷,mamicode.com
首页 >  
搜索关键字:pyqt4    ( 226个结果
使用PyQt4 designer时无法启动uic解决方案
1.自己调用命令行 pyuic4-ocodeFile.py-xyourUIfile.ui2.写一个批处理,每次双击就行了,跟你的源文件放在同一文件夹下 importosforroot,dirs,filesinos.walk('.'):forfileinfiles:iffile.endswith(.....
分类:其他好文   时间:2015-04-18 15:56:18    阅读次数:150
Burning widget
This is a widget that we can see in Nero, K3B, or other CD/DVD burning software.#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode PyQt4 tutorial In t...
分类:其他好文   时间:2015-04-18 14:30:47    阅读次数:163
Drag & drop a button widget
In the following example, we will demonstrate how to drag & drop a button widget.#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode PyQt4 tutorialIn t...
分类:其他好文   时间:2015-04-18 11:20:24    阅读次数:142
Drawing text
We begin with drawing some Unicode text on the client area of a window.#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode PyQt4 tutorial In this examp...
分类:Windows程序   时间:2015-04-18 11:13:47    阅读次数:188
QtGui.QComboBox
TheQtGui.QComboBoxis a widget that allows a user to choose from a list of options.#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode PyQt4 tutorial Th...
分类:其他好文   时间:2015-04-17 21:46:17    阅读次数:159
QtGui.QFontDialog
TheQtGui.QFontDialogis a dialog widget for selecting a font.#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode PyQt4 tutorial In this example, we sele...
分类:其他好文   时间:2015-04-17 20:11:19    阅读次数:129
Event sender
Sometimes it is convenient to know which widget is the sender of a signal. For this, PyQt4 has thesender()method.#!/usr/bin/python# -*- coding: utf-8 ...
分类:其他好文   时间:2015-04-17 20:02:10    阅读次数:158
QtGui.QColorDialog
heQtGui.QColorDialogprovides a dialog widget for selecting colour values.#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode PyQt4 tutorial In this exa...
分类:其他好文   时间:2015-04-17 19:59:27    阅读次数:227
Reimplementing event handler
Events in PyQt4 are processed often by reimplementing event handlers.#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode PyQt4 tutorial In this example...
分类:其他好文   时间:2015-04-17 19:58:42    阅读次数:179
GridLayout with span
Widgets can span multiple columns or rows in a grid. In the next example we illustrate this.#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode PyQt4 t...
分类:其他好文   时间:2015-04-17 19:57:13    阅读次数:213
226条   上一页 1 ... 15 16 17 18 19 ... 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!