跳到內容
  • 143k 主題
    719k 貼文
    N
    I'm on a Debian 12 system lacking a GPU (it relies on software rendering only) and trying to get running an email application (https://github.com/akissinger/dodo) which uses PyQt6 and QtWebEngine. The main window of the application and its basic functionality loads correctly, however when trying to perform a particular action (viewing the contents of an email inside a new panel/tab), the following error log is printed (after enabling QT_DEBUG_PLUGINS=1): qt.core.library: "/home/user/dodo/.venv/lib/python3.11/site-packages/PyQt6/Qt6/plugins/xcbglintegrations/libqxcb-glx-integration.so" loaded library qt.core.library: "vulkan" loaded library Failed to create Vulkan instance: -9 Failed to create platform Vulkan instance Unable to detect GPU vendor. As a result, the respective functionality fails (the tab itself is created correctly, but the email contents aren't displayed). I've not been able to get rid of this error, although I've tried the following: QT_QPA_PLATFORM=xcb QT_VULKAN_DISABLE=1 QT_OPENGL=software QTWEBENGINE_CHROMIUM_FLAGS=--disable-gpu Any suggestions for how to force software rendering? By the way, another application (https://github.com/qutebrowser/qutebrowser), which is similarly using PyQt6/QtWebEngine, is working fine on the same system (i.e same system-wide packages, otherwise the applications use separate Python virtual environments).
  • Jobs, project showcases, announcements - anything that isn't directly development
    4k 23k
    4k 主題
    23k 貼文
    V
    Everyone who is trying to cross-compile Qt for Orange Pi 3B can follow this tutorial: https://github.com/vverenich/CrossCompileQtForOpi
  • Everything related to designing and design tools

    129 391
    129 主題
    391 貼文
    J
    In QT Design Studio, Tab Buttons are mostly for navigation within the UI, but each tab doesn’t automatically hide other content. Usually, a StackView or Loader is needed to switch visible content depending on the active tab.
  • Everything related to the QA Tools

    81 219
    81 主題
    219 貼文
    H
    @IamSumit can you reproduce the issue and share the Support Information logs. Please refer to the following Knowledge Base Article regarding how to obtain the Support Information is https://qatools.knowledgebase.qt.io/misc/collecting-support-info/collecting-support-information-linux-mac-windows/
  • Everything related to learning Qt.

    389 2k
    389 主題
    2k 貼文
    C
    I am looking for a teammate for this competition, an English-speaking person preferred living in Germany.
  • 2k 主題
    13k 貼文
    SGaistS
    I think it's worth asking on the bug report system to see whether they are too specific.
  • 4k 主題
    18k 貼文
    GrecKoG
    Le [=] n'étant pas nécessaire ici vu qu'il n'y a rien à capturer dans la lambda. connect(obj1, &MyObject::mySignal , this, [](int arg1){ qDebug() << arg1; });
  • This is where all the posts related to the Qt web services go. Including severe sillyness.
    1k 10k
    1k 主題
    10k 貼文
    SGaistS
    Hi, I think you can use https://forum.qt.io/category/5/qt-io-webservices category for this type of question (moved there by the way). Are these in your "unread" section ? Are they marked as you following them ?