~ninzo/+junk/zubleq_base_01

« back to all changes in this revision

Viewing changes to zblcore/qml/workspace/ContentPane.qml

  • Committer: Bob Dinitto
  • Date: 2019-04-16 01:02:05 UTC
  • Revision ID: bob@ninzo.com-20190416010205-yi7uj0v3uk535v6b
Added more documentation of the core plugin, Zuble file formats, and the style system. Documented properties and methods of several QML stack objects. Documentation work is ongoing. Updated zblconfig.xsd to update controller and control module elements. Fixed a bug in XML validator tool not reporting nonexistent file errors to user.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
import QtQuick 2.0
28
28
import QtQuick.XmlListModel 2.0
29
 
//import "ZMailbox.js" 1.0 as Mb
30
29
import org.zuble.qml 1.0
31
30
import org.zuble.qml.controls 1.0
32
31
import org.zuble.qml.controller 1.0
129
128
    }
130
129
 
131
130
    /*!
132
 
    Workpad selection is deferred
 
131
      Selects workpad by contentID. Workpad selection is deferred
133
132
    */
134
133
 
135
134
    function selectWorkpad(contentID)