I\'m working on an application that needs to have a menu on the left side of the screen containing multiple items (text).The only items I want to be visible are the actual text and the highlight bar.I
I installed Netbeans 7.0.1 and the Qt SDK and set it up as per the instructions on here. The code builds nicely but w开发者_运维知识库hen I press run I get the following error:
I\'m trying to write a simple program, which redirects all the windows to the backbuffer( as the composite manager does ), then write them to pixmap and save to disk. But I got this error:
I have a levelObjects object that\'s a QList of QVariants of QMaps: QList< QVariant > levelObjects;
I want to use an asynchronous method to select strings from SQLite DB with QT; how can I accomplish that?
I have this code: int *size1 = new int(); int *size2 = new int(); QFile* file = new QFile(\"C:/Temp/tf.txt\");
This is a x-post of my post on the Qt support forum as I thought it was strange and interesting and you all might be able to help me here also.
Create a new widget, show it, and hide it behind another application. Is there a way to find out if the widget is visible to the user?
As the title says, I am having an issue with Qt Creator. I started to play with it and created a main() with a some code in it and when I wanted to compile it to see how it would appear on the screen,
I have a question about formatting a decimal number to a certain QString format.Basically, I have an input box in my program that can take any values.I want it to translate the value in this box to th