Posts by Lucas Ribeiro • 11 points
4 posts
-
0
votes1
answer62
viewsQ: Accessing a Pyqt5 Widget and modules within a package
I am making a program using as GUI the framework PyQt5, using UI files. I’m having trouble accessing the module inside the file .py that I create so that I put the functions inside them and thus…
-
-1
votes1
answer25
viewsQ: Sum of values according to value of another column
I have two doubts that are difficult for me but that maybe I can be simple for you. I wondered how I could make a sum of the amount according to the units that in this case would be the units…
-
-2
votes2
answers221
viewsQ: Creating an Entry formatted for CPF in Python (Tkinter)
I would like to know how would be the application of a formatting in a field Entry, using the tkinter, for the format of CPF numbers, in the case of, XXX.XXX.XXX-XX. I found nothing similar, only…
-
-2
votes1
answer60
viewsQ: Image reference path in Label Tkinter
I’m training POO in a personal project that I’m developing in showing a window called by a button that shows "samples" of text from a language, showing a flag and text from that language. The…