BannerButton.qml 215 B

123456789101112
  1. /**
  2. * Copyright (c) 2012 Nokia Corporation.
  3. */
  4. import QtQuick 1.1
  5. import com.nokia.symbian 1.1
  6. Button{
  7. platformInverted: window.platformInverted
  8. onClicked: showInfoBanner(text, iconSource);
  9. }