Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Fluidlauncher demo in QML?

Fluidlauncher demo in QML?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 819 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    drewpotter
    wrote on last edited by
    #1

    Hi I am trying to get the Qt example: qtsvg/examples/svg/embedded/fluidlauncher/
    working inside QML, I have done:

    @
    qmlRegisterType<PictureFlow>("PictureFlow", 1, 0, "PictureFlow");
    @

    and in QML:

    @
    PictureFlow {

     id: pictureFlow
    
    
        anchors.top: parent.top
        anchors.left: parent.left
        anchors.bottom: parent.bottom
        anchors.right: parent.right
        anchors.leftMargin: 200
        anchors.rightMargin: 200
    
    }
    

    @

    However, I get the error message:

    qrc:/qml/YouDinar.qml:2875:9: Cannot assign to non-existent property "anchors"
    can't initialise view

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      Hi,

      Check "this":http://code.google.com/p/pictureflow/issues/detail?id=6
      It seems this guy has ported it to Qt5.

      157

      1 Reply Last reply
      0
      • D Offline
        D Offline
        drewpotter
        wrote on last edited by
        #3

        Thanks, in the end I went with [removed]

        • jQuery Coverflow
          https://github.com/vanderlee/coverflow
        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved