Skip to content

Qt Design Studio

For questions about Qt Design Studio

104 Topics 314 Posts
  • This topic is deleted!

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

    Unsolved
    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • "Show Live Preview" sometimes doesn't work right

    Unsolved
    2
    0 Votes
    2 Posts
    623 Views
    T

    I am not aware of this issue. You can always restart the live preview by disabling it (unchecking the toolbutton) and then checking it on again. This is much faster than restarting Qt Design Studio. In some special cases something might interfere with the update.
    If it actually requires you to restart Qt Design Studio this would be a really weird bug. In any case please file a bug report.

  • Checkbox Dimension

    Unsolved
    2
    0 Votes
    2 Posts
    462 Views
    T

    The size of the CheckBox is on controlled by the style/theme. See: https://doc.qt.io/qt-6/qtquickcontrols2-styles.html

  • Automatic new lines in qt design studio

    Unsolved
    5
    0 Votes
    5 Posts
    535 Views
    T

    At this point in time .ui.qml files are always formatted. We can consider adding an option, but I would prefer to fix the code formatter. Can you file a bug report for this?

  • Custom component not appearing under My Components

    Unsolved
    2
    0 Votes
    2 Posts
    420 Views
    T

    A Component will not appear if you are currently inside that component.
    e.g. if you have components A and B then component B will be visible if you are editing component A and vice versa. Any component with a capitalized name, that is derived from Item and does not contain syntax errors should be visible.

  • Is qtds file user specific?

    Unsolved
    3
    0 Votes
    3 Posts
    6k Views
    T

    The .qtds file is the equivalent of a .user file in Qt Creator. In the context of QDS it stores a few user-related settings for a project if you e.g. change the run environment for the QML runtime.

  • 'Remote tree' problem during qt install

    Unsolved
    2
    0 Votes
    2 Posts
    318 Views
    SGaistS

    Hi,

    It was recently discovered that the installer may have some issues with single processor virtual machines. Depending on the version you are using it might be related.

  • QtQuick.Controls.Impl not found

    Unsolved
    1
    0 Votes
    1 Posts
    359 Views
    No one has replied
  • Can't find Translations view?

    Unsolved
    2
    0 Votes
    2 Posts
    302 Views
    M

    The Translation functionality is available only with a Qt Design Studio Enterprise license.

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Convert .ui to .py

    Unsolved
    2
    0 Votes
    2 Posts
    608 Views
    jsulmJ

    @Lasoc Please post what you're exactly typing and also the exact error...

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    12 Views
    No one has replied
  • 0 Votes
    2 Posts
    353 Views
    T

    .qad is binary animation data and cannot be edited at this point in time.

  • 0 Votes
    4 Posts
    631 Views
    SGaistS

    Unless you have followed Toradex documentation my guess is that you do not do.

    I would recommend talking with them about that. They have a pretty extensive documentation like this getting started page.

    Thus I would recommend to first get your environment up and running for development on your target and then come back to Qt Design Studio.

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    27 Views
    No one has replied
  • Qt Designer preview not working

    Unsolved
    5
    0 Votes
    5 Posts
    869 Views
    L

    @jsulm When I click on yes ,it enlarges the parent window and the right edge GUI is grayed out when i scroll to the right as shown below.

    Screenshot (7).png

  • Can't find installer on account page

    Solved
    2
    0 Votes
    2 Posts
    333 Views
    D

    I found it on this page: https://www.qt.io/download-open-source
    Look for a sort of miss-styled text below the "Looking for binaries" box.

  • Qt Designer extremely slow, Qt Creator closes

    Unsolved
    3
    0 Votes
    3 Posts
    768 Views
    T
    PS. I tested with QtDesigner 7.0.0 and qmlpuppet it works good, the issue started to appear in QtDesigner 7.0.1 (Qt 6.3.0)

    Do you mean Qt Creator 7.0.0/7.0.1? Does this also happen with the example projects?