I want to create a log display like show in the Image.
-
Hi I want to create a log windows which shows information of running application. Please tell me where do I start?
As you can see in the image, below is the logs with date an time and information.
I want to create that
-
@Aviral-0
Create the desired window, send the messages to display (you might use aQTextEdit
for them), include the date/time in the messages. You might implement it as a slot so that the outside world can just send a signal with the desired message.