[PyQt] desktop workspace

2011-08-05 Thread emmanuel_mayssat
I am trying to save the geometry and and the workspace where the application has been closed. Is there a way with Python/Qt to get the info on the workspace number!? -- Emmanuel ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankc

Re: [PyQt] Please tell me if I have this straight...

2011-08-05 Thread David Boddie
On Fri Aug 5 19:27:51 BST 2011, David Cortesi wrote: > I present a document to a user in a QPlainTextEdit widget. The widget > nicely handles most editing functions, but there is a unique operation > I want to provide. When the user selects Edit > BLEEP, the app is > supposed to BLEEP the document

Re: [PyQt] Please tell me if I have this straight...

2011-08-05 Thread Hans-Peter Jansen
On Friday 05 August 2011, 20:27:51 David Cortesi wrote: > I present a document to a user in a QPlainTextEdit widget. The widget > nicely handles most editing functions, but there is a unique > operation I want to provide. When the user selects Edit > BLEEP, the > app is supposed to BLEEP the docume

[PyQt] Please tell me if I have this straight...

2011-08-05 Thread David Cortesi
I present a document to a user in a QPlainTextEdit widget. The widget nicely handles most editing functions, but there is a unique operation I want to provide. When the user selects Edit > BLEEP, the app is supposed to BLEEP the document. BLEEPing is not something Qt does, I have to implement BLEE

Re: [PyQt] Help with Login Dialog / QThread issues

2011-08-05 Thread Eric Frederich
Any takers? On Thu, Jul 7, 2011 at 12:38 PM, Eric Frederich wrote: > Hello, > > I am trying to create a login dialog for my application. > Logging in can take a couple of seconds so I wanted to show a progress > bar during the login process. > I think that for my QProgressBar to animate during th