I have a question related to qtextedit. I have a GUI in which the Qtextedit widget gets populated once when i press a button (basically after running a process). Now i want to save the contents of the qtext edit widget to *.txt file.
I referred the docs but i did'nt get any particular method like gettext() of a qlineedit.
How to do this ? help me with this