0

On creating a new project (which has a sample swipeView and TabBar application) or opening up example projects, when I click the design tab for the main qml to see how the app looks , I see that few items are out of position (in the designer) and few don't show up in the Navigator. This is the case only for the Form Editor. The qml code contains everything and the application works fine. But its making it difficult to understand sample projects.

As you can see in the picture that Navigator does not show TabBar or TabButtons though they are present on the screen but also out of position (shows on top in designer but appear at bottom in the application running).

enter image description here

same with this example project

enter image description here

Syed Ahmed Jamil
  • 1,881
  • 3
  • 18
  • 34
  • You should let the Creator team know by creating a bug report: https://bugreports.qt.io – Mitch Dec 10 '17 at 14:44
  • 1
    Please show some code that reproduces this problem. The Designer can't handle everything, most prominently JS code. If you have nontrivial bindings for the placement, it will fail. When the example has no `.ui.qml`-files it is most likely not created with compatibility to the designer in mind. [**Here**](http://doc.qt.io/qtcreator/creator-quick-ui-forms.html) you can find a list of what can not be processed by the designer. – derM - not here for BOT dreams Dec 10 '17 at 22:22
  • Thanks i get it now designer is doing what its suppose to. cant show dynamic ui thats why only .ui.qml files render perfectly – Syed Ahmed Jamil Dec 13 '17 at 02:01

0 Answers0