Questions tagged [qtquick-designer]

User interface designer for the declarative programming language qml

QtQuick designer is a designer tool which provide a WYSIWYG functionality similar to
for backed user interfaces

18 questions
0
votes
0 answers

Qt quick designer main.qml messed up upon creating new project or example projects

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…
Syed Ahmed Jamil
  • 1,881
  • 3
  • 18
  • 34
0
votes
1 answer

Adding business logic on components in the ui.qml files

I have a QML Quick Form where I have an image and an associated mouse area as follows: // StatusBarForm.ui.qml Image { id: exitButton width: 24 height: 24 anchors.verticalCenter: parent.verticalCenter anchors.left: parent.left …
Luca
  • 10,458
  • 24
  • 107
  • 234
-1
votes
1 answer

ListView with List Items arranged on Half Circle using QML

I'm Trying to make a Circular ListView with List Items arranged on Half Circle. it should look something like this: I'm using Qt open source license and i cannot find a controller similar in QtControls. Please any idea or suggestion ? Thanks in…
Wim
  • 181
  • 3
  • 13
1
2