資源簡介
實用多功能計算器
代碼片段和文件信息
#?-*-?coding:?utf-8?-*-
#?Form?implementation?generated?from?reading?ui?file?‘untitled.ui‘
#
#?Created?by:?PyQt4?UI?code?generator?4.11.4
#
#?WARNING!?All?changes?made?in?this?file?will?be?lost!
import?random
from?PyQt4.QtCore?import?*
from?PyQt4.QtGui?import?*
from?PyQt4?import?QtCore?QtGui
from?PyQt4.QtGui?import?QIcon
import?math
import?sys
import?os
from?time?import?sleep
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):
????????“““
????????“““
????
評論
共有 條評論