I have a stacked widget structure in my program. In one of the widgets i have a line edit element in which an external device that pastes a string onto. I use a lineEdit_textchanged function to capture the lineedit value(i use this later in the program) & switch to the next widget. The problem is that the textchanged function switches before the device finishes inputting the whole string. Is there a workaround this issue.
Thank you in advance.
Bookmarks