Skip to content
Qt 6.11 is out! See what's new in the release blog
  • 145k Topics
    724k Posts
    JKSHJ
    @Squeeqt said in QDrag pixmap changes between Qt 6.4 and 6.10?: am I correct in guessing that patches are unlikely to get backported to a 6.10 branch? Yes, Qt 6.10 will not receive any further releases. likely I will need to look into snaps, flatpaks, and appimages etc to cover the expected runtime environments... This might help: https://github.com/probonopd/linuxdeployqt
  • Jobs, project showcases, announcements - anything that isn't directly development
    4k 23k
    4k Topics
    23k Posts
    D
    I have been building a test automation tool for Qt Quick applications and it is now available. Posting here in case it is useful to anyone doing GUI test automation on Qt. What it does Record user interactions against a running Qt Quick application and replay them as tests. Alongside the UI layer it also exposes the C++ backend: reading and writing Q_PROPERTY values, invoking Q_INVOKABLE methods. Tests come out as Python, so they are editable and reviewable like any other code rather than locked in a proprietary format. Runs headless for CI, and produces HTML reports. How it works The target application links a static library which opens a TCP listener, and the recorder and test runner connect to that. No runtime injection. That means adding a line to your build, but it works on statically linked and hardened embedded targets where injection-based approaches tend to fall over. Not in yet Drag and drop recording and playback, and screenshot capture on failure. Both are planned. More information at https://qtester.eu Happy to answer technical questions here.
  • Everything related to designing and design tools

    131 396
    131 Topics
    396 Posts
    SGaistS
    Hi, I think the wiki has the starting point Hope it helps
  • Everything related to the Software Quality Tools

    95 261
    95 Topics
    261 Posts
    T
    Hi, just getting into Squish and I was wondering if anybody has any more advanced documentation or projects of MBT setups? I am trying to understand the limitations and possible application in my use case. I am unsure mostly of two things: Model generation through imports of existing graph files etc. automated path (test case) generation mostly if possible at all (found conflicting info) and if so how well it works. Any help, experience or pointers appreciated! thanks tim
  • Everything related to learning Qt.

    401 2k
    401 Topics
    2k Posts
    S
    [image: 286e3dad-f335-48d7-931b-362b4cb89ef4.png] Here is my business card solution image.
  • 2k Topics
    13k Posts
    L
    Qt 6.12 Beta 2 Released with HarmonyOS binaries - first time in history! https://lists.qt-project.org/pipermail/development/2026-July/047285.html https://wiki.qt.io/Qt_for_HarmonyOS_development_with_6.12.0_Beta2 #Qt #HarmonyOS #OpenHarmony #Huawei
  • 4k Topics
    18k Posts
    J
    どのプラットフォームでアプリを作っていますか。 もしWindowsなら、簡単にできりますが、macOSやらUbuntu/ Gnomeやら上ではあまり簡単ではありません。 凡そ、実行ファイルのアイコンなら、Qt自身は関係があまりありません。実は、Windowsなら、*.rcファイルの仕上げの後、Cmakeに「qt_add_executable(App ... app.rc」と書いて、本物のapp.rcの中で、「IDI_ICON1 ICON DISCARDABLE "app_icon.ico"」と書いたらできそうです。macOSの方も似ているが、「.icns」と「Info.plist」の整備はWindowsよりめっちゃ面倒のそうであってしまうといいます。 もちろん、cmakeファイルの中にはプラットフォームを分類するために以下のcodeを加えなければなりません: if (${CMAKE_SYSTEM_NAME STREQUAL "Windows") set(Windows_Resources "...") elseif (... "Darwin") # macOSになる set(MacOS_Bundle "...") ...
  • This is where all the posts related to the Qt web services go. Including severe sillyness.
    1k 10k
    1k Topics
    10k Posts
    SGaistS
    Ok, akismet triggering is not always clear. Beside this issue, what was your question about ?