Questions tagged [qt-design-studio]

19 questions
0
votes
0 answers

How to deploy QML application to Android through 'custom deploy process' from Qt Design Studio?

In Qt Design Studio there is no option to deploy an QML application using android kit. It only has 'QML preview' option. It has custom deploy process but I don't know what to fill in Custom Process Step such as command, arguments, working directory…
0
votes
0 answers

How can I call a function in ui.qml files in Qt Creator

I created a project in Qt Design Studio and then moved it to Qt Creator. I went through the conversion steps and now I only have .ui.qml files Now I want call some functions in .ui.qml files. For example, I have a shape that I want to log a text by…
Hamid Mohammadi
  • 286
  • 1
  • 10
0
votes
1 answer

Incorrect Editor View for QML in Qt Design Studio

This is Qt Design Studio, not Qt Quick Designer but it might be the same. I made a component, PaneWithTitle.qml Column { id: column Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter spacing: Style.paneTitleOffset property string…
naezith
  • 591
  • 1
  • 4
  • 11
-3
votes
0 answers

Why is Qt Design Studio not poperly showing SVGs?

I am trying to make a window app in python and i am using qt designer to well, design it. In this app i want to use SVGs for icons and they all work but when i try to load them using the image component they display wrong, poor quality and just the…
1
2