Tagged Questions
7
votes
3answers
3k views
Should I use Qt Jambi in Java?
Is it a good idea for me to use Qt Jambi in Java as a toolkit?
I see that Qt Jambi is hard to learn, and Swing is easier than Qt Jambi, but I think that Qt Jambi is more powerful.
1
vote
1answer
68 views
qt - How do I make a splitter with a set of buttons on it?
Did anyone face a problem of putting buttons (or any other widgets) on the top of a splitter handle? I've tried to get the handle, set its layout and put the controls there, but I got some weird look.
...
1
vote
1answer
74 views
Qt: how do I highlight duplicated items in QListWidget? (qtjambi)
I need to implement a mechanism of highlighting duplicated values. Values are edited through delegate depending on the value type (string - line edit, long and big decimal - spin boxes). Currently, I ...
1
vote
1answer
216 views
Qt jambi Eclipse integration problem
I've just install the libqtjambi 4.7.2 by PPA in Ubuntu Natty 11.04. When I turned into integration with Eclipse it asked me to give the jambi installation path. But with apt-get I have only ...
0
votes
4answers
3k views
How do I make controls autosizing in Qt designer?
I'm using Qt Jambi 4.4 for a project I'm working on (and designing the windows in the Qt Designer eclipse plugin). One of the windows I'd like to use is a preview window which is basically just a ...