How to put the Qdebug data sent to the console output to the label2, let label2 print out the data, help
CodePudding user response:
Qdebug direct send the data to the console, do not know how to send the label2 output
CodePudding user response:
That you don't use qdebug, direct call label the settext method of
CodePudding user response:
Under the mouse events directly UI - & gt; Label_2 - & gt; SetText ("... ");
CodePudding user response:
The