Skip to content
QtWS25 Last Chance
  • 144k Topics
    718k Posts
    I can't get a signal-slot connection to work What exactly doesn't work for signal-slot-connections? Which ones don't work and which ones do? if that is the "proper" way to do that Have you read the documentation of QThread? If you just want to stop the oscillating motion, why don't you this function? Another way would be to emit a signal to the thread. Working with global variables should work in theory. I am not sure, why you use extern int for a flag. Could be a std::atomic_bool as well. And if by some miracle it's an issue with systemHandler: What's the miracle and what's the issue? Generally: Strip your code down to the bare minimum and see when it starts working.
  • Jobs, project showcases, announcements - anything that isn't directly development
    4k Topics
    23k Posts
    Hey Qt! We have successfully updated our Qt Forum, which runs on NodeBB 4.2.0. You can check the link above for all the technical details. Additionally, we did some fixes here and there: Tag Filtering: resolved issues with tag filtering when the tag contained special characters (i.e. "c++" and "signal & slot") Post Count: post count is now showing correctly for some previously bugged tags (i.e. "qml" tag) Small change: Now the default for the time filter is "Month" (instead of All Time) on the Popular feature Special thanks to our moderators who helped us in the QA testing stage! For the first time, we managed to invite them to collaborate with the Qt team. If you notice any bugs or particular issues, please contact us or leave your report below so we can evaluate and address the issue. Enjoy it!
  • Everything related to designing and design tools

    125 376 16 days ago
    125 Topics
    376 Posts
    The Blend effect in QtGraphicalEffects was removed in Qt6, so how can I choose a blend mode for texture images?
  • Everything related to the QA Tools

    72 Topics
    205 Posts
    Hi @jagadish , thank you for your answer. Using Squish IDE when I run automatic tests is not an option. Im only using squishtest module from python code. Well that suggestion about using TightVNC as another process controlled from python was the best option for me. I just run TightVNC client via subprocess module and later when tests finished i just killed it.
  • Everything related to learning Qt.

    376 2k 14 days ago
    376 Topics
    2k Posts
    @NeilParker-Qt Hey Neil, Thank you for sharing your challenge from the Intro to QML course! I like the animation you added to bring up the additional details on the business card, and the icons add a lot to the design. The resizing whilst maintaining the aspect ratio was also a nice touch! Overall, with the headshot as the background, it looks like a very professional business card! I think some basic theming to the details button so the font and style match the rest of the design would finish off the application. Great job
  • 2k Topics
    13k Posts
    When you want to include some headers of a library you also must pass the include path to the compiler. If you use cmake, use target_include_directories() and add the desired include paths there. Later when you use this library (aka you link them with target_link_libraries()), cmake will automatically add the paths specified.
  • 4k Topics
    18k Posts
    Yocto tabanlı bir proje var, raspberry'ye kolayca firmware derleyebilmek için: https://github.com/YoeDistro/yoe-distro.git Bu proje ile firmware derleyip, yocto ile oluşturduğum toolchain ile kullanabildim ben de Qt6'yı.
  • This is where all the posts related to the Qt web services go. Including severe sillyness.
    1k 10k 14 days ago
    1k Topics
    10k Posts
    @exactchange First: stop insulting others! Read and follow https://forum.qt.io/topic/113070/qt-code-of-conduct Unless you want to be banned from here. Second: this is user forum, most people here are not from QtCompany and don't spam you - why are you insulting them? If you want to be constructive you should at least mention what kind of mails you get, so that somebody can figure out from where it is coming and how to stop it.