S
S
simplecode2011-12-15 18:57:56
Qt
simplecode, 2011-12-15 18:57:56

"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

4 answer(s)
R
Rustam Safin, 2011-12-15
@simplecode

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.

V
Vas3K, 2011-12-15
@Vas3K

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.

V
Victor, 2011-12-18
@DarthVictor

For PyQt, you can try Eric or Spyder. They are written on it.

I
Ilya Kovalevsky, 2012-05-19
@namespace

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 question

Ask a Question

731 491 924 answers to any question