Re: [PyQt] Running Python scripts from a SIP-wrapped library

2011-07-30 Thread Matt Newell
On Saturday 30 July 2011 13:33:55 Jens Thoms Toerring wrote: > Hi, > >I guess this isn't the best place to ask but I haven't > found anything really fitting yet. So, please, if this is > too off-topic don't hesitate to redirect me to a better > place (a "RTFM" is also going to be appreciated a

Re: [PyQt] Some advice needed please

2011-07-30 Thread Mike Ramirez
On Saturday, July 30, 2011 02:05:41 PM Martin Airs wrote: > Good evening all, > > I'm trying to create a very simple chat window, with a QLineEdit at the > bottom and a box above for the text. > > however when enter is pressed in the QLineEdit, I would like the text to be > put into the box at th

[PyQt] Some advice needed please

2011-07-30 Thread Martin Airs
Good evening all, I'm trying to create a very simple chat window, with a QLineEdit at the bottom and a box above for the text. however when enter is pressed in the QLineEdit, I would like the text to be put into the box at the bottom just out of view, and then scrolled smoothly upward into vie

[PyQt] Running Python scripts from a SIP-wrapped library

2011-07-30 Thread Jens Thoms Toerring
Hi, I guess this isn't the best place to ask but I haven't found anything really fitting yet. So, please, if this is too off-topic don't hesitate to redirect me to a better place (a "RTFM" is also going to be appreciated as long as it comes with a pointer to the relevant "M";-). In short, I ha

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