calib_help_win.py
Go to the documentation of this file.
00001 from PyQt4.QtGui import *
00002 from GUI.Schemes.clibHelp import Ui_Dialog
00003 
00004 
00005 class CalibHelp(QDialog, Ui_Dialog):
00006     def __init__(self, parent=None):
00007         super(CalibHelp, self).__init__(parent)
00008         self.setupUi(self)


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