Название: qt6+QtCreator12 в Linux'е Отправлено: mokynis от Февраль 10, 2024, 13:51 установил qt6+QtCreator12, linux показывает, что установлены также qt6-doc и qt6-examples, но qt6-doc нашел только в /usr/share/licenses, а примеров вообще не нашел. Соответственно, в creator'е нет никакого help'а. Подскажите, что с этим теперь делать? Где взять хелп и примеры? OS ArchLinux
Пардон, нашел. В var/lib/pacman/local лежат 2 папки: qt6-doc и qt6-examples, каждая с тремя файлами: desc, files и архивом mtree. И что теперь с ними делать? Название: Re: qt6+QtCreator12 Отправлено: kambala от Февраль 10, 2024, 14:09 укажи в заглавии темы, что вопрос по линуксу
Название: Re: qt6+QtCreator12 в Linux'е Отправлено: Old от Февраль 10, 2024, 14:53 Здесь лежат все примеры:
usr/share/doc/qt6/examples/ Документацию можно читать в assistant или в креаторе в разделе "Справка". Покажи что выводит команда: pacman -Qs qt6 Название: Re: qt6+QtCreator12 в Linux'е Отправлено: mokynis от Февраль 13, 2024, 13:21 examples нашел, спасибо.
=========== pacman -Qs qt6 local/qt6-5compat 6.6.1-2 (qt6) Module that contains unsupported Qt 5 APIs local/qt6-base 6.6.1-3 (qt6) A cross-platform application and UI framework local/qt6-declarative 6.6.1-1 (qt6) Classes for QML and JavaScript languages local/qt6-doc 6.6.1-2 (qt6) A cross-platform application and UI framework (Documentation) local/qt6-examples 6.6.1-2 (qt6) Examples and demos from qt6 documentation local/qt6-positioning 6.6.1-1 (qt6) Provides access to position, satellite and area monitoring classes local/qt6-quick3d 6.6.1-1 (qt6) Qt module and API for defining 3D content in Qt Quick local/qt6-quicktimeline 6.6.1-1 (qt6) Qt module for keyframe-based timeline construction local/qt6-serialport 6.6.1-1 (qt6) Provides access to hardware and virtual serial ports local/qt6-shadertools 6.6.1-1 (qt6) Provides functionality for the shader pipeline that allows Qt Quick to operate on Vulkan, Metal, and Direct3D, in addition to OpenGL local/qt6-svg 6.6.1-1 (qt6) Classes for displaying the contents of SVG files local/qt6-tools 6.6.1-1 (qt6) A cross-platform application and UI framework (Development Tools, QtHelp) local/qt6-translations 6.6.1-1 (qt6) A cross-platform application and UI framework (Translations) local/qt6-webchannel 6.6.1-1 (qt6) Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients local/qt6-webengine 6.6.1-2 (qt6) Provides support for web applications using the Chromium browser project Название: Re: qt6+QtCreator12 в Linux'е Отправлено: Old от Февраль 13, 2024, 13:33 Вот этот пакет еще поставь qt6-tools и будет help
Название: Re: qt6+QtCreator12 в Linux'е Отправлено: mokynis от Февраль 13, 2024, 14:13 "Old but gold"-спасибо!
Тут еще один косяк обнаружился: в настройках, в профилях Qt стоял QT5 (что-то его подтянуло ДО установки Creator'а). После установки qt6-tools появилась запись, что есть и более поздняя версия и ее надо бы сделать по умолчанию. Все решилось, вопрос закрыт |