Перейти к содержимому

Как открыть проект в qt creator

  • автор:

Как открыть готовый проект в qt, нужно подправить интерфейс, компиляция в windows?

Подскажите, как правильно открыть проект для отладки и редактирования в qt?
Вот собственно сам проект: http://sourceforge.net/projects/zint/files/zint/2.4.3/zint-2.4.3.tar.gz/download
мне нужно чуть поправить интерфейс и перевести надписи на русский, кто шарит в qt и linux помогите разобратся.
Проект должен быть собран под windows в виде exe файла.

Голосование за лучший ответ

Можете открыть в QtCreator, импортировав из CMake (File -> Open -> CMakeLists.txt). Можно просто открывать файлы по отдельности в любом текстовом редакторе. Чтоб собрать этот проект, понадобится CMake (гугль знает, где скачать) .
А вообще, если вам нужно просто перевести программу на русский, то лучше использовать QtLinguist — не нужно будет править исходники (если они адаптированы для перевода) .

ЗЫ. Можно открыть и в VS, установив Qt Visual Studio Addon.

Как открыть проект в Qt Creator и начать компиляцию?

В общем, надо сделать курсач на тему игра «домино» на языке C++, а времени абсолютно нет, поэтому взял с интернета, как оказалось, готовый проект написан на редакторе Qt Creator, я впервые о нем слышу, и ничего не понимаю в нем, могли бы вы помочь открыть его через эту ide?
Как вообще начать компиляцию для получения exe-файла в этой ide?
У меня в данный момент следующая ошибка
https://youtu.be/wR4C7tk8lY4

  • Вопрос задан более года назад
  • 311 просмотров

Комментировать

Решения вопроса 0

Ответы на вопрос 0

Ваш ответ на вопрос

Войдите, чтобы написать ответ

qt-creator

  • Qt Creator

Не отображается label круг на поле Widget, как исправить?

  • 1 подписчик
  • 24 дек. 2023
  • 12 просмотров

Open projects

<Ways to open projects in the Welcome mode Projects tab></p>
<p>To open a project, open the project file for the project: <i>CMakeLists.txt</i> (CMake), <i>.pro</i> (qmake), <i>.qbs</i> (Qbs), <i>meson.build</i> (Meson), <i>pyproject</i> (Python), or <i>Makefile.am</i> (Autotools, experimental). You can open a project in the following ways: </p>
<ul>
<li>Select <b>File</b> ><b>Open File or Project</b>.</li>
<li>In the <b>Welcome</b> mode, <b>Projects</b> tab, select <b>Open Project</b> (1). » /></li>
<li>In the <b>Projects</b> tab, select a project in the list of recently opened projects (2).</li>
<li>In the Projects view, right-click to open a context menu and select <b>Load Project</b> to open the <b>Load Project</b> dialog, where you can select a project file.</li>
<li>Use the following keyboard shortcuts, depending on the mode you are currently in:
<ul>
<li>In all modes, press <b>Ctrl+O</b> (<b>Cmd+O</b> on macOS) to open the <b>Open File</b> dialog, where you can select a project file.</li>
<li>On Windows and Linux, in all modes except the <b>Help</b> mode, press <b>Ctrl+Shift+O</b> to open the <b>Load Project</b> dialog.</li>
<li>In the <b>Welcome</b> mode, <b>Projects</b> tab, press <b>Ctrl+Shift+number</b> (<b>Cmd+Shift+number</b> on macOS), where the number is the number of a project in the list of recently opened projects (3).</li>
</ul>
</li>
</ul>
<h3>Re-configure projects</h3>
<p>Qt Creator stores information that it needs to build projects in a .user file. If Qt Creator cannot find the file when you open an existing project, it prompts you to enter the information.</p>
<p>If you used another Qt Creator instance to create the project, Qt Creator asks whether you want to use the old settings. The settings are specific to the development environment, and you should not copy them from one environment to another. Therefore, we recommend that you select <b>No</b> and enter the information again in the <b>Configure Project</b> tab.</p>
<p>To re-configure projects:</p>
<p><img decoding=

You can drag the progress bar to another position. The position is saved for later. Select the (Pin) button to pin the progress bar back to the toggle button.

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.

Как запустить сборку проекта в QT Creator?

Создал новую «Форму Qt Designer», хочу запустить его и посмотреть. Но эта функция мне почему-то недоступна. Кто-нибудь знает почему?

Mac OS 10
Qt Creator 4.5.0

5a4e81bccc28c832673825.png

  • Вопрос задан более трёх лет назад
  • 722 просмотра

1 комментарий

Простой 1 комментарий

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *