Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 7

Qt-interest Archive, February 2007
QCombobox on QStatusbar


Message 1 in thread

Hello,

I'm using Qt 4.2 on Mac OS X.

Is it possible to create a Combobox on the StatusBar which looks like  
the combobox on this picture?

   http://fb2.hu/blogs/media/textmate.png

If I put a 'normal' QComboBox on my statusBar(); it looks.. aehm.. ugly.

Best regards
Konrad Foegen

--
 [ signature omitted ] 

Message 2 in thread

A couple of months ago I wanted to reproduce a widget similar to the  
ones in the TextMate status bar.  I ended up just using a QLabel that  
pops up a menu when clicked.  I stopped short of adding the  
decoration because it wasn't needed in my case.  It's pretty simple  
and it works well for me.

Jason Haslam


On Feb 28, 2007, at 12:31 PM, Konrad Fögen wrote:

> Hello,
>
> I'm using Qt 4.2 on Mac OS X.
>
> Is it possible to create a Combobox on the StatusBar which looks  
> like the combobox on this picture?
>
>   http://fb2.hu/blogs/media/textmate.png
>
> If I put a 'normal' QComboBox on my statusBar(); it looks.. aehm..  
> ugly.
>
> Best regards
> Konrad Foegen
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx  
> with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>

--
 [ signature omitted ]