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
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
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
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
The following script shows how we can center a window on the desktop screen.#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode PyQt4 tutorial This pro...
Pseudo-class declaration原文地址:http://javascript.info/tutorial/pseudo-classical-pattern#pseudo-class-declarationApseudo-classconsists of the constructor...
分类:
编程语言 时间:
2015-04-17 17:25:04
阅读次数:
144
We can provide a balloon help for any of our widgets.#!/usr/bin/python# -*- coding: utf-8 -*-"""ZetCode PyQt4 tutorial This example shows a tooltip on...
最近学习:METEOR 及ANGULARJS,收藏相关资源:1、METEOR 中文书:http://zh.discovermeteor.com/2、METEOR 及ANGULARJS 联合开发: http://angularjs.meteor.com/tutorial/next_steps3、ME....
分类:
Web程序 时间:
2015-04-17 10:55:55
阅读次数:
155
本文转自:http://www.cnblogs.com/shishm/archive/2012/01/30/2332142.html谢谢原作者细心的总结,很赞!本概述是从《JDBCTMDatabase Access from JavaTM: A Tutorial and Annotated Refe...
分类:
数据库 时间:
2015-04-16 21:45:36
阅读次数:
221
Gradle的官方tutorial介绍了构建Java Web应用的基本方法。不过在使用Servlet做上传的时候会碰到问题。这里分享下如何通过Servlet上传文件,以及如何使用Gradle来构建相应的Java Web工程。 参考原文:How to Buil...
分类:
编程语言 时间:
2015-04-15 17:22:52
阅读次数:
257