Skip to content

Qt Design Studio

For questions about Qt Design Studio

117 Topics 343 Posts
QtWS25 Last Chance
  • Qt Design Studio cannot find any valid kits

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    J
    Alright, I've figured out the last step of the problem. It seems since updating Design Studio, my project will not load in a live preview or allow the project to be ran. It doesn't produce any errors when doing this. However, looking more carefully, it seems that is because there is a bug in my project in this new version. (if I comment out all my code in the root file and just draw a rectangle, then the project will load). The "output" window isn't logging anything, all that happens is I click the preview button and nothing happens. I'd appreciate if anyone could tell me where I am meant to figure out what part of my project is broken. But this at least solves the last part of the problem and directs in the right direction.
  • I'm adding a video but it's not showing

    Unsolved
    2
    0 Votes
    2 Posts
    716 Views
    H
    @Deichor Video by default isn't playing. You need to call play() on the video item. If you don't want a button or any other UI element to start the video, you could use Component.onCompleted() to call the play() method.
  • Top menu bar disappeared

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    T
    There is a setting we inherited from Qt Creator (https://bugreports.qt.io/browse/QTCREATORBUG-30114). You can edit "%appdata%\QtProject\QtDesignStudio.ini" and remove the MenubarVisible line from the [MainWindow] section: [MainWindow] MenubarVisible=false Why Ctrl+Alt+M is not working for you is unclear. You can check the Keyboard Shortcut in the options: [image: 20a29747-0682-47f6-9245-dd5e2fc03345.png]
  • How to compile Qt Designer Studio ?

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    T
    You can find a super repository to build Qt Design Studio here: https://git.qt.io/public-demos/qt-design-studio We plan to simplify the process, sp that Qt Design Studio can be build from simply the Qt Creator repository.
  • design studio (not my app) mouse scrolling problem

    Unsolved
    2
    0 Votes
    2 Posts
    479 Views
    T
    Hi, There is no option and the next release should have this behavior sanitized.
  • What should be gitignored

    Solved
    3
    0 Votes
    3 Posts
    435 Views
    T
    Those files are part of the C++ boiler plate application and if you plan to build the application in Qt they should be checked in.
  • So many bugs in Design Studio

    Unsolved
    4
    0 Votes
    4 Posts
    708 Views
    T
    I am Sorry,that you have such a bad experience using Qt Design Studio. It looks like something in your setup went seriously wrong. Can you report your issue here: https://bugreports.qt.io/projects/QDS? My first guess is that you did not create a project.
  • General question about application flow in D.S.

    Unsolved
    1
    0 Votes
    1 Posts
    261 Views
    No one has replied
  • Toon shader in QT designer

    Unsolved
    1
    0 Votes
    1 Posts
    353 Views
    No one has replied
  • gltf texture issues

    Unsolved
    1
    0 Votes
    1 Posts
    278 Views
    No one has replied
  • Qt design studio uses old version of Qt

    Moved Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    F
    @Christian-Ehrlicher I found 6.5.2, compiled it, made a folder PluginName in asset_imports of my project inside there I have: PluginName.qmltypes PluginName_qml_module_dir_map.qrc PluginNameplugin.dll PluginNameplugin.dll.manifest PluginNameplugin.exp PluginNameplugin.lib qmldir it works properly in QML editor in qt design studio as in it finds the members but when I try to run the app in qt design studio through the puppet it says that "Cannot load library: path to dll The specified module could not be found"
  • Setting Up for Qt Bridge for Adobe Photoshop?

    Moved Unsolved
    5
    2 Votes
    5 Posts
    1k Views
    V
    @Safae_ Are you using the opensource version? The Bridge plugins are available only with the Enterprise edition of QDS.
  • This topic is deleted!

    Unsolved
    0
    0 Votes
    0 Posts
    370 Views
    No one has replied
  • Issue with Importing .qtbridge Files to Qt Design 4.3 from Figma

    Unsolved
    4
    0 Votes
    4 Posts
    720 Views
    jsulmJ
    @Aninoss said in Issue with Importing .qtbridge Files to Qt Design 4.3 from Figma: I don't know where I can find Crash report file You can provide the stack trace by running your app in debugger
  • Cannot Connect to QML Emulation Layer (QML Puppet)

    Solved qml design mode design studio
    3
    0 Votes
    3 Posts
    995 Views
    B
    @JKSH Seems you were correct : QML debugging is enabled. Only use this in a safe environment. Info: Starting QML Puppet ((null):0, (null)) Info: Could not load the Qt platform plugin "xcb" in "" even though it was found. ((null):0, (null)) Fatal: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. Available platform plugins are: wayland, offscreen, minimal, wayland-egl, xcb, linuxfb, minimalegl, vnc, vkkhrdisplay, eglfs. ((null):0, (null)) ldd returns : linux-vdso.so.1 (0x00007ffed5dfb000) libQt6XcbQpa.so.6 => /home/user/Qt/Tools/QtDesignStudio/qt6_design_studio_reduced_version/plugins/platforms/./../../lib/libQt6XcbQpa.so.6 (0x00007f3bda977000) libxkbcommon-x11.so.0 => /lib/x86_64-linux-gnu/libxkbcommon-x11.so.0 (0x00007f3bda955000) libxkbcommon.so.0 => /lib/x86_64-linux-gnu/libxkbcommon.so.0 (0x00007f3bda90f000) libxcb-cursor.so.0 => not found libxcb-icccm.so.4 => /lib/x86_64-linux-gnu/libxcb-icccm.so.4 (0x00007f3bda908000) libxcb-image.so.0 => /lib/x86_64-linux-gnu/libxcb-image.so.0 (0x00007f3bda900000) libxcb-keysyms.so.1 => /lib/x86_64-linux-gnu/libxcb-keysyms.so.1 (0x00007f3bda8fb000) libxcb-randr.so.0 => /lib/x86_64-linux-gnu/libxcb-randr.so.0 (0x00007f3bda8e9000) libxcb-render-util.so.0 => /lib/x86_64-linux-gnu/libxcb-render-util.so.0 (0x00007f3bda8e2000) libxcb-shm.so.0 => /lib/x86_64-linux-gnu/libxcb-shm.so.0 (0x00007f3bda8dd000) libxcb-sync.so.1 => /lib/x86_64-linux-gnu/libxcb-sync.so.1 (0x00007f3bda8d4000) libxcb-xfixes.so.0 => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0 (0x00007f3bda8c9000) libxcb-render.so.0 => /lib/x86_64-linux-gnu/libxcb-render.so.0 (0x00007f3bda8bb000) libxcb-shape.so.0 => /lib/x86_64-linux-gnu/libxcb-shape.so.0 (0x00007f3bda8b6000) libxcb-xkb.so.1 => /lib/x86_64-linux-gnu/libxcb-xkb.so.1 (0x00007f3bda898000) libxcb.so.1 => /lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f3bda86e000) libQt6OpenGL.so.6 => /home/user/Qt/Tools/QtDesignStudio/qt6_design_studio_reduced_version/plugins/platforms/./../../lib/libQt6OpenGL.so.6 (0x00007f3bda7cc000) libQt6Gui.so.6 => /home/user/Qt/Tools/QtDesignStudio/qt6_design_studio_reduced_version/plugins/platforms/./../../lib/libQt6Gui.so.6 (0x00007f3bd9e00000) libGL.so.1 => /lib/x86_64-linux-gnu/libGL.so.1 (0x00007f3bd9d79000) libQt6Core.so.6 => /home/user/Qt/Tools/QtDesignStudio/qt6_design_studio_reduced_version/plugins/platforms/./../../lib/libQt6Core.so.6 (0x00007f3bd9600000) libX11-xcb.so.1 => /lib/x86_64-linux-gnu/libX11-xcb.so.1 (0x00007f3bda7c5000) libX11.so.6 => /lib/x86_64-linux-gnu/libX11.so.6 (0x00007f3bd94c2000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f3bd9d72000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f3bd9d6d000) libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f3bd9200000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f3bd9117000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f3bd9d49000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f3bd8e00000) libxcb-cursor.so.0 => not found libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007f3bd8cb9000) libgthread-2.0.so.0 => /lib/x86_64-linux-gnu/libgthread-2.0.so.0 (0x00007f3bd9d42000) libxcb-util.so.1 => /lib/x86_64-linux-gnu/libxcb-util.so.1 (0x00007f3bd9d39000) libXau.so.6 => /lib/x86_64-linux-gnu/libXau.so.6 (0x00007f3bd9d33000) libXdmcp.so.6 => /lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f3bd9d29000) libEGL.so.1 => /lib/x86_64-linux-gnu/libEGL.so.1 (0x00007f3bd9d16000) libfontconfig.so.1 => /lib/x86_64-linux-gnu/libfontconfig.so.1 (0x00007f3bd9cc8000) libQt6DBus.so.6 => /home/user/Qt/Tools/QtDesignStudio/qt6_design_studio_reduced_version/plugins/platforms/./../../lib/libQt6DBus.so.6 (0x00007f3bd9051000) libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f3bd9caa000) libfreetype.so.6 => /lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007f3bd8bef000) libGLdispatch.so.0 => /lib/x86_64-linux-gnu/libGLdispatch.so.0 (0x00007f3bd8b37000) libGLX.so.0 => /lib/x86_64-linux-gnu/libGLX.so.0 (0x00007f3bd9490000) libicui18n.so.56 => /home/user/Qt/Tools/QtDesignStudio/qt6_design_studio_reduced_version/plugins/platforms/./../../lib/libicui18n.so.56 (0x00007f3bd8600000) libicuuc.so.56 => /home/user/Qt/Tools/QtDesignStudio/qt6_design_studio_reduced_version/plugins/platforms/./../../lib/libicuuc.so.56 (0x00007f3bd8200000) libicudata.so.56 => /home/user/Qt/Tools/QtDesignStudio/qt6_design_studio_reduced_version/plugins/platforms/./../../lib/libicudata.so.56 (0x00007f3bd6800000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f3bd9ca1000) /lib64/ld-linux-x86-64.so.2 (0x00007f3bdaa32000) libpcre2-8.so.0 => /lib/x86_64-linux-gnu/libpcre2-8.so.0 (0x00007f3bd8a9d000) libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007f3bd9c8c000) libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007f3bd9026000) libdbus-1.so.3 => /lib/x86_64-linux-gnu/libdbus-1.so.3 (0x00007f3bd67b2000) libpng16.so.16 => /lib/x86_64-linux-gnu/libpng16.so.16 (0x00007f3bd85c8000) libbrotlidec.so.1 => /lib/x86_64-linux-gnu/libbrotlidec.so.1 (0x00007f3bd9483000) libmd.so.0 => /lib/x86_64-linux-gnu/libmd.so.0 (0x00007f3bd9476000) libsystemd.so.0 => /lib/x86_64-linux-gnu/libsystemd.so.0 (0x00007f3bd66e2000) libbrotlicommon.so.1 => /lib/x86_64-linux-gnu/libbrotlicommon.so.1 (0x00007f3bd66bf000) libcap.so.2 => /lib/x86_64-linux-gnu/libcap.so.2 (0x00007f3bd901a000) libgcrypt.so.20 => /lib/x86_64-linux-gnu/libgcrypt.so.20 (0x00007f3bd6577000) liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5 (0x00007f3bd6545000) libzstd.so.1 => /lib/x86_64-linux-gnu/libzstd.so.1 (0x00007f3bd6491000) liblz4.so.1 => /lib/x86_64-linux-gnu/liblz4.so.1 (0x00007f3bd646e000) libgpg-error.so.0 => /lib/x86_64-linux-gnu/libgpg-error.so.0 (0x00007f3bd6448000) I installed libxcb-cursor and the problem is solved, thanks a lot !
  • Dialog not working when i try to call every 6 second ?

    Unsolved
    2
    0 Votes
    2 Posts
    335 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.
  • QML Button onClicked doesn't work while onHoveredChanged does.

    Solved
    3
    0 Votes
    3 Posts
    1k 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
    224 Views
    No one has replied
  • 0 Votes
    2 Posts
    428 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
    567 Views
    T
    Urls from qrc files are currently not supported. Please use relative URLs instead.