CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - pyqt4

搜索资源列表

  1. eyeg-1.0

    0下载:
  2. linux下用的定时锁定屏幕,提醒使用者休息的软件,使用环境PyQt4,xlockmore
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:165097
    • 提供者:刘侃
  1. Qt

    0下载:
  2. qt 图形界面库介绍 简易的文本编辑器 - PyQt4第一个程序 增加文本编辑器的功能 - 增加更多的功能 QYolk I - PyQt4中的列表部件 - 怎么使用PyQt4中的列表部件 QYolk II - 容器部件 - 怎么使用Tab Widget PyQt4文本编辑器 - 最终版 - PyQt4的一些高级特性 QYolk III - 升级包列表 - 新的特性 QScintilla2和PyQt4 - 给PyQt4增加部件-qt GUI lib introducti
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:655051
    • 提供者:徐明道
  1. graphicsview

    0下载:
  2. python PyQt4程序 非常好的python PyQt演示程序,有动画的效果-python PyQt4 program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-24
    • 文件大小:188896
    • 提供者:xiao
  1. Introduction_to_PyQT4

    0下载:
  2. PyQT4编程简介,中文图文版,适合初学者入门。-Introduction to PyQT4, for newbie of PyQT4, in Chinese.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:631332
    • 提供者:ye
  1. imageviewer.tar

    0下载:
  2. The source code for an image viewer. It illustrated how to use pyqt4 bindings to create menu for mainwindow, how to control sidebar and how to use image label class. The CPP source for identical function is also provided.-The source code for an
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-31
    • 文件大小:61440
    • 提供者:huand
  1. PyQt-win-gpl-4.7

    0下载:
  2. The source file of Qt-python4.7. You can compile it on your own.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-26
    • 文件大小:9645389
    • 提供者:Young
  1. PyQt4

    0下载:
  2. 一本快速掌握pyqt4的重要参考数目,使用QtDesigner作为其开发工具.-An important reference to grasp pyqt4 number, as its development tool to use QtDesigner
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:631314
    • 提供者:qx
  1. clock

    1下载:
  2. 利用python的Qt绑定库PyQt4编写的桌面时钟,练习用。-desktop clock Written by PyQt4
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-20
    • 文件大小:1724
    • 提供者:刘振海
  1. screenshot

    0下载:
  2. pyqt4 实现当前电脑桌面图片截取和储存,有兴趣可以玩下-pyqt4 interception and storage of the computer desktop picture, are interested can play under
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:2321
    • 提供者:邹勇峰
  1. findfiles

    0下载:
  2. PYQT4代码 ,实现文件选择窗口,可罗列文件内容-PyQt4 code file selection window, a list of the contents of the file
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:2833
    • 提供者:邹勇峰
  1. tabdialog

    0下载:
  2. PYQT4代码 TableDialog用法-PyQt4 code TableDialog use
  3. 所属分类:Other systems

    • 发布日期:2017-12-08
    • 文件大小:2250
    • 提供者:邹勇峰
  1. basicsortfiltermodel

    0下载:
  2. PYQT4代码 model使用和一些常见控件-The PyQt4 source model to use and some common controls
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-15
    • 文件大小:3111
    • 提供者:邹勇峰
  1. togglebutton

    0下载:
  2. PyQt4没有开关按钮部件,但是我们可以使用在特殊状态下的QPushButton部件来创建开关按钮。-PyQt4 no switch button part, but we can use in a special state QPushButton widget to create the switch button.
  3. 所属分类:Button control

    • 发布日期:2017-03-31
    • 文件大小:673
    • 提供者:王乐
  1. chat

    0下载:
  2. 用socket写的一个python聊天室,用PyQt4做界面,select处理并发服务-With socket write a python chat rooms, do interface with PyQt4, select handle concurrent service
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:110135
    • 提供者:王松
  1. 2048game

    0下载:
  2. python2.7下用PyQt仿制的2048小游戏,将图片换成images下的同名图片,可以得到不同的主题游戏。达到2048后可以选择继续或者退出,不能移动后提示失败并提示是否重新开始。dist文件夹和build文件夹下exe为py2exe生成的文件,方便未安装python的用户使用-popular game 2048 written whit PyQt4 in python2.7,you can generate your taste with changing the images in t
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-22
    • 文件大小:7100741
    • 提供者:
  1. tictactoe

    0下载:
  2. Python2.7 + PyQt4实现的三连棋小游戏 人机对抗,可选择难度(简单、中级等) 双击window.py可运行程序 请确保本机已安装依赖环境-TicTacToe game by Python2.7+ PyQt4 play game with computer support complexity select please make sure dependent environment exist
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-15
    • 文件大小:14950
    • 提供者:random_001
  1. DL

    0下载:
  2. 用PYQT4实现的简单登录界面,用python运行-A sample login used PYQT4,working Python
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-13
    • 文件大小:1639
    • 提供者:一飞
  1. PyQt的桌面天气

    0下载:
  2. pyqt4 桌面天气 适合pyqt初学者参考(Pyqt desktop weather)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-27
    • 文件大小:100352
    • 提供者:jimmy992
  1. PyQt4入门指南 PDF中文版

    0下载:
  2. PyQt4入门指南123 ,感觉还不错的一本书,强烈推荐哦(pyqt4 start learn guide)
  3. 所属分类:其他

  1. PyQt4入门指南 PDF中文版

    0下载:
  2. PyQt4入门指南 PDF中文版(书籍/资料)(PyQt4 introductory guide PDF Chinese Version (Books / materials))
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:704512
    • 提供者:幻化成風
« 12 »
搜珍网 www.dssz.com