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


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