Uploaded image for project: 'Qt Solutions'
  1. Qt Solutions
  2. QTSOLBUG-162

Add support for editingFinished() signal in QtPropertyBrowser framework

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • None
    • Property Editor
    • None

    Description

      Currently you have to use valueChanged() signal for property managers which is fired on every key stroke and that is far from optimal in many cases.

      For example a string property manager emits the valueChanged signal on each key stroke. It would be much better if editingFinished() signal was exposed, so that you could save the property only on enter press or focus leave of the editor.

      So adding support for editingFinished() signal would be convenient for the inplace editors which support the same signal (QLineEdit, QSpinBox etc).

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qtcomsupport Qt Support
            qtcomsupport Qt Support
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes