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

Bindings generator: A way to call base implementation of script class

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Moved
    • Icon: P2: Important P2: Important
    • Some future release
    • None
    • Qt Script
    • None

      Consider:

      var w = new QWidget();
      w.event = function(e) {
      }

      How can one call the base implementation of QWidget::event()?

      w.super_event(e);

      is one possibility; e.g. generate such functions in the shell class.

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

            ezf ezf
            ezf ezf
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes