资源简介
这是一个我亲自写的非常全面的Python+pyqt4的界面开发示例,代码和软件都打包在里面了,方便初学者研究与学习,如果你是初学者写出样的软件大概要15天,如果你看了这个示例来写,大概就是5天就可以完成了!
代码片段和文件信息
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file ‘configText.ui‘
#
# Created: Mon Feb 02 23:35:35 2015
# by: PyQt4 UI code generator 4.11.2
#
# WARNING! All changes made in this file will be lost!
from PyQt4 import QtCore QtGui
try:
_fromUtf8 = QtCore.QString.fromUtf8
except AttributeError:
def _fromUtf8(s):
return s
try:
_encoding = QtGui.QApplication.UnicodeUTF8
def _translate(context text disambig):
return QtGui.QApplication.translate(context text disambig _encoding)
except AttributeError:
def _translate(context text disambig):
return QtGui.QApplication.translate(context text disambig)
class Ui_Dialog(object):
def setupUi(self Dialog):
Dialog.setobjectName(_fromUtf8(“Dialog“))
Dialog.resize(513 300)
self.groupBox = QtGui.QGroupBox(Dialog)
self.groupBox.setGeometry(QtCore.QRect(20 20 231 261))
self.groupBox.setobjectName(_fromUtf8(“groupBox“))
self.listWidget = QtGui.QListWidget(self.groupBox)
self.listWidget.setGeometry(QtCore.QRect(0 20 111 231))
self.listWidget.setobjectName(_fromUtf8(“listWidget“))
self.pushButton_add = QtGui.QPushButton(self.groupBox)
self.pushButton_add.setGeometry(QtCore.QRect(130 20 75 23))
self.pushButton_add.setobjectName(_fromUtf8(“pushButton_add“))
self.pushButton_allSelect = QtGui.QPushButton(self.groupBox)
self.pushButton_allSelect.setGeometry(QtCore.QRect(130 60 75 23))
self.pushButton_allSelect.setobjectName(_fromUtf8(“pushButton_allSelect“))
self.pushButton_noSelect = QtGui.QPushButton(self.groupBox)
self.pushButton_noSelect.setGeometry(QtCore.QRect(130 100 75 23))
self.pushButton_noSelect.setobjectName(_fromUtf8(“pushButton_noSelect“))
self.pushButton_deleteSelect = QtGui.QPushButton(self.groupBox)
self.pushButton_deleteSelect.setGeometry(QtCore.QRect(130 140 75 23))
self.pushButton_deleteSelect.setobjectName(_fromUtf8(“pushButton_deleteSelect“))
self.pushButton_defaultConfig = QtGui.QPushButton(self.groupBox)
self.pushButton_defaultConfig.setGeometry(QtCore.QRect(130 180 75 23))
self.pushButton_defaultConfig.setobjectName(_fromUtf8(“pushButton_defaultConfig“))
self.pushButton_ok = QtGui.QPushButton(Dialog)
self.pushButton_ok.setGeometry(QtCore.QRect(290 250 75 23))
self.pushButton_ok.setobjectName(_fromUtf8(“pushButton_ok“))
self.pushButton_close = QtGui.QPushButton(Dialog)
self.pushButton_close.setGeometry(QtCore.QRect(390 250 75 23))
self.pushButton_close.setobjectName(_fromUtf8(“pushButton_close“))
self.groupBox_2 = QtGui.QGroupBox(Dialog)
self.groupBox_2.setGeometry(QtCore.QRect(270 30 211 121))
self.groupBox_2.setobjectName(_fromUtf8(“groupBox_2“))
self.radioBut
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5199 2015-02-04 23:03 ConfigText.py
文件 4961 2015-02-02 23:34 configText.ui
文件 5102 2015-03-07 00:06 ConfigTextTool.py
文件 137 2015-03-07 00:06 FileTypeConfig.cfg
文件 6254 2015-03-03 23:54 mainText.ui
文件 1759488 2015-01-01 12:10 PyQt4 精彩实例分析(语法高亮带书签).pdf
文件 5509444 2015-01-04 20:30 PyQt4.chm
文件 6541 2015-03-03 23:55 SuperProcessText.py
文件 14808 2015-03-11 23:41 superTextProcessTool.py
文件 11943179 2015-03-07 00:10 superTextTool32位软件.rar
----------- --------- ---------- ----- ----
19255113 10
相关资源
- Fundamentals of Python Data Structures
- OPENCV入门书籍:opencv3机器视觉Python语
- Python深度学习.pdf
- 零起点Python大数据与量化交易高清书
- python mac包
- MDNet视频目标跟踪PyTorch源码Python 2.7版
- python 3.7.3262322
- Python编程从入门到实践(高清pdf+代码
- Win10X64 下 VS2017 编译的X64位 Caffe 静态
- Python3.7.332bit
- PTVS 2.1.1 for visual studio 2010201220132015
- Python编程:从入门到实践pdf书+源代码
- 父与子的编程之旅:与小卡特一起学
- Python核心编程第3版PDF高清晰完整中文
- 《Python神经网络编程》中文版PDF+英文
- python电子书大全
- 流畅的python 超高清完整版PDF
- python3.0菜鸟教程.zip
- Python爬虫开发与项目实战.mobi
- 人脸识别代码python
- 免费 Python项目开发实战第2版完整高清
- python编程指南
- keras 实现的表情识别
- Flask Web开发:基于Python的Web应用开发
- 自己编写的MNIST手写字Python实现
- python3.4 3.5 3.6 twisted适配windows
- Python 2.7 + QT4 1
- 《深度学习入门:基于Python的理论与
- Python机器学习算法-mobi文字版-附带m
- python中文版
评论
共有 条评论