Posts by Rafael • 1 point
1 post
-
-3
votes1
answer71
viewsQ: Pyqt5 - Identify who pressed F10 on a Qlineedit
How do I open a function by pressing the F10 key on a Qlineedit? Searching found the function "returnPressed" but only works for the "Enter" class Ui_MainWindow(object): def setupUi(self,…