Tagged Questions

48
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? ...
43
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 ...
12
votes
6answers
350 views

Fast Qt C++ compile on windows

I have a large project that uses the Qt framework and am trying to find the fastest way to compile it on my Windows install. On my linux machine at home I use 3 year old Linux Mint setup with a dual ...
12
votes
2answers
741 views

Compiling Qt for Windows 98

I need to support Windows 98. The Qt documentation claims this is possible, but there are no instructions. The distributed binaries of Qt 4.6 don't run on Win98 and the majority of Qt applications I ...
12
votes
8answers
6k views

Why does my QT4.5 app open a console window under Windows?

I've been playing around with Qt Creator 4.5 under Linux. My application builds just fine under Linux, but if I build in Windows, the app always opens a console window at startup. Can I stop it doing ...
10
votes
3answers
3k views

Minimal Qt executable-size

Now that Qt goes LGPL I tend to give it a try again. Years ago I decided against for some reasons, one of them being the huge size of executables (Qt on windows). I found a lower limit of about 5MB. ...
9
votes
2answers
6k views

Qt: how to set main window's initial position?

I think the normally window manager determines the initial position of the QMainWindow position on the desk top. I want to set the initial position myself. How is this done with Qt on Windows?
8
votes
6answers
1k views

Qt in a professional setting

While I have played with parts of Qt in the past I am thinking of putting some real effort into learning it but also wondering what the potential monetary payback might be down the road. So I have ...
7
votes
1answer
182 views

An error occured while compiling qtHaskell

After qmake and mingw32-make from these instructions succeeds, and I execute runhaskell Setup.hs build, I get the following error: [651 of 662] Compiling Qtc.Core.Attributes ( Qtc\Core\Attributes.hs, ...
7
votes
3answers
784 views

VC++ / C++ High performance Multithreaded GUI considerations for trading

I'm interested in seeing what considerations experienced developers make when developing high performance multithreaded GUI's for a windows platform. I ask this question in the context of developing ...
7
votes
3answers
12k views

Qt static linking and deployment

I am trying to deploy(release to public) a simple qt application I made recently, but got stuck at static linking qt libs. I followed the guide on qt docs to re-build qt and my app statically. But ...
6
votes
5answers
452 views

What is the best way to sync computer time with an internet time server?

I need to get the current time from one of internet time server in my desktop application. I suppose I need something like a request string and a regular expression to get time from any site that user ...
6
votes
6answers
2k views

Catching LoadLibrary() errors gracefully

I'm working on a piece of C++ software which runs on all Windows versions between Windows XP and Windows Vista. In my code, I developed a DLL which links against a standard library (the Qt library). ...
5
votes
3answers
569 views

Qt4 custom window frames like in office 2007?

is there a way to force Qt4 to draw window frame similar to office 2007/2010 ? I want my application to look the same in all windows versions not just vista/7. Maybe there is some extension to ...
5
votes
3answers
5k views

How to know when a new USB storage device is connected in Qt?

I want to know when a USB device is connected to the computer that my Qt application is running on (in Windows). In my main QWidget, I've reimplemented winEventFilter like this: bool winEventFilter ( ...
5
votes
13answers
2k views

Performance critical GUI application (windows,linux)

All, I've been tasked with updating a series of applications which are performance critical VB.NET apps that essentially just monitor and return networking statistics. I've only got three ...
4
votes
2answers
142 views

How do I keep my Qt C++ program from opening a console in Windows?

I'm making an application in Qt Creator, with cmake and MinGW as compiler. I've seen this question being answered for other people, but they used regular Qt projects with .pro files, while I use a ...
4
votes
3answers
183 views

OpenGL - problem in rotating - Qt

I am trying to learn||Code openGL in Qt. I made one application which shows two figures. One is a triangle "A", and the other triangle "B" is just the same as "A" except it got rotated -90 degree ...
4
votes
4answers
427 views

How can I ask the user for elevated permissions at runtime?

Some applications, started with a regular user will ask for elevated permissions when necessary (e.g. a file manager needs to write such folder), and then carry on with the operation. How can I ...
4
votes
2answers
1k views

Compiling static TagLib 1.6.3 libraries for Windows

I am having a super hard time compiling and using TagLib 1.6.3 in my Qt project. I've tried everything I can think of. TagLib claims that it is supported through CMake but I'm not having any luck. ...
4
votes
1answer
1k views

How to start Qt development on Windows, but targeting Maemo 5?

I've recently heard about Qt and read about how fun it is to develop with. By the way, I'm also buying a Nokia N900 and I heard that its operating system, Maemo 5, supports Qt quite nicely, so I ...
4
votes
1answer
402 views

QtScript: crash on 64-bit windows

I have compiled Qt for 64-bit architecture under windows and all works fine except QtScript. The following simple code, working perfectly with 32-bit Qt for windows installed from qtsoftware.com, ...
4
votes
3answers
2k views

Which Qt DLL's should I copy to make my program stand-alone?

I'm trying to make a distribution directory with my application. I've copied several Qt DLLs to that directory, and the program seems to be working, with one exception: it doesn't seem to find SQL ...
4
votes
2answers
3k views

How to create a QWidget with a HWND as parent?

With wxWidgets I use the following code: HWND main_window = ... ... wxWindow *w = new wxWindow(); wxWindow *window = w->CreateWindowFromHWND(0, (WXHWND) main_window); How do I do the same thing in ...
3
votes
1answer
79 views

creating more than one dll in a qt project

I am working on a project in qt Creator and I would like to create a couple of dlls as well as an exe. Can I do this in one project or would I need to split my word into three separate projects?
3
votes
2answers
83 views

How to set a relative path for Qt dlls when releasing a Qt project?

When I release my Qt project, I want to redistribute the QtCore4.dll and QtGui4.dll files with my project, but not in the same directory as my .exe (in some other relative path). How can I make my ...
3
votes
3answers
79 views

How to detect if desktop application has been modified?

How to detect if desktop application has been modified? The application communicates with a web service, so we can maybe hash the desktop, and then check if the checksum matches or something like ...
3
votes
4answers
193 views

Do Qt apps look&feel native under Windows?

I'm about to port one of my Mac applications to Windows. The Mac app uses Apple's native Cocoa/Appkit frameworks for the UI. The UI is Obj-C code and the core app functionality is portable C++ code. ...
3
votes
2answers
313 views

How to make QT Application write a crash log

i am working on project developed in Qt, Windows, i use Qt Version 4.1.4 and VC6 IDE for compiling project, most of usage of product are on WindowsXp. i frequently receive crash reports from testers ...
3
votes
2answers
254 views

OpenGL(in Qt ) - problem in rotation

I made a simple code in openGL. You have to select a picture, that's it. Now you can make the rotation by using these keys a,s -> rotate about x axis d,f -> rotate about y axis b,n -> rotate about z ...
3
votes
2answers
675 views

Share OpenGL frame buffer / render buffer between two applications

Let's say I have an application A witch is responsible for painting stuff on screen via OpenGL library. For tight integration purpose I would like to let this application A do its job, but render in a ...
3
votes
1answer
232 views

How do I create a manifest file to point my executable/plugin to my specific version of a Qt.dll?

I'm having trouble understanding how manifests work/what they are intended for. My situation is this: I need to deploy my own stand alone .exe that implements Qt as well as a plugin (.8bf, photoshop ...
3
votes
1answer
267 views

Qt - Dll related problem

I am just learning about the dll's. I tried that in Qt. First I am posting dll- related files. First dll - pro file TEMPLATE = lib SOURCES += \ check.cpp HEADERS += \ check.h This one is ...
3
votes
1answer
194 views

Qt closing tray icon after application stops

I've a little problem with tray icon under windows. After my Qt application stopps (normal exit) the icon still remains in system bar. It disapears only when I move mouse cursor over it. I tried to ...
3
votes
1answer
166 views

Advanced QCompleter

Well, i was looking on QCompleter, it's pretty cool of what i can see. But i looked on Visual Studio 2010 that when you do for example: MessageBox(HWND hWnd, it shows a rectangle (white background, ...
3
votes
5answers
2k views

How to install Qt on Windows after building?

I can't find any information on how to install Qt built on Windows. In wiki article How to set up shadow builds on Mac and Linux there's description of -prefix option in configure script but this ...
3
votes
2answers
3k views

Qt: Multiple windows in a parent/child chain, parent does not close children?

I am trying to create multiple windows in a chain: window 1 is the parent of window 2, window 2 is the parent of window 3, etc. When I close one window, I would like all its children to close as ...
3
votes
1answer
138 views

using window messages in qt

i want to handle WM_DEVICECHANGE to detect insertion of usb devices. However i also want to write the gui in qt. Question How do i access window messages when using qt on windows? Thanks
3
votes
1answer
391 views

Error while trying to run a release build of a Qt application on Windows

I'm trying to build the Windows version of my app. The program compiles and runs fine on Qt Creator but when I try to run it standalone it throws the following error: The procedure entry point ...
3
votes
2answers
1k views

Fast Updating of QPixmap from byte array

I'm working on a vision application and I need to have a "Live View" from the camera displayed on the screen using a QPixmap object. We will be updating the screen at 30frames/second on a continuous ...
3
votes
1answer
150 views

List-view groups with Qt?

We have ListView.Groups in .NET. Is there an equivalent in Qt (without using Windows APIs)? I am unable to find anything that indicates support for this in the documentation for Qt. Example in ...
3
votes
2answers
2k views

how to get vendor id and product id of a plugged usb device on windows

I am using Qt on windows platform. i want to get and display vendor id and product id of a plugged usb device from my local system. Below is my full source code to get the vendor id and product id ...
3
votes
2answers
4k views

Uploading a file using post() method of QNetworkAccessManager

I'm having some trouble with a Qt application; specifically with the QNetworkAccessManager class. I'm attempting to perform a simple HTTP upload of a binary file using the post() method of the ...
3
votes
3answers
1k views

Window Icon of Exe in PyQt4

I have a small program in PyQt4 and I want to compile the program into an Exe. I am using py2exe to do that. I can successfully set icon in the windows title bar using the following code, but when i ...
3
votes
2answers
7k views

qt application 64 bit windows

Is it possible to compile a 64 bit executable in qt windows. Is it the same process as with 32 bit or any different. Brgds, kNish
3
votes
4answers
694 views

Using Qt to make an almost native Windows Application?

I love that Qt is cross-platform but I want to make an application that will call into some Windows specific .dll's. Kinda like Google Chrome does with the glass on Windows Vista/7 (I know Chrome ...
3
votes
5answers
733 views

How do I see the contents of Qt objects during debugging?

Many Qt classes uses pimpl, so they're very opaque to VS's debugger. This is bothersome when I want to check some internal Qt state to see if my code is doing it wrong or if I'm having wrong ...
3
votes
2answers
2k views

Displaying translucent / irregular-shaped windows with Qt

Is it possible to display translucent and/or irregular-shaped windows with Qt? (I'm assuming it ultimately depends on the capabilities of the underlying GUI system, but let's assume at least Windows ...
3
votes
3answers
2k views

Cross compile in Linux or Windows?

To create a .exe in Linux using Qt SDK, should I cross compile my application in Linux or cross compile my application in Windows? I am totally confused. :( Please help.
3
votes
6answers
6k views

Creating executable for windows using QT program in Linux

Is it possible to create an executable for Linux and windows using the same QT code in Linux with Eclipse integration or is it necessary to install QT Creator in my Linux machine? Waiting for reply ...

1 2 3 4 5 6