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. how to output like TOP command in the terminal ?
Forum Updated to NodeBB v4.3 + New Features

how to output like TOP command in the terminal ?

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 658 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.
  • S Offline
    S Offline
    SpartaWHY117
    wrote on last edited by
    #1

    if it is a console application, i want to output some fixed information that only few values changes like top command per period . In the every period, output some thing,then next period,the terminal will clear and then output current information. just like refresh one line every second rather than out put them line by line.
    Does Qt has any ways to solve this problem?

    E 1 Reply Last reply
    0
    • S SpartaWHY117

      if it is a console application, i want to output some fixed information that only few values changes like top command per period . In the every period, output some thing,then next period,the terminal will clear and then output current information. just like refresh one line every second rather than out put them line by line.
      Does Qt has any ways to solve this problem?

      E Offline
      E Offline
      Eeli K
      wrote on last edited by Eeli K
      #2

      @SpartaWHY117 No, not Qt. See for example http://tldp.org/HOWTO/Bash-Prompt-HOWTO/x361.html.

      EDIT: for Windows, see http://stackoverflow.com/questions/16755142/how-to-make-win32-console-recognize-ansi-vt100-escape-sequences. Mac OSX should work out-of-the-box because it's a *nix.

      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