Results 1 to 8 of 8

Thread: QTabWidget: Shortcuts & Clicks

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8
    Join Date
    Apr 2008
    Posts
    39
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanked 1 Time in 1 Post

    Default Re: QTabWidget: Shortcuts & Clicks

    Quote Originally Posted by fullmetalcoder View Post
    • It *should* as far as I understand the docs. However programming is an experimental discipline : test and see for yourself.
    • I am not sure how shortcut events are born and what they do during their short life but I guess the answer is yes.
    • Very unlikely. QShortcut is not a class meant to be used directly and I am not sure it will improve things if QAction does not work. In that case the only way would probably be to handle key events directly.
    • I tried it - no success. :-( I think there is some kind of central place missing where a key-combo can be checked against present actions. The Qt framework has no idea that I put a list with actions in my tabwidget.
    • Thanks.
    • Thanks.


    Bye

    Edit: QWidget::addAction()
    Last edited by youkai; 20th July 2009 at 14:45.

Similar Threads

  1. Segment fault using a Qt plugin with QTabWidget
    By tarod in forum Qt Programming
    Replies: 2
    Last Post: 14th July 2009, 10:27
  2. QTabWidget transparent background problem
    By destroyar0 in forum Qt Programming
    Replies: 10
    Last Post: 25th June 2009, 12:19
  3. Changing the background of QTabWidget
    By ike in forum Qt Tools
    Replies: 2
    Last Post: 7th November 2008, 13:43
  4. QTabWidget clicking problems after addTab()
    By DonSam in forum Qt Programming
    Replies: 0
    Last Post: 14th October 2008, 08:28
  5. How do I add new tab to QTabWidget
    By pcmantinker in forum Qt Programming
    Replies: 2
    Last Post: 6th June 2008, 04:24

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.