I am a beginner designer in qt can anyone help me with the project please
-
@TEMIRLANSKI
So far as I understand, Design Studio is for designing QML UIs. If you then want to code much against it you have to export it to a.ui
so that you can then import it into Creator/Designer and do coding there.There will be no "backward direction" such that you can take an existing Creator/C++ code base and "transfer that to Design Studio".
QML can still call C++/Qt code, that is not a problem. But I don't think it will work against any design you have already made in
.ui
/widgets application. -
@JonB
that is, it turns out that I don’t have to transfer my entire project to qt design studio, but I can just make a design in qt design studio and then convert it to ui for qt creator and connect the libraries back so that the application works only now with a good design, do I understand you correctly? -
@TEMIRLANSKI
That may be possible.However, I am concerned that what you will get out of Design Studio will be for QML/QtQuick application, but what you have already is for widgets application.
At this point I do not know. Since I have never used Design Studio, QML or QtQuick I think you should await someone better to answer your question properly :)
-
can anyone help please
-
@TEMIRLANSKI
There are three ways to use "a Designer UI File in Your C++ Application" described at
https://doc.qt.io/qt-6/designer-using-a-ui-file.htmlAdd the Qt Designer .ui file to your Qt Creator .pro file and follow the steps for the "Direct Approach" Implementation
-
I have a project not a little one can help with the integration of the project in qt design studio or vice versa I can upload my project to discord or telegram please help
-
someone please help me i beg you
-
@TEMIRLANSKI
What part of the coding is bugging you?
What issue did you meet in exporting the .ui file?
It is your project, not mine.
Why don't you share your screenshots here? -
@Txai
this is my project, I opened it in qt design, but I don’t know how to run it in qt design and how to start design and what to do next, before that I did it in qt creator in ui and I need to make the whole design as beautiful as possible and add everything my functions and slots that I did beforethis is how my project looks in qt creator
-
help me please
-
please help me
-
People another question is how can quickWidget itself be made transparent and the elements inside it so that they are not transparent how can this be achieved?
-
@BVladimir
People another question is how can quickWidget itself be made transparent and the elements inside it so that they are not transparent how can this be achieved?do you know how it can be done?
can you help me with this please