#QUIVER LEADERBOARD
1 messages · Page 1 of 1 (latest)
Are you actually hitting enter or just clicking the button? The signal is only sent when you hit enter.
If you want a regular update you can use text_changed()
I am hitting the submit button
Should i put on my line edit or my submit button
Just swap the signal. Rename the function, disconnect the submitted function. Then connect the text_changed() to your renamed function.