Results 1 to 1 of 1

Thread: Generalized implementation to support touchscreen context help display

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2010
    Posts
    122
    Thanks
    62
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Smile Generalized implementation to support touchscreen context help display

    I am currently developing a touchscreen application with a UI similar to the modern smartphone. The application is developed using QtCreator and widgets alone. I need to implement support for context help. The workflow here is that the user picks a Help button off the touchscreen, and this initiates help mode. The active screen (one of many) would advertise GUI elements that can be help targets. The advertisement would be a help icon similar to the numeric indications in the attached screenshot as "HelpIndicators.jpg". The user would select one of the items from the GUI that is a help target by clicking a display help icon, and then context specific help would be displayed.

    The GUI elements that could be potential help targets include list control items, scroll bar items, pushbuttons, etc -- basically an entire range of widgets.

    I am looking for general suggestions on providing a generalized context help solution. I currently am not doing any custom drawing, the UI is simply stylized using style sheets. However, if a generalized solution consists of deriving all widgets from a derived base class which provided the display of a custom icon when help mode is active, that would be acceptable.
    Attached Images Attached Images

Similar Threads

  1. checkbox implementation in QTableWidget display issue
    By prajesh in forum Qt Programming
    Replies: 11
    Last Post: 26th February 2010, 09:35
  2. touchscreen help...
    By aj2903 in forum Qt for Embedded and Mobile
    Replies: 3
    Last Post: 13th November 2008, 18:47
  3. Tray context menu display issues
    By r2hubert in forum Newbie
    Replies: 4
    Last Post: 16th July 2008, 16:44
  4. Tray context menu display issue
    By r2hubert in forum Qt Programming
    Replies: 1
    Last Post: 7th July 2008, 20:15
  5. Qt support Map display?
    By csvivek in forum Qt Programming
    Replies: 1
    Last Post: 11th April 2008, 16:00

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
  •  
Qt is a trademark of The Qt Company.