Skip to content

Qt Design Studio

For questions about Qt Design Studio

103 Topics 311 Posts
  • Dialog not working when i try to call every 6 second ?

    Unsolved
    2
    0 Votes
    2 Posts
    271 Views
    jeremy_kJ

    @mariappan said in Dialog not working when i try to call every 6 second ?:

    var dialog = taskInputDialog.createObject()

    The Dialog needs a parent, or a reference that will last as long as the object.

    https://doc.qt.io/qt-6/qml-qtqml-component.html#createObject-method

    If a parent is not provided to createObject(), a reference to the returned object must be held so that it is not destroyed by the garbage collector.

  • Design Studio locking up?

    Unsolved
    2
    0 Votes
    2 Posts
    382 Views
    T

    Which Qt Design Studio version, which operating system? which hardware it is running on? maybe it is better to create a bug report.

  • 0 Votes
    3 Posts
    751 Views
    M

    I hope nobody will make the same silly mistake i did in here :)

    The parent rectangle was set to be disabled! When enabled, all works as expected.

    So anybody in the future who face the same issue, i suggest you to look for the parent object's enable/disable state first.

  • ShaderEffectSource inside the Design Studio editor

    Unsolved
    1
    0 Votes
    1 Posts
    185 Views
    No one has replied
  • 0 Votes
    2 Posts
    345 Views
    SGaistS

    Hi,

    Since you have a commercial license, you should contact the Qt Company directly. This forum is volunteer drive and you are less likely to have someone with a situation similar as yours.

  • Images not showing in preview mode

    Unsolved
    3
    0 Votes
    3 Posts
    460 Views
    T

    Urls from qrc files are currently not supported. Please use relative URLs instead.

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • Can't Add Assets to Qt Design Studio

    Moved Unsolved
    3
    0 Votes
    3 Posts
    502 Views
    Y

    @JKSH Ah I see, thanks. We love a nonsense paywall :)

  • Sending a Figma file that works on Qt DS

    Unsolved
    6
    0 Votes
    6 Posts
    588 Views
    G

    Did you find the answer?

  • Running Android project in Design Studio

    Unsolved
    1
    0 Votes
    1 Posts
    228 Views
    No one has replied
  • Min font size

    Unsolved
    1
    0 Votes
    1 Posts
    219 Views
    No one has replied
  • How to link pages in Qt

    Unsolved
    1
    0 Votes
    1 Posts
    215 Views
    No one has replied
  • There is zero documentation on FlowView and FlowItem

    Solved
    8
    0 Votes
    8 Posts
    798 Views
    T

    FlowView is part of qt-labs/qtquickdesigner-components - see https://doc.qt.io/qtdesignstudio/quick-converting-ui-projects.html#adding-qt-quick-designer-components-to-qt-installations to install it in other Qt versions.

  • Issue with pixelation in QT Design Studio save options

    Unsolved
    5
    0 Votes
    5 Posts
    398 Views
    QDS_AddictQ

    @Suryayadav I can't understand what kind of problem you're trying to solve even if I look at the screenshot.

    Maybe why don't you refer to this place?

    https://doc.qt.io/qtdesignstudio/

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • Issue about web view sharing in Qt DS

    Solved
    3
    0 Votes
    3 Posts
    329 Views
    QDS_AddictQ

    @Burak-Hancerli Wow, I followed the instructions you provided with the screenshot, and it worked perfectly. I really appreciate not only the link to the forum topic but also the screenshot you captured, which made it very easy to understand. Thank you very much for your kind and helpful guidance.

  • Where should I design the UI for my desktop application?

    Unsolved
    3
    0 Votes
    3 Posts
    315 Views
    Atr0p0sA

    @agelo1995 Hi! First of all, I want to say that I am new to qt too, so I may be wrong. But after reviewing some resources I got the impression, that nowadays people use QML for creating UI since it has more features and is easier to do than using C++ for this purpose. Somewhere I saw the idea that no one uses Qt Design Studio now.
    Qt also has The Style Sheet Syntax which is almost identical to CSS.

  • 0 Votes
    19 Posts
    920 Views
    T

    @BVladimir
    People another question is how can quickWidget itself be made transparent and the elements inside it so that they are not transparent how can this be achieved?

    do you know how it can be done?

    can you help me with this please