Posts by Rafael Pederiva • 7 points
3 posts
-
0
votes0
answers16
viewsQ: Cx_freeze. Error with Cx_oracle client when running the program on another computer
I developed a GUI program using Pyqt5 for users to feed a "Mysql" database (which is installed on a server on the same network as other computers). However this program needs to get information from…
-
-2
votes1
answer46
viewsQ: Pyqt5 - Set an Inputmask on a Qlineedit to type only the "F10" key
I have an app that contains a Qlineedit that when active the user has the option to press the "F10" key and thus open another window. But I’d like to block that Qlineedit for editing, leaving only…
-
-2
votes1
answer51
viewsQ: Pyqt5 - Inheriting information from one class to another. (Python)
I created two windows in Pyqt5, where the first window needs to inherit information from the second, in this example I created: Tela_1: containing a "Qlineedit" for typing and a "Qpushbutton" to…