If using QtWidgets you will need to subclass QProgressBar/QWidget and do some custom painting. A quick google search turned up this, https://store.kde.org/p/1132147/
peppermg Today, 16:14int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
std::cout << "Hello World!\n";
std::cout << "Hello World!" << std::endl;
qDebug() << "Hello World!";
Hi, guys any idea how I can do the circle progress bar like the image?
I'm using the QT version 5.
13630
It also won't know what a QString * is, don't use pointers here. I am not sure what your end goal is with this, but look at sub-classing QAbstractListModel....
peppermg Today, 16:00I typed two examples for "Hello World" program, one using "cout" but doesn't print anything, and the other by using "qDebug()" and printed the words, why "cout doesn't work?
#include...
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.
Circle Progress Bar
Today 16:07 by moutasdimitris