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");
...
Hello.
I'm beginning to learn Qt and I want to select a suitable framework for server side and a database management software. I'm so confuse because I'm learning C++ for Qt and I want to use C++...
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.
How to keep QMenu context menu inside my mainscreen?
Today 16:22 by bladekel