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

Hans-Peter Jansen hpj at urpla.net
Sat Aug 6 15:36:57 BST 2011


On Saturday 06 August 2011, 00:35:51 David Boddie wrote:
> 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.
>
> I presume that by BLEEP you do not mean beep, otherwise you could use
> this:
>
> http://doc.qt.nokia.com/4.7/qapplication.html#beep

Hmm, guess, there would be easier ways to ring a bell then fetching and 
restoring the whole document from the QPlainTextEdit, David ;)

BLEEP sounds like a magic text transformation of some kind..

Pete


More information about the PyQt mailing list