chrome-like status bar in qt

Posted by hasen j on Stack Overflow See other posts from Stack Overflow or by hasen j
Published on 2010-06-02T01:04:30Z Indexed on 2010/06/02 1:14 UTC
Read the original article Hit count: 305

Filed under:
|
|

I'm not big on creating GUI's, and generally my philosophy is: I don't create them, or I make them as simple as possible (and convince myself that it's better for usability :)

For my current project, I'm using Qt from Python (PyQt), and I want to start adding some GUI elements without cluttering the interface.

My idea is to create these elements as sort of floating-shaped-widgets that only appear when necessary; pretty much like the status bar (and find bar) in chrome.

Is there any standard api that enables creating this kind of interface?

© Stack Overflow or respective owner

Related posts about gui

Related posts about qt