Ejemplo n.º 1
0
 def startShut(self):
     #print 'Combo: ' + str(self.comboBox.currentText())
     flag= '-P' 
      
     #print 'Shutdown'    
     myShutdown= Shutdown()
     myShutdown.startShutdown(flag, str(self.spinBox.text()))
     self.pbShutdown.setDisabled(1)
     self.pbStop.setEnabled(1)
     
     print 'Ausgefuehrt'