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

Feature request - Some way to block incoming signals to a QObject

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P4: Low
    • None
    • Some future release
    • Core: Object Model
    • None
    • BB10

    Description

      During development of Blackberry UI framework (Cascades) we have run in to situations where we would like to block all incoming signals to a QObject.

      In the ListView control we have a cache for the list item objects so that when an item is scrolled off screen it is put into a cache instead of being
      deleted. This is an optimization because creating objects is expensive so we gain speed by loading new list items from the cache instead of creating new objects.

      The list item objects are created by the application developer in the app code.
      So it is not possible to add blocking in the receiver object

      Attachments

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

        Activity

          People

            cnn Qt Core & Network
            joknelid Jens Oknelid
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes