QtDesignStudio: Difference between revisions
No edit summary |
(title rework) |
||
Line 1: | Line 1: | ||
== What is Qt Design Studio == | == What is Qt Design Studio == | ||
Qt Design Studio is a UI design and development environment that enables designers and developers to prototype and develop complex and scalable UI rapidly. Key items of the Qt Design Studio are | |||
Qt | - It's a visual editor for QML user interfaces | ||
- It works with commercial and open source Qt versions | |||
- It used mostly by front-end developers and technical artists to create functional QML user interface layer for Qt applications. | |||
For detailed informati on about Qt Design Studio, please refer to our online documentation at: https://doc.qt.io/qtdesignstudio/ | |||
-- here -- | |||
Qt Design Studio features in more detail: | Qt Design Studio features in more detail: |
Revision as of 12:08, 30 September 2024
What is Qt Design Studio
Qt Design Studio is a UI design and development environment that enables designers and developers to prototype and develop complex and scalable UI rapidly. Key items of the Qt Design Studio are
- It's a visual editor for QML user interfaces
- It works with commercial and open source Qt versions
- It used mostly by front-end developers and technical artists to create functional QML user interface layer for Qt applications.
For detailed informati on about Qt Design Studio, please refer to our online documentation at: https://doc.qt.io/qtdesignstudio/
-- here --
Qt Design Studio features in more detail:
- Qt Photoshop Bridge – Create your UI design and UI components in Photoshop and import them into Qt Design Studio. This is an advanced Photoshop plugin that exports your designs to Qt Design Studio, where it is translated into QML.
- Qt Sketch Bridge – Create your UI design and UI components in Sketch and import them into Qt Design Studio. This is an advanced Sketch plugin that exports your designs to Qt Design Studio, where it is translated into QML. Since Qt Design Studio 1.3 it has support for symbols.
- Timeline-based animations – Creating advanced animations was never simpler. The timeline-/keyframe-based editor lets designers create pixel-perfect animations of any type without having to write a single line of code.
- QML Live Preview – Run and preview your application or UI directly on the desktop, Android, and Boot2Qt devices. See how your changes affect the UI live on your target device in minutes!
- QML Visual Effects – Apply out-of-the-box visual effects to your designs, e.g. blur, colorize, glow, and more. You can even animate the effects with the Timeline editor.
- QML Shape Items – Several out-of-the-box shapes, i.e. Pie, Arc, Triangle, etc., are ready for prototyping and building custom QML visual elements.
- Manage and create custom re-usable components – Turn your Photoshop layers into reusable components for different projects with but a few clicks.
- and many more… e.g. managing layouts and states with ease
Where can you get it?
Head to our Qt Design Tools webpage, and click the “Free Tech Preview Trial” button under 2D Feature Highlights. This will start you with a download link for your 10-day trial. You can always contact us if you want to extend the trial.
The free community edition can be found here.
The official Qt Design Studio manual is found here.
You can find demos/examples and test data here.
Here is a public test matrix Qt Design Studio test;
How to use Qt Design Studio
Please see here: https://wiki.qt.io/QtDesignStudio/HowToUse
Troubleshooting
Do you have an issue with Qt DS ? Here are some issues that some users have reported and a workaround/solution
- CMake Exporter: QtDesignStudio/CMakeExporter
Contributing
Public test matrix: Qt Design Studio test
Reporting bugs and issues
The public bug tracker for Qt Design Studio can be found here. Feel free to report any bugs you find and add suggestions.
Source Code
Many of the features of Qt Design Studio are part of Qt Creator. You can find the source code of Qt Creator here.
Building a custom kit
Here you can find a tutorial on how to build a custom kit: https://wiki.qt.io/Install_new_kit_to_Qt_Design_Studio#Qt_Version]
Release Notes
- Qt Design Studio 4.6.0
- Qt Design Studio 4.5.1
- Qt Design Studio 4.5
- Qt Design Studio 4.4
- Qt Design Studio 4.3
- Qt Design Studio 4.2
- Qt Design Studio 4.1
- Qt Design Studio 4.0
Looking for older releases, please see QtDesignStudio/Releases/Archive