Posts by Felipe Maciel • 1 point
2 posts
-
0
votes1
answer556
viewsQ: How to add text to a Qplaintextedit(PYQT5)
At first I would just like to know how to add values in a Textedit, however my goal is to take the values of the two comboBoxs and use them to generate the password. Follow the code: # -*- coding:…
-
-1
votes2
answers437
viewsQ: Is there a way to center the screen created in python ( pyqt ) for any resolution?
I’m doing development of an application in python and Qt, ie pyqt5 and I wonder if there is a way whenever I run the display I created centralize on the screen, I saw that has to do this manually…