Results 1 to 2 of 2

Thread: Creating custom qt widget + not appearing in wizard

  1. #1
    Join Date
    May 2011
    Posts
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Creating custom qt widget + not appearing in wizard

    I have created and installed a custom widget, However I am trying to understand how do I create a custom form and install. For example, Multipage widget appears in the new form window when being created. I wanted to create a widget which appears in the custom widget section while creating a new form.

  2. #2
    Join Date
    May 2011
    Location
    INDIA
    Posts
    3
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows Android

    Lightbulb Re: Creating custom qt widget + not appearing in wizard

    I guess you are trying to create a container. Just change the isContainer() in your plugin.cpp .

    e.g.:-

    bool TestPlugin::isContainer() const
    {
    return true;
    }

    Good Luck

Similar Threads

  1. creating custom signal
    By aj2903 in forum Qt Programming
    Replies: 10
    Last Post: 18th November 2021, 09:33
  2. QCompleter is not appearing on a widget added to a scene
    By Rodrigo.Celler in forum Qt Programming
    Replies: 4
    Last Post: 8th December 2010, 16:11
  3. [PyQt] Creating custom widget
    By asik in forum Newbie
    Replies: 1
    Last Post: 2nd December 2010, 14:33
  4. Creating custom scrollbars
    By Luc4 in forum Qt Programming
    Replies: 2
    Last Post: 12th March 2010, 12:34
  5. Problem in Creating/installing Custom Widget
    By angeshwar in forum Qt Programming
    Replies: 0
    Last Post: 14th September 2009, 16:33

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.