Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [OS X] Clicking the menuBar and saving doesn't cause a editingFinished singal.

[OS X] Clicking the menuBar and saving doesn't cause a editingFinished singal.

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 994 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    If I edit a QLineEdit, then click the menuBar > Save (or any other option), the QLineEdit doesn't loose focus and as such, editingFinished isn't emitted (and the value isn't saved). Any quick/clean way to make this work as expected? Like, not changing every single lineEdit to calculate if the mouse is outside its' bounding box when clicked to emit editingFinished.

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      https://github.com/Socapex/Qt_bug_editingFinished

      Going to add an issue in Qt Creator.

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        It's not a Qt Creator issue, however, there's indeed something fishy. You should take a look at "the bug report system":http://bugreports.qt-project.org to see if it something known. If not please consider opening a new report providing your example. Just remove the .pro.user file.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved