Re: [PyQt] Displaying . in a tableitem

2011-07-30 Thread Arnold Krille
On Friday 29 July 2011 21:24:44 Protopia wrote: > Thanks. I tried looking up ellipsis on the internet and came up with the \U > equivalent of the \N below which worked. > > I had the ellipsis copied and pasted from Microsoft word into a "" string > and that seemed to be the problem. If you were o

Re: [PyQt] Displaying . in a tableitem

2011-07-29 Thread Protopia
[mailto:p...@riverbankcomputing.com] Sent: 29 July 2011 6:33pm To: Protopia Cc: pyqt@riverbankcomputing.com Subject: Re: [PyQt] Displaying . in a tableitem On Fri, 29 Jul 2011 17:49:26 +0100, "Protopia" wrote: > I am trying to display . (i.e. not the three characters dot dot dot but

Re: [PyQt] Displaying . in a tableitem

2011-07-29 Thread Phil Thompson
On Fri, 29 Jul 2011 17:49:26 +0100, "Protopia" wrote: > I am trying to display . (i.e. not the three characters dot dot dot but > the single character dotdotdot) in a tableitem, but is doesn't display. > > > > Is there something I need to set or a string conversion I need to do to > make this

[PyQt] Displaying . in a tableitem

2011-07-29 Thread Protopia
I am trying to display . (i.e. not the three characters dot dot dot but the single character dotdotdot) in a tableitem, but is doesn't display. Is there something I need to set or a string conversion I need to do to make this work? Thanks. P __