Answer the question
In order to leave comments, you need to log in
"Clean" C++ in Qt Creator?
Good habro evening?
/* Qt Creator Expert Question: */
How do I write-compile-build-debug-run C++ programs in Qt Creator without using the Qt library?
Well, in pursuit, how is Qt Creator friendly with Python and PyQt?
Answer the question
In order to leave comments, you need to log in
Download QtCreator, Create Project - Other Project - A simple C++
project QtCreator was created only to work with the Qt and C++ library, therefore it is useless for Python.
The previous speaker fully answered the first question, regarding the second I will add that in QtCreator you can draw an interface (it used to be Qt Designer), and then overtake from the .ui file to python code through the pyuic console utility. I always did this when I wrote in PyQt and PySide. In the first one, there seems to be the possibility of loading from .ui files, but in the second, my method works completely. But perhaps things have changed since then.
And here is the lesson: “Before you write a question on Habr, you need to carefully read the MENU of the krieitor.”
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question