Tagged Questions

6
votes
2answers
95 views

How can I use the clojure REPL together with QT Jambi?

I have not found a solution to use the clojure REPL with Qt on the web. Basically the problem is that the REPL hangs as soon as you call QApplication/exec in order to get the UI to …
0
votes
1answer
120 views

Qt Jambi (Qt4Dotnet): distinguishing signal emitters in a slot

Hi! I'm newb to Qt and got stuck in a signal/slot mechanism. I have a toolbar with a number of tool buttons, each associated with some widget. The task is to show appropriate widge …
0
votes
3answers
522 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 …