Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Linux board shut down and standby mode frm QT
Forum Updated to NodeBB v4.3 + New Features

Linux board shut down and standby mode frm QT

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 2 Posters 2.6k 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.
  • K Offline
    K Offline
    kinjalp
    wrote on last edited by
    #1

    Hi All

    I have question that

    1. linux board system shut down through QT is possible?

    2. stand by mode of the linux board system is possible through the QT?

    kinjal.

    1 Reply Last reply
    0
    • C Offline
      C Offline
      Chris H
      wrote on last edited by
      #2

      Insofar as a Qt program is a C++ program, you can easily execute any system command you want, including things like "shutdown," simply using the normal C facilities to do so, e.g. @system ("/sbin/shutdown -h now");@ or @exceclp ("telinit","0");@ etc.

      1 Reply Last reply
      0
      • K Offline
        K Offline
        kinjalp
        wrote on last edited by
        #3

        Thanks for replying me.. I try and tell you..

        kinjal.

        1 Reply Last reply
        0
        • K Offline
          K Offline
          kinjalp
          wrote on last edited by
          #4

          Please I find the commands that shut down the Angstrom linux board and also option for the standby mode of this board...
          After standby mode how to come back it is also question...
          Please help me out...

          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