Skip to content
Qt 6.11 is out! See what's new in the release blog
  • 144k Topics
    723k Posts
    D
    @aha_1980 Thank you.
  • Jobs, project showcases, announcements - anything that isn't directly development
    4k 23k
    4k Topics
    23k Posts
    sierdzioS
    Hi and have fun! I'd recommend grabbing some examples from Qt Creator maybe? QML book might also be a good place to look: https://qmlbook.github.io And Qt's documentation is superb so I recommend using it a lot :)
  • Everything related to designing and design tools

    130 397
    130 Topics
    397 Posts
    I
    In QDS, SVGs usually look blurry when the path is being scaled instead of rendered at its native size. Make sure the SvgPathItem matches the original SVG viewBox and avoid scaling it down inside the component. If possible, import the SVG as a file and use an SVG Image element rather than pasted path data, and keep width/height proportional to the source. This prevents QDS from rasterizing it at a low resolution.
  • Everything related to the Software Quality Tools

    94 254
    94 Topics
    254 Posts
    M
    Found it. I overlooked the following traceback in the logs. Traceback (most recent call last): File "/mnt/ssd2/develop/experiments/python-squish/mysquishtest.py", line 16, in <module> squishtest.waitForApplicationLaunch() RuntimeError: Waiting for application timed out When I remove the call squishtest.waitForApplicationLaunch() it works and I can use squishtest.test.compare() to test conditions.
  • Everything related to learning Qt.

    393 2k
    393 Topics
    2k Posts
    e-KHOOLE
    Hi everyone, We work on developing enterprise learning and training platforms, and recently we’ve been exploring Qt for building desktop or device-based applications that support safety training use cases. In industries like oil & gas—especially in regions such as the UAE—safety training systems often need to support offline access, structured learning modules, controlled user roles, and reliable performance across different environments. We’re interested in understanding from the community: Has anyone used Qt for building training, compliance, or safety-related applications? How well does Qt scale for enterprise-focused learning or content-driven platforms? Any best practices or architectural considerations when using Qt for regulated industry use cases? This is mainly an experience-sharing and learning discussion. Looking forward to hearing your insights. Thanks!
  • 2k Topics
    13k Posts
    Pl45m4P
    @jkobus Hi, wow, thanks for coming back to my topic and your effort you put into the example :) Yeah was definitely missing something like Task Trees in Qt back then. Maybe I will visit my project again and see what I can do using the new Qt Task Tree features :) Thanks again :)
  • 4k Topics
    18k Posts
    L
    环境: RK3588J + ubuntu20.04 + QT6.8.3 在测试中: 1、使用eglfs可以正常显示qtbase的测试用例; 2、但是在使用xcb时,只有边框,但是边框里面是黑屏。 3、如果改成QT_QUICK_BACKEND=software后,xcb时可以正常显示。 4、使用QT5.15的qbase示例时,XCB可以正常显示,且GPU加速渲染 我想请问一下,在使用QT6.8.3时,使用XCB,GPU无法正常加速渲染是因为我编译源码时有问题,还是RK3588J的mali和QT6.8.3的XCB时GPU渲染有兼容性问题?
  • This is where all the posts related to the Qt web services go. Including severe sillyness.
    1k 10k
    1k Topics
    10k Posts
    J
    Hello just wanted to let you know that on https://qt-mirror.dannhauer.de, the SSL certificate is expired.