Results 1 to 1 of 1

Thread: Regarding the use of QML and QWidget

  1. #1
    Join Date
    Jun 2013
    Posts
    1
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Windows Android

    Smile Regarding the use of QML and QWidget

    Hi guys,
    I we are developing a web based software platform . The current plan for the current product development interface is archived with
    With QMainWindow, QDockWidget achieve MainWindow and SubWindow.
    All SubWindow achieve internal use QQuickView
    <List Of Group & Thumbnail> window using QML's ListView Item realization (QML)
    <Main View of Group> window with QQuickPaintedItem derived class (derived class) to achieve the Tree of QML Item structure to form (QML) All Item painting based on traditional painting method QPainter
    <Special Edit View>, <Item Properties> window is to use QML's Quick Controls, Layout to form. (QML)
    <Detail Structure> window with a TreeView Item to achieve. (QML)
    Questions I have are

    The above method can be seen as the best way to do? ? Is there a more reasonable alternative method? ?

    The mix QML and Widget developers will instead lead to more complex its scalability is even more down?

    Does not use the QML but in the traditional way to develop Widget then there will be any adverse situation? ? ?

    Thanks a lot ,
    Best Regards,
    Biman
    Last edited by wysota; 13th June 2013 at 09:07. Reason: Thread merge

Similar Threads

  1. Replies: 1
    Last Post: 30th October 2010, 12:28
  2. Replies: 1
    Last Post: 16th September 2010, 15:57
  3. Replies: 1
    Last Post: 12th April 2010, 12:55
  4. Replies: 3
    Last Post: 1st April 2010, 23:56
  5. Replies: 1
    Last Post: 2nd May 2006, 21:11

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.