- 
    
 Technical task
        
     - 
    Resolution: Unresolved
 - 
    
  Not Evaluated                     
     - 
    None
 - 
    None
 
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.