跳至主要内容

博文

目前显示的是 2014的博文

BMI.py

# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'BMI.ui' # # Created: Thu Sep 25 11:55:32 2014 #      by: PyQt4 UI code generator 4.9.6 # # 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):    ...