Did you run qmake again after changing your .pro file to add the hello.* entries?
d_stranz Today, 18:44Be aware that there is no restriction on using the Microsoft C++ toolchain within Qt Creator - you do not have to use minGW and the gcc compilers. You need to configure Qt Creator to use the...
d_stranz Today, 18:40Derive a custom model from QStringListModel, and override the data() method. In the handler for DisplayRole, use QFileInfo to retrieve the file name only from the path (using QFileInfo::fileName())...
d_stranz Today, 18:33I have occasionally come across a similar problem using Visual Studio in Windows 10, so I don't think it is specifically a Qt Creator problem. What I surmise happens is that the build locks the...
d_stranz Today, 18:23In my case it is not changing width of canvas.
I check plot->canvas()->width(), but i am getting constant value.
which parameter can i use for changing chunk size with respect to Zoom in and...
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.
Sequence issue in QProgressDialog
4th December 2019 15:04 by dennisvz