Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. I want to create a log display like show in the Image.
Forum Updated to NodeBB v4.3 + New Features

I want to create a log display like show in the Image.

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 307 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Aviral 0A Offline
    Aviral 0A Offline
    Aviral 0
    wrote on last edited by
    #1

    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
    Screenshot 2023-02-03 112738.png

    JonBJ 1 Reply Last reply
    0
    • Aviral 0A Aviral 0

      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
      Screenshot 2023-02-03 112738.png

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @Aviral-0
      Create the desired window, send the messages to display (you might use a QTextEdit 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.

      Aviral 0A 1 Reply Last reply
      1
      • JonBJ JonB

        @Aviral-0
        Create the desired window, send the messages to display (you might use a QTextEdit 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.

        Aviral 0A Offline
        Aviral 0A Offline
        Aviral 0
        wrote on last edited by
        #3

        @JonB Hi again Jon. Hope you're doing well. can you find any reference code for this?

        SGaistS 1 Reply Last reply
        0
        • Aviral 0A Aviral 0

          @JonB Hi again Jon. Hope you're doing well. can you find any reference code for this?

          SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Aviral-0 Hi,

          Unless I am mistaking, it's Qt Creator. Therefore take a look at Qt Creator's sources.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved