Jeffrey Barish <[EMAIL PROTECTED]> wrote:

> I have a statement:
> 
> QListBoxText(clb, '%s:\t%s' % (key, thing[key]))
> 
> The tab does not appear (it's a space).  Do I have to set tab stops,
> or is there no way to use tabs in listboxes?
> 
> What I really want is for the keys and things to line up vertically. 
> A QListView could do that with 2 columns, but I don't want the column
> headers.  Any suggestions appreciated.


Ah well, even easier, QListView.header().hide().

Giovanni Bajo

_______________________________________________
PyKDE mailing list    PyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to