Python Forum

Full Version: How can I create a new tag with PyQt5?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I want to see the data I entered with PyQt5 by creating a new label. For example, if I gave 5 data, it should create 5 labels, if I gave 100 data, it should create 100 labels. How can I create and overwrite a new code-based item with PyQt5?
A good starting point would be here.
What should the labels be for?

If it's for text, a table might be the better way. You can easily remove or add rows there.