Project and UI Files / Advanced User Interfaces |
![]() ![]() ![]() |
After composing your UI Panel, you can store the user interface created using the If you created your UI Panel by starting with one of the Kickdrive templates provided, the saved file is a Kickdrive Compressed Project file (.kickzip) by default. For many advanced applications it is necessary to work directly with the uncompressed files stored inside the .kickzip file archive. For that: •Save the project using menu File > •Now you can manually edit the original .kickpro file, if necessary, using a standard text or XML editor. •The /QML2 sub-directory contains all Qt Quick / QML files that define your UI Panel application. You can use standard text editors or the Qt / Qt Quick development environment "Qt Creator" to work with these files, e.g. create modified versions with a different look or functions.
|