码迷,mamicode.com
首页 >  
搜索关键字:pyqt4    ( 226个结果
ZetCode PyQt4 tutorial widgets II
In this part of the PyQt4 tutorial, we covered other four PyQt4 widgets.
分类:其他好文   时间:2015-10-02 07:55:33    阅读次数:311
ZetCode PyQt4 tutorial Dialogs
In this part of the PyQt4 tutorial, we worked with dialogs.
分类:其他好文   时间:2015-10-01 23:05:06    阅读次数:396
ZetCode PyQt4 tutorial signals and slots
In this part of the PyQt4 tutorial, we have covered signals and slots.
分类:其他好文   时间:2015-10-01 22:58:44    阅读次数:268
ZetCode PyQt4 tutorial layout management
This part of the PyQt4 tutorial was dedicated to layout management.
分类:其他好文   时间:2015-10-01 19:10:52    阅读次数:308
ZetCode PyQt4 tutorial work with menus, toolbars, a statusbar, and a main application window
In this part of the PyQt4 tutorial, we worked with menus, toolbars, a statusbar, and a main application window.
分类:移动开发   时间:2015-10-01 18:00:06    阅读次数:262
ZetCode PyQt4 tutorial First programs
学习ZetCode PyQt4 tutorial First programs示例。
分类:其他好文   时间:2015-10-01 16:28:49    阅读次数:170
计划任务工具-windows
计划任务工具根据自己设定的具体时间,频率,命令等属性来规定所要执行的计划。代码# -*- coding: utf-8 -*-"""Module implementing App."""from PyQt4.QtGui import QMainWindowfrom PyQt4.QtCore impor...
分类:Windows程序   时间:2015-09-14 00:21:40    阅读次数:330
好久没来了,重出江湖,共享个python34+pyqt+pyserial串口工具源码
真的是好久没来了,写博客对我来说还真是难坚持下来,热度一过就忘了,就算什么时候想起来也懒得去敲一个字,这次真不知道能坚持多久,随心吧,想写写,不想写也不勉强自己。 最近由于工作调试需要自己写了一个带图形界面的串口工具,使用了python34+pyqt4+pyserial+matplot等实现,...
分类:编程语言   时间:2015-08-19 00:26:31    阅读次数:122
《转》PyQt4 精彩实例分析* 实例2 标准对话框的使用
和大多数操作系统一样,Windows及Linux都提供了一系列的标准对话框,如文件选择,字体选择,颜色选择等,这些标准对话框为应用程序提供了一致的观感。Qt对这些标准对话框都定义了相关的类,这些类让使用者能够很方便地使用标准对话框进行文件,颜色以及字体的选择。标准对话框在软件设计过程中是经常需要使用的。 Qt提供的标准对话框除了本实例提到的,还有QErrorMessage,QInputDia...
分类:其他好文   时间:2015-08-14 19:05:18    阅读次数:246
Python将excel导入到mysql中
分享一段前一段时间写的python代码# encoding: utf-8# !/usr/bin/pythonimport sysimport typesimport datetimeimport MySQLdbimport xlrdfrom PyQt4 import QtGuiclass MainW...
分类:数据库   时间:2015-08-04 22:49:12    阅读次数:220
226条   上一页 1 ... 10 11 12 13 14 ... 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!