AboutWindow.py
Go to the documentation of this file.
00001 __author__ = 'tom'
00002 from GUI.Schemes.about import Ui_about
00003 from PyQt4.QtGui import *
00004 
00005 
00006 class About(QDialog, Ui_about):
00007     def __init__(self, parent=None):
00008         super(About, self).__init__(parent)
00009         self.setupUi(self)


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