# Qt + Qt Creator

{% embed url="<https://www.qt.io/>" %}

<table><thead><tr><th width="185">Параметр</th><th>Значение</th></tr></thead><tbody><tr><td>ОС</td><td>Windows, Linux, Mac OS</td></tr><tr><td>Доступность</td><td>Бесплатная версия с регистрацией. Для разработки в компании/производстве - платно.</td></tr><tr><td>Компиляторы*</td><td>GCC, Clang, MinGW, MSVC</td></tr></tbody></table>

Предлагает полный набор инструментов разработчика, предназначенных для создания и развёртывания приложений - как консольных, так и с GUI. Из плюшек - нативная поддержка Qt и возможность просмотра GUI прямо в среде (form designer). Имеется возможность компиляции проектов для разных ОС.

К недостаткам можно отнести большой объём собранных приложений и дороговизну платной версии.

### Educational license

{% embed url="<https://www.qt.io/qt-educational-license>" %}

Получение QT-лицензии и niuitmo-почты занимает порядка 5 минут.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://skkv-itmo.gitbook.io/c-cpp-cookies/environments/ide/qt-creator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
