代码搜索:PyQt

找到约 26 项符合「PyQt」的源代码

代码结果 26
www.eeworm.com/read/318733/3564174

py gui.py

# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'gui.ui' # # Created: Thu Jan 10 13:11:48 2008 # by: PyQt4 UI code generator 4.3 # # WARNING! All changes made in thi
www.eeworm.com/read/470561/6913804

py start.py

# -*- coding: cp936 -*- import sys from PyQt4 import QtCore, QtGui from jiami import Ui_Miyao class StartQt4(QtGui.QMainWindow): def __init__(self, parent= None): QtGui.QWidget.__i
www.eeworm.com/read/450574/7480865

py za.py

#!/usr/bin/python # need root privileges import struct import sys import time from PyQt4.QtGui import QApplication, QMessageBox, QPixmap from socket import AF_INET, AF_INET6, inet_ntoa sys.path.a
www.eeworm.com/read/118181/14883489

eps ownership-condensed.eps

%!PS-Adobe-3.0 EPSF-3.0 %%Creator: GIMP PostScript file plugin V 1.11 by Peter Kirchgessner %%Title: /home/lx/work/pyqt_ext/ch2//ownership-condensed.eps %%CreationDate: Tue Dec 18 12:38:38 2001 %%Docu
www.eeworm.com/read/118181/14883490

eps qt-condensed.eps

%!PS-Adobe-3.0 EPSF-3.0 %%Creator: GIMP PostScript file plugin V 1.11 by Peter Kirchgessner %%Title: /home/lx/work/pyqt_ext/ch2/qt-condensed.eps %%CreationDate: Thu Dec 20 15:21:44 2001 %%DocumentData
www.eeworm.com/read/470561/6913808

py start.py

# -*- coding: cp936 -*- from __future__ import division #y要引用这个的 不然是除法会出错的,这个解决了除法自动为0的问题的,这个是向未来的Qt引用的用法 import sys from PyQt4 import QtCore, QtGui from random_str import Ui_Form class Sta