clibHelp.py
Go to the documentation of this file.
00001 # -*- coding: utf-8 -*-
00002 
00003 # Form implementation generated from reading ui file 'clibHelp.ui'
00004 #
00005 # Created: Tue Dec  8 10:26:02 2015
00006 #      by: PyQt4 UI code generator 4.10.4
00007 #
00008 # WARNING! All changes made in this file will be lost!
00009 
00010 from PyQt4 import QtCore, QtGui
00011 
00012 try:
00013     _fromUtf8 = QtCore.QString.fromUtf8
00014 except AttributeError:
00015     def _fromUtf8(s):
00016         return s
00017 
00018 try:
00019     _encoding = QtGui.QApplication.UnicodeUTF8
00020     def _translate(context, text, disambig):
00021         return QtGui.QApplication.translate(context, text, disambig, _encoding)
00022 except AttributeError:
00023     def _translate(context, text, disambig):
00024         return QtGui.QApplication.translate(context, text, disambig)
00025 
00026 class Ui_Dialog(object):
00027     def setupUi(self, Dialog):
00028         Dialog.setObjectName(_fromUtf8("Dialog"))
00029         Dialog.resize(605, 105)
00030         Dialog.setMinimumSize(QtCore.QSize(605, 105))
00031         Dialog.setMaximumSize(QtCore.QSize(605, 105))
00032         self.verticalLayout_2 = QtGui.QVBoxLayout(Dialog)
00033         self.verticalLayout_2.setObjectName(_fromUtf8("verticalLayout_2"))
00034         self.verticalLayout = QtGui.QVBoxLayout()
00035         self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
00036         self.textBrowser = QtGui.QTextBrowser(Dialog)
00037         self.textBrowser.setFrameShape(QtGui.QFrame.StyledPanel)
00038         self.textBrowser.setFrameShadow(QtGui.QFrame.Raised)
00039         self.textBrowser.setObjectName(_fromUtf8("textBrowser"))
00040         self.verticalLayout.addWidget(self.textBrowser)
00041         self.verticalLayout_2.addLayout(self.verticalLayout)
00042 
00043         self.retranslateUi(Dialog)
00044         QtCore.QMetaObject.connectSlotsByName(Dialog)
00045 
00046     def retranslateUi(self, Dialog):
00047         Dialog.setWindowTitle(_translate("Dialog", "Calibration Help", None))
00048         self.textBrowser.setHtml(_translate("Dialog", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
00049 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00050 "p, li { white-space: pre-wrap; }\n"
00051 "</style></head><body style=\" font-family:\'Ubuntu\'; font-size:11pt; font-weight:400; font-style:normal;\">\n"
00052 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:italic; text-decoration: underline;\">Calibration steps</span>:</p>\n"
00053 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">1) Click the button \'Calibration\'</p>\n"
00054 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">2) Move the stick until you <a name=\"result_box\"></a>satisfied with you maxsimum, minimum and middle values.</p>\n"
00055 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">3) click The button \'Set\' to save the curront calibration.</p></body></html>", None))
00056 


ric_board
Author(s): RoboTiCan
autogenerated on Fri Oct 27 2017 03:02:30