I am creating a QTabWidget with some tabs inserted.
However, I have an additional requirement, which is to display a message on the upper right corner of the QTabWidget, as shown in the following snapshot:
Is there any way to do this?
I am creating a QTabWidget with some tabs inserted.
However, I have an additional requirement, which is to display a message on the upper right corner of the QTabWidget, as shown in the following snapshot:
Is there any way to do this?
From Qt documentation of QTabWidget:
Here's an example that demonstrates that: