Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QtCreator - Designer: implement simplified Qml model to speed up designer interface
Forum Updated to NodeBB v4.3 + New Features

QtCreator - Designer: implement simplified Qml model to speed up designer interface

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 3 Posters 1.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sil20
    wrote on last edited by
    #1

    Hello,
    I am develloping a qml application. I use Qt 4.8.4, and designer 2.8.1
    for the project purpose we develloped several plugins, and Qml Components. We instanciate components inside "Panels". One panel can have moer than 100 componenets and is meant to be displayed on #xFullHDComposite Screen where #is (1;4)

    We use the Designer in QtCreator set the layout but since our component are quite complexes and includ plugins, and many other things thedesigner is slow, but I mean really slow : some time 1min to move one component, or 3 min so display the visual.

    So I was wondering if there is some way to speed this up, for example telling Designer ti ignor some plugins instance, or to have for each models 1 simplified model to be render?

    1 Reply Last reply
    0
    • T Offline
      T Offline
      ThomasHartmann
      wrote on last edited by
      #2

      I am wondering why the designer is so slow? Are the documents that you edit also that complex? Sub components are handled by the designer "just as normal" components, so the performance should be similar to qmlview or your application.

      To answer your question:

      If it is not too much work I would create a second Qt that contains simplified mockup versions of your plugins. Then you can configure this Qt for the project while you design.

      Another solution for C++ plugins is to check the name if of the application (using QApplication) is qmlpuppet. If yes you do not do any heavy lifting and disable anything that is not required in the designer.

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tjenssen
        wrote on last edited by
        #3

        Does this happen against an uptodate version? If you can not move to a newer version: Can you describe why you can not move?
        Can you reduce your problem to a share able example?
        The best would be to have a bugreport about your issue.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved