Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pyqt line edit mouse position change

# PyQt5 Line edit mouse position changed

self.line_edit.cursorPositionChanged.connect(yourfunction)

# .textChanged(), .textEdited(), .returnPressed(), .editingFinished(), 
# .inputRejected(), .selectionChanged() can also be used.

#													- sabz
 
PREVIOUS NEXT
Tagged: #pyqt #line #edit #mouse #position #change
ADD COMMENT
Topic
Name
7+2 =