Hi . my code is
back.load(":/images/back.png");
label = new QLabel(this);
label->setGeometry(0,0,142,192);
label->setPixmap(back);
setStyleSheet("background-color:red");...
hi new here (also this code is PySide2) . I'm trying to create a sudoku grid but my QFrame lines don't show up ( when i change the size of window some of them show up!!). i don't know how to fix...
mohsentux Today, 18:25I'm running QT on a Raspberry Pi4 with Buster. I used apt-get to install the official release of QT 5.11.3. I can create an application, compile and run without issues. That is until I add...
-johnf- Today, 02:43Because the path is wrong - imageViewer isn't somewhere in your resource file.
ChristianEhrlicher Yesterday, 11:43Hello,
I don know how to manage "Resources":
<RCC>
<qresource>
<file>images/newyork.jpg</file>
</qresource>
</RCC>
QImage image(":/imageViewer/images/newyork.jpg");
...
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.
Qlabel pixmap and resize pixmap, and repaint() not working
Today 19:00 by sevketk