Skip to content
  • 144k Topics
    719k Posts
    J
    solved i reset my password from qt installer
  • Jobs, project showcases, announcements - anything that isn't directly development
    4k 23k
    4k Topics
    23k Posts
    S
    This is a community forum. Rarely do people from the Qt company see this. You should ask this question to Qt support directly.
  • 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

    84 225
    84 Topics
    225 Posts
    A
    I have recently started using Squish for an application I made with Qt After installing it I was able to run some tests on the application But now I am getting an error as shown below [image: 0db48642-655d-4c47-a535-47ec2d2e49c4.png] The Runner/Server log shows: S Squish tools: [2025-11-02T08:18:20.359+0330] 08:18:20:359 Info: Connection from 127.0.0.1:2429. S Squish tools: [2025-11-02T08:18:20.447+0330] 08:18:20:447 Info: Connection to 127.0.0.1:2429 closed. R: [2025-11-02T08:18:20.695+0330] 2025-11-02T08:18:20 START Start 'appstarter' Test 'appstarter' started S Squish tools: [2025-11-02T08:18:22.730+0330] 08:18:22:730 Info: Connection from 127.0.0.1:2431. S Squish tools: [2025-11-02T08:18:22.744+0330] 08:18:22:743 Info: Starting AUT 'viewer_client_desktop' with wrappers Qt: C:\Program Files\Squish for Windows 9.1.0\bin\dllpreload.exe C:\Users\a.ghezelbash\Desktop\vms_client_desktop\viewer_client_desktop.exe S Squish tools: [2025-11-02T08:18:22.745+0330] 08:18:22:745 Warning: Could not start AUT 'viewer_client_desktop': The system cannot find the file specified. R: [2025-11-02T08:18:22.747+0330] 2025-11-02T08:18:22 FATAL Starting application Application 'viewer_client_desktop' could not be started. An error occurred while starting the AUT. R: [2025-11-02T08:18:22.748+0330] 2025-11-02T08:18:22 END End of test Giving up after error R: [2025-11-02T08:18:22.749+0330] ******************************************************* R: [2025-11-02T08:18:22.749+0330] Summary: R: [2025-11-02T08:18:22.749+0330] Number of Test Cases: 0 R: [2025-11-02T08:18:22.749+0330] Number of Tests: 0 R: [2025-11-02T08:18:22.750+0330] Number of Errors: 0 R: [2025-11-02T08:18:22.750+0330] Number of Fatals: 1 R: [2025-11-02T08:18:22.750+0330] Number of Fails: 0 R: [2025-11-02T08:18:22.751+0330] Number of Passes: 0 R: [2025-11-02T08:18:22.751+0330] Number of Expected Fails: 0 S Squish tools: [2025-11-02T08:18:22.752+0330] 08:18:22:751 Info: Connection to 127.0.0.1:2431 closed. R: [2025-11-02T08:18:22.752+0330] Number of Unexpected Passes: 0 R: [2025-11-02T08:18:22.752+0330] Number of Warnings: 0 R: [2025-11-02T08:18:22.753+0330] ******************************************************* R: [2025-11-02T08:18:22.765+0330] squishrunner exited with value -1, started with arguments: [C:\Program Files\Squish for Windows 9.1.0\bin\squishrunner.exe, --host, localhost, --port, 1305, --debugLog, palw, --startapp, --suitedir, C:\Users\a.ghezelbash\Desktop\vms_client_desktop\suite_test, --cwd, @app, --aut, viewer_client_desktop] In the log above, it says that the file dllpreload.exe cannot be found in C:\Program Files\Squish for Windows 9.1.0\bin and there is no such file in the installation directory. I even uninstalled and reinstalled squish, but It is still showing the same error.
  • Everything related to learning Qt.

    390 2k
    390 Topics
    2k Posts
    R
    Re: Introducing the QML for Beginners Learning Path & Challenges! I've completed the first course in this learning path, but I do not know where to access the challenge for the course because there is no enrollment or button to take me to the challenge [image: 569096c7-9018-4000-a4a4-76d4370d5036.png] [image: c3f56111-98ee-4618-8296-2304c987c36e.png]
  • 2k Topics
    13k Posts
    Christian EhrlicherC
    @stash22 said in Why does QTextStream::pos() return -1 while reading a file line-by-line in Qt?: m_readNmeaTextStream.pos() becomes -1. The documentation states this: https://doc.qt.io/qt-6/qtextstream.html#pos
  • 4k Topics
    18k Posts
    U
    [image: d13bd277-a8c4-4f44-a029-e5d44de7c4ce.png] [image: 687d4aef-a5fa-4ae3-97c1-f8276036624f.png] 如图片所示,正常编译而没有报错,这不合理啊!
  • This is where all the posts related to the Qt web services go. Including severe sillyness.
    1k 10k
    1k Topics
    10k Posts
    D
    https://www.youtube.com/watch?v=QXeEoD0pB3E&list=PLsyeobzWxl7poL9JTVyndKe62ieoN-MZ3 Don't know what you need. Youtube series are great. Code along with them to see it working, break it and google what you broke.