qt4 - How I can add an object to a list in python? -


def guardar(self):      saux=""      combobox=self.ui.cmbitems.currenttext()      cantidad=str(self.ui.spinbox.value())      subtotal=self.ui.txbseleccion.text()      costounidad=self.ui.txbcostou.text()      saux=cantidad+"--"+combobox+" $(unidad)"+costounidad+" $(total)"+subtotal     self.ui.textbrowser.append(saux) 

i want pull sum of subtotal (i'm using qt4 if in doubt)

anyone know how can do?, thanks


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

tags - Jquery Mixitup plugin help prevent handlers being destroyed -

c# - Delving into the world of XML (Windows Phone) Error I dont understand (The ' ' character, hexadecimal value 0x20, cannot be included in a name.) -