ShowRiCBoard.py
Go to the documentation of this file.
00001 __author__ = 'tom1231'
00002 
00003 from PyQt4.QtGui import *
00004 from GUI.Schemes.RicBoardPiC import Ui_RiCBoard
00005 
00006 
00007 class ShowRiCBoard(QDialog, Ui_RiCBoard):
00008 
00009     def __init__(self, parent=None):
00010         super(ShowRiCBoard, self).__init__(parent)
00011         self.setupUi(self)
00012 
00013 


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