Results 1 to 20 of 20

Thread: Qt Creator plugin: how to insert foreign widgets from my plugin into QtQuick Designer

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2014
    Posts
    125
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Question Qt Creator plugin: how to insert foreign widgets from my plugin into QtQuick Designer

    Hello;

    I'm building a plugin for Qt Quick Designer.

    I was able to successfully create the basic Qt Creator plugin (http://doc.qt.digia.com/qtcreator-ex...st-plugin.html). Now I want to embed foreign widgets (W1, W2, W3, W4) from my plugin into QtQuick Designer itself. Obviously, I need to dig into QtQuick designer source code.

    These foreign widgets are W1, W2, W3, W4, please see the attached file for their intended location.
    W1: same nature as “Welcome”, “Design”, “Debug”, “Projects”, “Analyze”, “Help”. They will have the same parent.
    W2: ToolBox Widget. It will be a selectable item in the “Library” dropdown list
    W3: QGraphicsView. It will be a selectable item in the “main.qml” dropdown list
    W4: QTabWidget: It will be a selectable item in the “Open Documents” dropdown list

    My questions:
    1) I have the entire source code of Qt Creator but I’m unable to locate the code for W1?
    2) Where is the source code of the above refered dropdown lists? how these dropdown lists will interface with my code?
    3) How to ensure that W2,W3, W4 occupy the same area as their parent and are resizable with them?
    4) How do Qt Quick Designer code will call/interface with my code?

    Thank you for your help.

    Mut
    Last edited by mut; 23rd May 2014 at 17:37.

Similar Threads

  1. Replies: 1
    Last Post: 14th February 2014, 08:36
  2. Replies: 2
    Last Post: 5th October 2012, 13:55
  3. Need your help with designer plugin built with Creator
    By high_flyer in forum Qt Programming
    Replies: 4
    Last Post: 27th November 2010, 14:46
  4. Replies: 3
    Last Post: 13th September 2010, 21:14
  5. Replies: 1
    Last Post: 22nd January 2007, 12:13

Tags for this Thread

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.