Results 1 to 5 of 5

Thread: Interactive screen saver using Qt?

  1. #1
    Join Date
    Nov 2008
    Posts
    183
    Thanks
    13
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Interactive screen saver using Qt?

    All,

    Someone asked this today and I thought it would be interesting to post here. On the evil Redmond platform one can create an "interactive" screen saver. I don't work on the evil Redmond platform so they explained this as a screen saver which is basically an application that does not exit from any ol' user interaction. The user has to click on some defined exit button/link/etc.

    In effect, until the user physically exits the application the computer is a single application machine.

    The question which was posed to me is multiple parts.

    1) Does Ubuntu (and YAU distros) provide such a thing as an "interactive screen saver" on all desktops?
    2) If such a creature exists, at least in concept, on Ubuntu "could" it be written with Qt?
    3) Assuming 1&2 are true has anyone actually done it or can they post a link to functioning code?

    Thanks,

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Interactive screen saver using Qt?

    Boy, that better be some bug-free code. Having to hit the reset button because your "interactive" screen saver has decided not to be would be strong inducement to delete it and demand a refund with damages.

  3. #3
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Interactive screen saver using Qt?

    That sounds more like a lock-screen application than a screen saver.

    But if you really just need something that covers the whole screen, just write an application that has one window that covers the whole screen?

    Cheers,
    _

  4. #4
    Join Date
    Nov 2008
    Posts
    183
    Thanks
    13
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Interactive screen saver using Qt?

    Actually, the client would be quite happy with that. This is a sales demo/kiosk type application. In other words, the client doesn't _want_ people messing with the machines.

  5. #5
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Interactive screen saver using Qt?

    Quote Originally Posted by RolandHughes View Post
    Actually, the client would be quite happy with that. This is a sales demo/kiosk type application. In other words, the client doesn't _want_ people messing with the machines.
    That does even more sound like just running a fullscreen application.

    In a kiosk type situation one wouldn't usually even run anything else to reduce the "attack surface"

    Cheers,
    _

Similar Threads

  1. Replies: 1
    Last Post: 29th November 2012, 20:03
  2. Creating a Screen Saver for Windows
    By spud in forum Qt Programming
    Replies: 1
    Last Post: 2nd November 2011, 15:58
  3. application screen as screen saver
    By wizarda in forum Qt Programming
    Replies: 0
    Last Post: 6th January 2011, 19:15
  4. Interactive graphics in Qt
    By wconstan in forum Newbie
    Replies: 2
    Last Post: 15th December 2010, 20:51
  5. Replies: 0
    Last Post: 5th May 2008, 12:43

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.