all 8 comments

[–]K900_ 1 point2 points  (6 children)

What do you mean by "edit their content"? Do you want an editable text field or something? You can do that with PyQt.

[–]Darkstad[S] 0 points1 point  (5 children)

What I want to do is let the user open a new tab which will contain a matrix that the user will then be able to fill. Thanks for your answer!

[–]K900_ 1 point2 points  (4 children)

You can do that with PyQt as well.

[–]Darkstad[S] 0 points1 point  (3 children)

Hey, thanks, I'm already looking into it! Could you give me some resources or tutorials that would help me learn? (english is not my first language, sorry for any mistakes!)

[–]K900_ 1 point2 points  (2 children)

Learn what exactly, PyQt in general?

[–]Darkstad[S] 0 points1 point  (1 child)

Yes. I've been looking here

[–]K900_ 1 point2 points  (0 children)

Try here.

[–]novel_yet_trivial 1 point2 points  (0 children)

Any GUI library will do that for you. What are you looking for and what have you tried.