Search Results

3
votes

GTK+ or QT under Windows

my $0.02: I've used Qt off and on for the last 4 years, and it's hands-down my favorite toolkit of anything I've tried (Win32, MFC, Borland, Java, GTK). I used GTK for a few weeks to try i …
15
votes

Qt vs WPF/.NET

There are Qt bindings for Python, C#, Ruby, Java, Ada, Pascal, Perl, PHP, and Haskell, however, they aren't sup …
3
votes

is there a way to combine Qt-Creator + Boost Library?

I'm pretty sure Qt Creator doesn't require the use of Qt in your application. If you don't want to link to any Qt libraries, or run MOC on any header files (which you only need to do for subclasse …
2
votes

Building a library with Visual Studio that can be linked to a Qt project?

Qt is available as source code, you can build it with whatever toolchain you like. Visual Studio is an IDE (integrated development environment) that normally invokes the microsoft compiler (cl) an …
0
votes

In Qt, how do I align form elements in different group boxes?

I don't think it'll work with sets of nested horizontal and vertical layouts. Have you considered a QGridLayout? …
0
votes

qmake: How do I copy .dll/.so’s to the output directory?

I use INSTALLS, like so. …