Results 1 to 2 of 2

Thread: QExtendedGridView

  1. #1
    Join Date
    Jul 2006
    Location
    Catalunya - Spain
    Posts
    117
    Thanks
    16
    Thanked 8 Times in 8 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default QExtendedGridView

    Finally I decided to publish QExtendedGridView. Take a look and use it if you want...

    QEXtendedGridView ( at qt-apps.org )

  2. #2
    Join Date
    Jul 2006
    Location
    Catalunya - Spain
    Posts
    117
    Thanks
    16
    Thanked 8 Times in 8 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QExtendedGridView

    I'm refactoring QExtendedGridView improving some parts. I've created too a new object :QExtendedTabWidget. It's an extension of QTabWidget, allowing to show / hide tabs.

    Its here

    I only have a problem you can see if you put a QExtendedGridView inside your code.

    When it gains focus, the BASE widget has the focus, not the first or second QTreeView ( the other components have QT::Nofocus set on focusPolicy ). I've to press Tab key to go to the first/second TreeView.

    It's very anoying. I've tested to set the focus to Qt::NoFocus on the base widget, but this avoids it's inner QTreeViews to gain focus.

    I've tested too using setFocusProxy and nothing works as expected.

    Any ideas ?
    Last edited by jpujolf; 28th April 2009 at 08:38. Reason: syntax errors

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.