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
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
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
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
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