Ejemplo n.º 1
0
 def startShower(self):
     self.startButton.setText("Stop Shower")
     P.showerOn = True
     self.blockButtons()
     self.graphicUI.updateGraphics()
     Tshower = int(self.labelTemp.text())
     BO.flowRate(Tshower)
     self.labelInformation.setText("Shower startet, Hot/Cold [kg/s]: " +
                                   P.flowRateHC)
     self.xmlControll.save()