Skip to content
  • 143k Topics
    717k Posts
    enjoysmathE

    @Christian-Ehrlicher thanks. That worked! Here is a screenshot for future users of where to add it:

    image.png

  • Jobs, project showcases, announcements - anything that isn't directly development
    4k Topics
    23k Posts
    Pl45m4P

    @alexjordan_now said in Help sending data from dialog to main window:

    You can achieve this by emitting a signal from the login dialog and connecting it to a slot in the main window

    That's one way that was also already mentioned before :)
    Though I think if you want to return one value only, setting up a signal/slot connection is more "work" than just returning the value directly to the caller.

  • Everything related to designing and design tools

    121 Topics
    370 Posts
    H

    @Tim-Jenssen
    Thanks for your reply. I got limited resources tracking this issue. Appreciate for your help. If u need more info debugging this from my side, feel free to ask.

  • Everything related to the QA Tools

    72 Topics
    201 Posts
    U

    I am currently working on automating some actions in my Squish test script. In one of my tests, I am trying to perform a right-click (Button3) on an object, but I am encountering an issue when using the mouseClick() function with only two coordinates.

    Here is the relevant code snippet where I am attempting to perform the action:
    object = waitForObject(connectionAddressComboBox_FakeFocusTextField)
    mouseClick(object, Button.Button3)

    However, when executing the script, I get the following error message:
    Detail No matching 'mouseClick(Object, int)' overload found: Following overloads are available:
    Squish::Global::mouseClick(ScreenRectangle *)
    Squish::Global::mouseClick(ScreenRectangle *, KeyboardModifier::Key modifiers)
    Squish::Global::mouseClick(ScreenRectangle *, KeyboardModifier::Key modifiers, MouseButton::ButtonValue button)
    Squish::Global::mouseClick(ScreenPoint *)
    Squish::Global::mouseClick(ScreenPoint *, KeyboardModifier::Key modifiers)
    Squish::Global::mouseClick(ScreenPoint *, KeyboardModifier::Key modifiers, MouseButton::ButtonValue button)
    Squish::Global::mouseClick(char * object, int x, int y, int state, Button::ButtonState button)
    Squish::Global::mouseClick(java_lang_Object * object, int * x, int y, int state, Button::ButtonState button)
    Squish::Global::mouseClick(java_lang_Object * object)
    Squish::Global::mouseClick(char * object)
    Squish::Global::mouseClick(HTML_Object * object)
    Squish::Global::mouseClick(HTML_Object * object, int x, int y)
    Squish::Global::mouseClick(HTML_Object * object, int modifierState, int x, int y)

    I am using latest java windows squish edition

  • Everything related to learning Qt.

    384 Topics
    2k Posts
    Ash_QtA
    Introducing the QML for Beginners Learning Path & Challenges!

    Hello Qt Community!

    We're excited to announce the QML for Beginners Learning Path is now available on Qt Academy! This comprehensive learning journey is designed to take you from QML basics to creating engaging, interactive applications using QML.

    What's Included

    The learning path consists of 8 courses, each paired with a hands-on coding challenge:

    Introduction to QML Introduction to Qt Quick Introduction to Qt Quick Controls Positioners and Layouts Model View Delegate with QML QML Best Practice QML Fluid Elements and Animations QML Debugging Basics with Qt Creator

    Each challenge comes with the following:

    A video introduction explaining the requirements A starting project template with resources A video detailing one possible solution Extension Challenge with additional requirements for independent learning

    The first challenge is available now, and the rest will be released every two weeks.

    Share Your Work!

    As you complete each challenge, we invite you to share your work in this post! It's a great way to:

    Get feedback from the Qt community Showcase your progress and creativity Help inspire other learners Document your learning journey

    When sharing your challenge projects, please include:

    Screenshots of your application A link to your repository hosted on GitHub or similar Description of your approach and any obstacles you overcame Which stretch goals you tackled (if any) Any questions you have for the community Getting Started

    Ready to begin? Visit the Qt Academy Course Catalog to enroll in the learning path. The first course, Introduction to QML is a perfect starting point for anyone new to Qt and QML.

    We can't wait to see what you create! Feel free to ask questions and share your progress as you work through the courses and challenges.

    Happy coding!

    ~ Ash and the Qt Academy Team

  • 2k Topics
    13k Posts
    Christian EhrlicherC

    clazy is also using libclang

  • 4k Topics
    17k Posts
    J

    安装QT时 一直执行许可证的前提条件检查 无法通过。

    提示服务器无法联接
    459228b0-0c8b-4be5-a742-9ed864e1f883-1742026370651.png
    4e71e188-2d98-4c8f-86de-6d4c5a51f591-1742026200888.png
    前两天是可以正常安装的,qt-online-installer-linux-x64-4.8.1.run文件也是刚下载的。
    请问大家有遇到这样的情况吗?

  • This is where all the posts related to the Qt web services go. Including severe sillyness.
    1k Topics
    10k Posts
    Axel SpoerlA

    Spreed should be back now.

Looks like your connection to Qt Forum was lost, please wait while we try to reconnect.