S
S
sitev_ru2015-01-13 12:00:08
Qt
sitev_ru, 2015-01-13 12:00:08

Can Qt be used as an additional library?

There is a project in C++. I want to use some of the features of Qt in it and connect it to my project as an additional library, and not write it from scratch. Is it possible?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
tsarevfs, 2015-01-13
@tsarevfs

Yes, they probably do. But this approach causes some inconvenience. Qt is designed to work with its own types (for example, QString), so you will have to convert one to the other quite often.
In addition, in those places where, for example, signals are used, moc cannot be dispensed with, which means minimal but still changes.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question