# -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'onlinehelpdialog.ui' # # Created: Thu Jul 15 13:23:55 2010 # by: PyQt4 UI code generator 4.6.1 # # WARNING! All changes made in this file will be lost! from PyQt4 import QtCore, QtGui class Ui_helpDialog(object): def setupUi(self, helpDialog): helpDialog.setObjectName("helpDialog") helpDialog.resize(400, 400) self.verticalLayout = QtGui.QVBoxLayout(helpDialog) self.verticalLayout.setObjectName("verticalLayout") self.retranslateUi(helpDialog) QtCore.QMetaObject.connectSlotsByName(helpDialog) def retranslateUi(self, helpDialog): helpDialog.setWindowTitle(QtGui.QApplication.translate("helpDialog", "online help window", None, QtGui.QApplication.UnicodeUTF8))