Exemplo n.º 1
0
 def __init__(self):
     QtGui.QDialog.__init__(self)
     self.ui = Ui_Teacher_info_dialog()
     self.ui.setupUi(self)
Exemplo n.º 2
0
 def __init__(self):
     QtGui.QDialog.__init__(self)
     self.ui = Ui_Teacher_info_dialog()
     self.ui.setupUi(self)
     self.ui.Id_detail_lineEdit.setDisabled(True)