Tagged Questions
87
votes
23answers
24k views
Qt versus WPF/.NET [closed]
My company is trying to make the decision between using Qt/C++ for our GUI framework or migrating to .NET and using WPF. We have up to this point been using MFC. It seems that .NET/WPF is ...
73
votes
15answers
3k views
Beyond Stack Sampling: C++ Profilers
A Hacker's Tale
The date is 12/02/10. The days before Christmas are dripping away and I've pretty much hit a major road block as a windows programmer. I've been using AQTime, I've tried sleepy, ...
68
votes
13answers
37k views
Java Swing or Java Qt? [closed]
Can someone with extensive experience with both Qt and Java Swing please discuss whether you would use Swing or Qt under Java, and why?
Secondly, what is the business impact of using Qt? Is it ...
62
votes
2answers
11k views
How to build Qt for Visual Studio 2010
I struggled finding a how-to which provides a stable solution for using Qt with Visual Studio 2010, so after collecting all the bits of information and some trial and error, I would like to write my ...
54
votes
11answers
4k views
STL or Qt containers?
What are the pros and cons of using Qt containers (QMap, QVector, etc.) over their STL equivalent?
I can see one reason to prefer Qt:
Qt containers can be passed along to other parts of Qt. For ...
51
votes
14answers
6k views
Qt goes LGPL! On Windows, is it good enough to use instead of MFC?
I just read a story I was hoping to read since Nokia bought Trolltech. Qt is going LGPL in March!
This is awesome news.
Who uses Qt for Windows? Does it effectively replace something like MFC? ...
45
votes
15answers
10k views
Is Qt worth learning?
I am a C# developer and work on Windows, but back in High School I took some C++ classes. We worked on console applications only. I want to learn C++ GUI programming. I have been looking at Qt and was ...
41
votes
15answers
26k views
How do you properly use namespaces in C++?
I come from a Java background, where packages are used, not namespaces. I'm used to putting classes that work together to form a complete object into packages, and then reusing them later from that ...
38
votes
11answers
3k views
Hidden features of Qt
A little is hidden in Qt given splendid documentation.
But given vastness of Qt functionality paradoxically many useful features have been overlooked by me (and reimplemented or work-arounded).
What ...
37
votes
4answers
23k views
Building Xcode Projects From the Command Line
I've been playing around with Qt for a few hours now. I found that qmake produces Xcode project files on Mac OS X instead of good ol' makefiles. I don't want to launch Xcode every time I want to build ...
35
votes
13answers
1k views
At what point is it worth using a database?
I have a question relating to databases and at what point is worth diving into one. I am primarily an embedded engineer, but I am writing an application using Qt to interface with our controller.
...
34
votes
10answers
12k views
wxWidgets vs Qt
What is the experience with the frameworks wxWidgets and Qt? Which one to use and why (C++ programming)?
31
votes
8answers
9k views
Hand Coded GUI Versus Qt Designer GUI
I'm spending these holidays learning to write Qt applications. I was reading about Qt Designer just a few hours ago, which made me wonder : what do people writing real world applications in Qt use to ...
29
votes
2answers
2k views
What C++ Smart Pointer Implementations are available?
Comparisons, Pros, Cons, and When to Use?
This is a spin-off from a garbage collection thread where what I thought was a simple answer generated a lot of comments about some specific smart pointer ...
28
votes
6answers
11k views
Mixing Qt and Boost
I'm looking at starting a project in C++ using the Qt 4 framework (a cross-platform GUI is required). I've heard great things about the Boost libraries from friends and online. I've started reading ...
22
votes
1answer
731 views
Qt Eclipse Integration and custom widget plugin
What is the correct procedure to compile a custom widget with the Eclipse Integration plugin, under Windows with MinGW?
I tried the following steps, but I cannot see the widget in the Widget Bar.
...
20
votes
2answers
3k views
Does Qt work well with STL & Boost?
I am interested in learning Qt. I am fairly good with C++, STL and Boost. I like STL/Boost style very much, and I use them with C++ whenever I can in uni projects. However, I always miss the GUI. It ...
19
votes
2answers
401 views
QWebView undersampled SVG rendering
I'd like to use QWebView for an SVG thumbnailing job because it supports filters (unlike QSvgRender which only supports SVG Tiny 1.2). It seems to work quite well except for font rendering but that ...
19
votes
14answers
2k views
Shall I bother with QT?
Guys I study C++ for a second year. Till now I was doing only console app but I think it's a time to start programming in Windows. There are few alternatives and Qt is one of them but I'm also drawn ...
19
votes
5answers
3k views
Detect if stdin is a terminal or pipe in C/C++/Qt?
When I execute "python" from the terminal with no arguments it brings up the Python interactive shell.
When I execute "cat | python" from the terminal it doesn't launch the interactive mode. Somehow, ...
19
votes
18answers
3k views
C# vs. C++ in a cross-platform project
My team is planning to develop an application that is initially targeted for Windows but will eventually be deployed cross-platform (Mac, Linux and potentially embedded devices). Our decision is ...
19
votes
4answers
47k views
Adding external library into Qt Creator project
How can I add external library into a project built by Qt Creator RC1 (version 0.9.2)? For example, the win32 function EnumProcesses() requires Psapi.lib to be added in the project to build.
Thanks ...
18
votes
8answers
1k views
How usable is Qt without its preprocessing step?
I think it's unreasonable for a library to require preprocessing of my source code with a special tool. That said, several people have recommended the Qt library to me for cross platform GUI ...
18
votes
3answers
2k views
Qt or Symbian C++?
I am planing to develop on Symbian systems but I am not familiar with it. I know (might be) the most popular way of developing on Symbian is Symbian C++, and I also heard of Qt. What's the difference ...
17
votes
3answers
2k views
Prototyping Qt/C++ in Python
I want to write a C++ application with Qt, but build a prototype first using Python and then gradually replace the Python code with C++.
Is this the right approach, and what tools (bindings, binding ...
17
votes
8answers
2k views
What should I choose: GTK+ or Qt?
Can someone suggest what's the best uses for those libraries today? Is it just GUI, or do they have database, XML, networking, threading, etc support too?
I was reading about them, and considered ...
17
votes
6answers
4k views
Does Qt have a C interface?
I've found conflicting answers on the web - some say it does, some say it doesn't. I was unable to find any details in the official Qt documentation either. So does Qt have C bindings or not?
17
votes
12answers
9k views
Qt: Should I use Visual Studio, Qt Creator or something else? [closed]
I realize that there have been similar questions, but they seem to have been from when Qt Creator was still in beta, so the answer might have changed since then:
We are going to start a project with ...
17
votes
6answers
7k views
How do I utilise all the cores for nmake?
I just got a new quad core computer and noticed that nmake is only using 1 process.
I used to use make which had the switch -j4 for launching 4 processes. What is the nmake equivalent?
[edit]
Based ...
17
votes
5answers
5k views
Qt: meaning of slot return value?
According to the documentation the return value from a slot doesn't mean anything.
Yet in the generated moc code I see that if a slot returns a value this value is used for something. Any idea what ...
16
votes
7answers
485 views
Tracking C++ lib public API changes
I'm currently working on large C++ Qt based project which is a about to go under a major refactor of its public API and it would be nice to have a tool that can generate a report on which methods have ...
16
votes
1answer
886 views
Qshow Segmentation Fault
setText mb $ "Hello World"
qshow mb () -- Segmentation Failt
--print ("Hello world") -- it works
I'm using qtHaskell but the only trouble I found tracking examples here is qshow segmentation ...
16
votes
1answer
3k views
Does Qt support virtual pure slots?
My GUI project in Qt has a lot of "configuration pages" classes which all inherit directly from QWidget.
Recently, I realized that all these classes share 2 commons slots (loadSettings() and ...
16
votes
10answers
2k views
Where is a good place to start programming GUIs for windows?
I have experience writing console and network client/server apps in C and C++, but I know next to nothing about using the win32 visual API, MFC, QT, WxWidgets, etc. Where is a good place to start, ...
15
votes
1answer
235 views
Slow repaint underneath dragged object on X… Can Qt force drag and drop operations to be internal only?
I'm implementing Qt's drag and drop API across Windows and X. When I pick up an object in the app running on X and drag it, it leaves a white ghost trail of itself on the window underneath, as if the ...
15
votes
1answer
309 views
Integrate Qt with Windows 7 taskbar using python?
I'm looking for a way to using some of the Windows 7 task bar features - specifically progressbar and jump lists - in a python application that uses Qt for the UI. The questions I've seen on SO are ...
15
votes
4answers
26k views
Qt jpg image display
I want to display .jpg image in an Qt UI. I checked it online and found http://doc.trolltech.com/4.2/widgets-imageviewer.html. I thought Graphics View will do the same, and also it has codec to ...
15
votes
3answers
6k views
How to create a subdirectory for a project in qt-creator?
I would like to divide my qt project into several directories, because it is growing pretty large. However, when I click in browser in qt-creator, there is no 'Add directory' and no such thing in 'Add ...
15
votes
7answers
6k views
Qt - top level widget with keyboard and mouse event transparency?
I want an app's main window to ignore mouse and keyboard events, passing them to applications underneath it in the window manager Z-order.
I see how to make child widgets ignore keyboard or mouse ...
15
votes
12answers
1k views
Automatically checking for a new version of my application
Trying to honor a feature request from our customers, I'd like that my application, when Internet is available, check on our website if a new version is available.
The problem is that I have no idea ...
14
votes
3answers
220 views
Is it possible to stop a single thread during debug in Linux?
What I'd like to know is if it is possible, inside a debugging session in Linux, (read: gdb :)) to stop the execution of a single thread, leaving the other threads to run.
If someone is curious to ...
14
votes
1answer
278 views
How to produce pdf files from QGraphicsScene with copyable text?
My code produces pdf by rendering QGraphicsScene content onto properly initialized QPrinter.
While dealing with application such text can be edited, copied into clipboard etc. How can I produce pdf ...
14
votes
5answers
11k views
How to convert QString to std::string?
I am trying to do something like this:
QString string;
// do things...
std::cout << string << std::endl;
but the code doesn't compile.
How to output the content of qstring into the ...
14
votes
4answers
6k views
Auto-expanding layout with Qt-Designer
I'm using the Qt Designer.
I want to create a QVBoxLayout which will automatically expand to fill the whole window.
The layout of the QVBoxLayout remains fixed.
How can I cause the QVBoxLayout to ...
14
votes
3answers
8k views
How to specify different Debug/Release output directories in QMake .pro file
I have a Qt project and I would like to output compilation files outside the source tree.
I currently have the following directory structure:
/
|_/build
|_/mylib
|_/include
|_/src
|_/resources
...
14
votes
10answers
18k views
Undefined reference to vtable. Trying to compile a Qt project
I'm using Code::Blocks 8.02 and the mingw 5.1.6 compiler. I'm getting this error when I compile my Qt project:
C:\Documents and Settings\The
Fuzz\Desktop\GUI\App_interface.cpp|33|undefined
...
14
votes
1answer
2k views
Keep QPixmap copy of screen contents using X11, XDamage, XRender, and other tricks
I'm attempting to solve what I thought would be a very simple problem. I want to keep a QPixmap updated with the entire screen contents. You can get such a pixmap by doing this:
QDesktopWidget *w = ...
13
votes
3answers
1k views
Qt, MSVC, and /Zc:wchar_t- == I want to blow up the world
So Qt is compiled with /Zc:wchar_t- on windows. What this means is that instead of wchar_t being a typedef for some internal type (__wchar_t I think) it becomes a typedef for unsigned short. The ...
13
votes
2answers
423 views
Aspect Orientated Programming in Qt
I'm trying to get my head around AOP and some Qt Code would really help.
From wikipedia here is some sample code (easy for a Qt/C++ programmer to read):
void transfer(Account fromAcc, Account toAcc, ...
13
votes
5answers
818 views
Qt programming: More productive in Python or C++?
Trying to dive into Qt big time but haven't done a large project with it yet. Currently using Python, but I've been thinking -- which is really the better language to use in terms of programmer ...