Skip to content
  • 144k Topics
    721k Posts
    B
    @serkan_tr said in Using GStreamer Within Qt (QGroundControl-Like Architecture): Is there a simpler or more recommended way to embed a GStreamer video stream into a Qt UI component? Have you tried QVideoWidget + QMediaPlayer just like in the Qt Multimedia examples?
  • Jobs, project showcases, announcements - anything that isn't directly development
    4k 23k
    4k Topics
    23k Posts
    Ronel_qtmasterR
    Dear All, 🎉 Exciting Announcement! Welcome to RTECH-TRAINING, your go-to destination for mastering Qt/C++ Development! 🚀 Dive into the world of cross-platform application development with our comprehensive tutorials, covering everything from the basics of C++ to advanced Qt framework techniques. Whether you're a beginner or looking to level up your skills, we've got you covered! Learn Qt Essentials: Signals, slots, GUI design, and more! Hands-On Projects: Build real-world applications and boost your portfolio. Subscribe to RTECH-TRAINING now and start crafting powerful, efficient applications with Qt and C++! 📚👨‍💻 Hit the bell for updates on new videos, and let's code the future together! 🔔 https://m.youtube.com/@RTECHTRAININGQT/videos Contact : [email protected]
  • Everything related to designing and design tools

    129 392
    129 Topics
    392 Posts
    J
    Using QT Designer might be the simpler route if the main goal is to keep the workflow smooth with Python. QT Design Studio projects often need manual adjustments before they run properly under PySide6.
  • Everything related to the QA Tools

    89 241
    89 Topics
    241 Posts
    H
    @Pieter-Knelissen sorry for the delay. regarding the attributes/methos available, it depends on the UI component used and the UI structure. For example in our above sample test case "tmpObj" for the given sample application, After the test case hits the breakpoint, and see the "Variables View", you will see "type" of each local variable. And the "type" for "tmpObj" is javax_swing_JList. (Attached screenshot) Therefore, from there on, you have to look into the JList and related UI component documentation to access the desired attributes and methods. [image: 9366681d-0b7c-4dfa-93c8-2f3cb6c22144.png]
  • Everything related to learning Qt.

    391 2k
    391 Topics
    2k Posts
    S
    @Jackol Did you or did an AI write that answer?
  • 2k Topics
    13k Posts
    Chris KawaC
    Sometimes, like when you are marooned on a desert island [in an announcer voice] Coming soon, to a desert island near you... :) Yeah, I guess cases where all you have is text search on a big code base are not that uncommon, like when browsing github repo or something like that, but specifically overrides... I don't think I ever had to look for overrides this way. Oh well, different people different use cases.
  • 4k Topics
    18k Posts
    C
    [image: dc2880e7-0937-4483-91de-5cc6b1e0664b.png] 项目升级QT6后启动 ASSERT failure in class QFactoryLoader *__cdecl QtGlobalStatic::ApplicationHolder<struct `anonymous namespace'::Q_QAS_qtlsbLoader>::pointer(void) noexcept(false): "The application static was used without a QCoreApplication instance", file C:/Users/qt/work/qt/qtbase/src/corelib/kernel/qapplicationstatic.h, line 59 这是什么原因造成
  • This is where all the posts related to the Qt web services go. Including severe sillyness.
    1k 10k
    1k Topics
    10k Posts
    SGaistS
    @Pl45m4 Looks like it and I don't think so. It should be better now.