QProgressbar text within QProgressbar
Hey everyone,
I’ve implemented a QProgressbar in my Qt GUI application but now i want to show a small text within the bar. I know that QProgressbar has the property .text but that would probably just be the %. You guys have any idea how to do this?
Thanks in advance!
2 replies
See format property [doc.qt.nokia.com]
you can add your text to this property and it will be show on progress bar
You must log in to post a reply. Not a member yet? Register here!


