Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-817

Call copy/paste APIs of QLineEdit through QMetaObject::invokeMethod

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Out of scope
    • P2: Important
    • Some future release
    • 4.3.0
    • Other
    • None

    Description

      The respective functions in QLineEdit: copy, paste, cut, selectAll etc, are not virtual.

      They are however slots, and calling them as slots through QMetaObject::invokeMethod in the QLineEdit code would allow a redeclaration of the slots, and thus a reimplementation of the behavior (i.e. preprocess contents before pasting).

      Attachments

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

        Activity

          People

            bdo Jo Asplin (Inactive)
            vhilshei Volker Hilsheimer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes