UsbRolesDialog.py
Go to the documentation of this file.
00001 __author__ = 'tom1231'
00002 from PyQt4.QtGui import *
00003 from PyQt4.QtCore import *
00004 from GUI.Schemes.UsbRoles import Ui_UsbRoles
00005 
00006 
00007 class UsbRolesDialog(QDialog, Ui_UsbRoles):
00008 
00009     def __init__(self, parent=None):
00010         super(UsbRolesDialog, self).__init__(parent)
00011         self.setupUi(self)
00012         self.fined = pyqtSignal(int)
00013 
00014 
00015 


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