Skip to content

Qt Design Studio

For questions about Qt Design Studio

113 Topics 337 Posts
  • Qt Design Studio read user files at first launch?

    Unsolved
    3
    0 Votes
    3 Posts
    166 Views
    H

    @Tim-Jenssen
    Thanks for your reply. I got limited resources tracking this issue. Appreciate for your help. If u need more info debugging this from my side, feel free to ask.

  • Style Sheet

    Unsolved
    6
    0 Votes
    6 Posts
    212 Views
    JonBJ

    @GILOKILO , @QtFriend2024
    The OP is asking about Qt Design Studio, not Designer/Creator. In the light of @Henning-G's reply above, do either of your posts refer to Design Studio and its use of QML?

  • Design Studio locking up?

    Unsolved
    5
    0 Votes
    5 Posts
    647 Views
    T

    @jonnycakes please create a ticket at https://bugreports.qt.io/

  • Looking for best practices on SVG's in QDS?

    Unsolved
    1
    0 Votes
    1 Posts
    148 Views
    No one has replied
  • No elements visible

    Unsolved
    1
    0 Votes
    1 Posts
    115 Views
    No one has replied
  • QT Design Studio tabs

    Unsolved
    2
    0 Votes
    2 Posts
    217 Views
    T

    from documentation https://doc.qt.io/qt-6/qml-qtquick-controls-tabbar.html#details I would use a StackLayout

  • 0 Votes
    5 Posts
    641 Views
    M

    Finally , I have to use the different mirror that the default as listed in: https://download.qt.io/online/qtsdkrepository/windows_x86/root/qt/Updates.xml.mirrorlist

    after browsing here and there , I must put the mirror without full path to xml. Instead only url before the /online part.

    qt-online-installer-windows-x64-4.8.1.exe --mirror https://qt-mirror.dannhauer.de/

    and voila!
    ef3627c3-b8b8-4c48-8877-9bc1279f7e57-image.png
    b8b101c7-7378-4eb6-a4b9-aaf64c341a0d-image.png

  • 0 Votes
    5 Posts
    1k Views
    T

    @Alhazred please create a report https://bugreports.qt.io/secure/CreateIssue!default.jspa

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • Timeline issue

    Unsolved
    8
    0 Votes
    8 Posts
    536 Views
    D

    OK , thnx.

  • QmlElement is not recognized in QDS

    Unsolved
    2
    0 Votes
    2 Posts
    158 Views
    A

    Nobody here even reply man. As far as I know, you can read more about how QDS works with CMake, Qmake, python and C++. There is a way to know what project structure does QDS expects, I think. Make a project in QDS, click on Files -> Export Project -> Enable Python Generation or Enable CMake Generation. You can learn a bit faster that way.

  • QML Module not found

    Solved
    3
    0 Votes
    3 Posts
    334 Views
    B

    I ran into a similar issue, the difference being that my project is in Python and I declared a QML element using the @QmlElement annotation, but it was not recognized by Qt Design Studio, even though the program ran fine and the functionality seemed to be working correctly.

  • No QML Utility Specified for the Target Device

    Unsolved
    2
    1 Votes
    2 Posts
    218 Views
    T

    Please do not use the Android kit.

    You can use the UI viewer to preview applications on Android.

    This is explaiend here: https://doc.qt.io/qtdesignstudio/qt-ui-viewer.html.

    This feature will get a major overhaul in Qt Design Studio 4.7.

  • QML module not found error

    Unsolved
    3
    0 Votes
    3 Posts
    237 Views
    T

    How did you fix it?

  • Dynamic Grid

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    J

    @James-Gallegos It works, Thanks

  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    38 Views
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Qt design studio file from Windows to Raspberry Pi

    Unsolved
    2
    0 Votes
    2 Posts
    766 Views
    Pl45m4P

    @Marzonek said in Qt design studio file from Windows to Raspberry Pi:

    i created a Design in Qt design studio on my Windows because i need a GUI for a Project in my school.

    Hi,

    did you wrote an app or only the .ui / *.qml file(s) in QtDesigner / Qt Design Studio?

    Is it possible to run the file i created on my Windows to run on my Pi?

    There is not such thing as "running the GUI file". You need to use it in an app with Qt.

    You need to create an app, with or without QML and then compile it for your Raspberry Pi device.

    One possibility how to proceed is shown in this Video here.
    Use the latest versions and not the ones shown in the video though.
    If you already made a QML design, you can copy the code to re-use it, as working with Qt is platform independent.

  • Qt Design Studio Community Edition start screen

    Solved
    2
    0 Votes
    2 Posts
    549 Views
    T

    you can write:

    [DoNotAskAgain]
    StudioSplashScreen=true

    into the user settings file under ~/.config/QtProject/QtDesignStudio.ini
    but please also create a bugreport with your system data, distri + which window manager is used

  • Qt Creator 14.0.1 Failed to create project

    Locked Unsolved
    2
    1 Votes
    2 Posts
    594 Views
    Christian EhrlicherC

    Dupe of https://forum.qt.io/topic/158270