insert text to textbox and..
-
wrote on 16 Jan 2018, 10:01 last edited by
i use PyQt5 and i write " textbox = QTextEdit() "
now i write " textbox.setText('12') "
and now i write "textbox.toPlainText()"
and the output is "12121212121212121212121212121212121212121212......."
why the output is not only "12" ??
help !
tnx -
Hi
So if you write 'hello' you get many hellos ? -
Hi,
Please provide a complet code sample that produces this behaviour.
-
wrote on 16 Jan 2018, 10:26 last edited by
Hi,
Are u appending else where to the textedit, can u provide the code ?.
Thanks,
-
wrote on 16 Jan 2018, 11:56 last edited by
I managed to thank you all !
-
wrote on 16 Jan 2018, 16:47 last edited by
@Dl10 said in insert text to textbox and..:
I managed to thank you all !
it looks like you have solved your problem, so two things please: write a reply showing how you actually solved it :-) and two, don't forget to mark you post as solved. Thanks.
1/6