# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'ui/testerei.ui' # # Created: Wed Oct 2 01:36:27 2013 # by: PyQt4 UI code generator 4.10.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_mainwindow(object): def setupUi(self, Dialog): Dialog.setObjectName(_fromUtf8("Dialog")) Dialog.setGeometry(QtCore.QRect(0, 0, 400, 300)) self.pushButton = QtGui.QPushButton(Dialog) self.pushButton.setGeometry(QtCore.QRect(80, 160, 241, 91)) self.pushButton.setObjectName(_fromUtf8("pushButton")) self.textLabelOUTPUT = QtGui.QLabel(Dialog) self.textLabelOUTPUT.setGeometry(QtCore.QRect(100, 70, 211, 61)) self.textLabelOUTPUT.setObjectName(_fromUtf8("textLabelOUTPUT")) self.retranslateUi(Dialog) QtCore.QMetaObject.connectSlotsByName(Dialog) def retranslateUi(self, Dialog): Dialog.setWindowTitle(_translate("mainwindow", "Dialog", None)) self.pushButton.setText(_translate("mainwindow", "EXECUTE", None)) self.textLabelOUTPUT.setText(_translate("mainwindow", "A", None))