Skip to content

Qt Development

Everything development. From desktop and mobile to cloud. Games, tools, 3rd party libraries. Everything.
144.6k Topics 724.8k Posts
Qt 6.11 is out! See what's new in the release blog

Subcategories


  • This is where all the desktop OS and general Qt questions belong.
    84k 460k
    84k Topics
    460k Posts
    U
    Unicode is important here because a QString can contain characters from different writing systems, and converting it to QByteArray without specifying the correct encoding can result in data loss. Using UTF-8 is generally a practical choice when the data needs to preserve Unicode characters across different applications and systems. This is especially important for multilingual text such as Arabic and Urdu, where proper Unicode support is essential for preserving the characters correctly.
  • Looking for The Bling Thing(tm)? Post here!
    20k 78k
    20k Topics
    78k Posts
    A
    I filed this issue too: https://qt-project.atlassian.net/browse/QTBUG-150742 - a suggestion to add support for unix sockets in the SatelliteSource object, which would mean no need to pipe gnss-share output. I would really like for someone to confirm if the sattlitesInView list is empty - I have not been able to fix that, and I consider filing an issue for that as well.
  • The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
    14k 63k
    14k Topics
    63k Posts
    R
    Qt Creator 20.0.2 fixed the problem.
  • This is a discussion space for

    • for audio / video playback and recording
    • media formats and codecs
    • camera and screen sharing functionality
    53 228
    53 Topics
    228 Posts
    SGaistS
    Hi, I can only answer on the last part: Qt6 Multimedia module currently uses ffmpeg as backend on all platform except for embedded Linux which might be your case. I suggest you take a look at GStreamer chapter in the Qt Multimedia documentation. There might be stuff in there that could be of interest. Hope it helps
  • Have a question about Qt Creator, our cross-platform IDE, or any of the other tools? Ask here!
    8k 37k
    8k Topics
    37k Posts
    Z
    We are happy to announce the release of Qt Creator 20.0.2! https://www.qt.io/blog/qt-creator-20.0.2-released
  • Your Qt just doesn't want to build? Your compiler can't find the libs? Here's where you find comfort and understanding. And help.
    10k 52k
    10k Topics
    52k Posts
    SGaistS
    Hi and welcome to devnet, Sounds like you have encountered the same situation as described in QTCREATORBUG-34905 which is fixed for 20.0.2. If you want you can use the snapshot. @ekkescorner confirmed it works.
  • What can we say - we like games. And you can use Qt to write some. Questions? Ask here.
    876 4k
    876 Topics
    4k Posts
    Nils SjobergN
    Change node.material = material; to node.materials = [material]; because the Model in QtQuick3D has a property called materials (a list), not a single material.
  • Discussions and questions on QtWebEngine
    1k 4k
    1k Topics
    4k Posts
    J
    Finally got my 6.11 installation working. This was fixed in the update.
  • You're using Qt with other languages than C++, eh? Post here!
    871 3k
    871 Topics
    3k Posts
    RokeJulianLockhartR
    For an educational project, I want to compile Qt 6 C# (presumably, via the new Qt Bridge) to GitLab Pages-compatible WASM (presumably, via Emscripten). Is this feasible, and/or possible? If not, I am happy to file an enhancement request for Qt Jira's QTBRIDGES product. Though, I fear that it may be as difficult as what github.com/pyodide/pyodide-recipes/issues/183 describes.
  • For discussion and questions about Qt for Python (PySide & Shiboken)

    3k 15k
    3k Topics
    15k Posts
    JKSHJ
    @axu2 said in Possible mistake in the translation example?: The website still isn't updated? The website shows the official documentation of the current release. It will update with the next release.
  • Specific issues when using Qt for WebAssembly

    468 2k
    468 Topics
    2k Posts
    Nils SjobergN
    Try an unoptimized build first (without optimizations) to verify a code folding/LTO issue, and if so, update emsdk to a newer version; if you don't feel like messing with it, moving the file is the quick fix.
  • Discussions and questions about Qt Quick Ultralite and using Qt on microcontrollers in general

    156 476
    156 Topics
    476 Posts
    G
    I am working on a Qt for MCUs application and currently using OTF font files with the Static font engine. The font quality is good with OTF, but internal flash usage becomes very high. When I use FMP fonts, flash usage is low, but some glyphs do not render properly. Any guidance on the correct approach to move OTF font storage to external memory would be very helpful. Thank you.
  • Combining Qt with 3rd party libraries or components? Ask here!
    1k 6k
    1k Topics
    6k Posts
    S
    I know this is an old thread, but since it still shows up in search results: In case someone has issue with cross-compiling vlc4.0 from linux to windows, You can also checkout a blog on this issue: https://medium.com/@skdevane/building-vlc-4-0-for-windows-inside-wsl2-every-wall-i-hit-and-how-i-got-through-them-72e6e1e2d456
  • The forum for discussing the Qt Digital Advertising Platform

    16 41
    16 Topics
    41 Posts
    E
    @nayka Can I use QtDigitalAdvertising on PC applications? Or is it only allowed for use on Android or iOS mobile devices?
  • For discussion and questions about Qt Insight

    11 20
    11 Topics
    20 Posts
    jsulmJ
    @Alejandro_qt_ Here is an example how to build qtbase module: https://stackoverflow.com/questions/50022325/building-qt-module-from-source