Hi,
I have some issues using ccache and Qt build tools, because the content of the generated files with repc is different from time to time.
When I use the following commands, it could be...
I have created a context menu.
+Main 1 > Sub 1.1 > Sub 1.1.1
+Main 1 > Sub 1.1 > Sub 1.1.2
+Main 2
The context menu is going to be shown by a click on a list.
The problem is, when I clicked...
Hi, I think you should use a debugger to see what's going on there. Maybe check if the pixmap file itself is corrupted? Can you open it with other tools?
Ginsengelf
You need to set a container for your QPixmap. I do as follows and maybe you can try
ui->label_picRange->setVisible(true); //QLabel for image was defined in mainwindow.ui
picRange =...
Hi
I'm trying to load an image into a QPixmap object, here is my code:
QPixmap blackKingPixmap;
std::cout << "Hello";
blackKingPixmap.load("images/black_king.png");
...
Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at Digia.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
repc generated file with different sort order
Today 10:36 by MS47608