Details

    • Technical task
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • All Other Issues
    • None

    Description

      There is a .qmlproject file.

      rssnews does not work as expected.

      We do not allow 'list' as id, since it is also a type ( property list<int> intList: [1, 2, 3, 4]). This is a bit paranoid, but can be quite confusing.

      The 2D view does not work as expected. Most likely because the XmlListModel are not loaded (asynchronous) as expected. This requires inbestigation.

      NewsDelegate.qml

      Column {
          id: delegate
          width: delegate.ListView.view.width //This refers to the ListView which does not exist on the pure file context
      

      CategoryDelegate

          property real itemSize //not set in the component
          width: itemSize
          height: itemSize
      

      After setting a size not much is shown, because the data is set from the outside, but things work in principle.

      Attachments

        1. screenshot-1.png
          128 kB
          Thomas Hartmann
        2. screenshot-2.png
          6 kB
          Thomas Hartmann
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            thohartm Thomas Hartmann
            thohartm Thomas Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes