[PyQt] pyuic4 : error with QToolBox
Phil Thompson
phil at riverbankcomputing.com
Thu Jan 13 18:17:29 GMT 2011
On Thu, 13 Jan 2011 15:06:01 +0100, Vincent Vande Vyvre
<vincent.vandevyvre at swing.be> wrote:
> Le 13/01/11 14:27, Vincent Vande Vyvre a �crit�: Hi,
>
> Using pyuic4, the text in tabs in a QToolBox is not string instance.
>
> e.g. :
>
> ��� self.tool_box.setItemText(self.tool_box.indexOf(self.project_page),
> Project� -� Stage 0)
>
> instead :
>
> ��� self.tool_box.setItemText(self.tool_box.indexOf(self.project_page),
> "Project� -� Stage 0")
>
> Other thing, the property 'tabSpacing', wich exist in QDesigner, is not
> supported in pyqt ?
>
> Cheers.
>
> --
> Vincent V.V.
> Oqapy [1]
>
> _______________________________________________
> PyQt mailing list PyQt at riverbankcomputing.com [2]
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt [3]
> Sorry,
>
> I see the problem appear only if the text is not translatabled.
>
> The ui file joined is the good one.
Both problems should be fixed in tonight's snapshot.
Thanks,
Phil
More information about the PyQt
mailing list