Results 1 to 3 of 3

Thread: Designer: How to promote to a existing Qt Widget?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2009
    Location
    Germany
    Posts
    131
    Thanks
    11
    Thanked 16 Times in 16 Posts
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Designer: How to promote to a existing Qt Widget?

    Good Morning,

    I want to insert a QToolBar into my QWidget designed in the Designer. Since there is no direct support for this (except for QMainWindow, but I cant use this) I thought its best to use a normal QWidget and promote it to the QToolBar. But this seems not possible in the designer (4.6.0).

    However a can create a Custom Widget based on QToolBar, but I can not select it for promoting, since my Baseclass is QWidget and not QToolBar. For selecting this I need a QToolbar as Base (and this is exacly what I want)

    Attached Images Attached Images

Similar Threads

  1. Replies: 3
    Last Post: 17th November 2009, 14:43
  2. how to promote layout in Designer?
    By homerli in forum Qt Tools
    Replies: 1
    Last Post: 11th May 2009, 16:40
  3. add an apps to the designer widget box
    By adamatic in forum Qt Tools
    Replies: 1
    Last Post: 5th March 2009, 06:31
  4. Replies: 4
    Last Post: 9th August 2007, 08:20
  5. Replies: 9
    Last Post: 8th May 2006, 14:21

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.