I am not IDE developer but for sure is the short answer. If you expect somthing like Visual C++ where you have some Visual Tools (Wizzard) or Designer than NO. I have written some Qt GUI. All GUI source files must be reachable from CLions' cmake. Thats all.
Ha alguma configuracao para GUI como no DEV-C++ ou CodeBlocks?...tenho um codigo que executa no Dev-C++ e nao ta rodando no Clion e o MinGW que configurei é o mesmo do Dev-C++...Estou aberto a sugestoes e ajuda.
@Wgtassis Prog, there is no UI designer in CLion. But you can work with projects that use graphic.h in CLion. Please take a look at the following thread, it might be helpful.
Hi Jose,
I am not IDE developer but for sure is the short answer.
If you expect somthing like Visual C++ where you have
some Visual Tools (Wizzard) or Designer than NO.
I have written some Qt GUI. All GUI source files must be reachable from CLions' cmake.
Thats all.
Greetings Olaf
I mean something like a tool palette....
Hi Jose.
We haven't such feature in CLion yet.
Feel free to create an issue about UI Designer in CLion in our tracker.
Follow to get the updates.
Thanks Anna. Your mean your tool will be only like a text editor?
very slow text editor =))
Ha alguma configuracao para GUI como no DEV-C++ ou CodeBlocks?...tenho um codigo que executa no Dev-C++ e nao ta rodando no Clion e o MinGW que configurei é o mesmo do Dev-C++...Estou aberto a sugestoes e ajuda.
@Wgtassis Prog, there is no UI designer in CLion. But you can work with projects that use graphic.h in CLion. Please take a look at the following thread, it might be helpful.