~kalikiana/ubuntu-ui-toolkit/appsettings

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/ListItems/Expandable.qml

  • Committer: Zsombor Egri
  • Date: 2014-04-20 19:25:12 UTC
  • mto: (700.276.32 combobutton)
  • mto: This revision was merged to the branch mainline in revision 770.
  • Revision ID: zsombor.egri@canonical.com-20140420192512-o0juovm3r2a3myyj
version set to 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
 */
16
16
import QtQuick 2.0
17
 
import Ubuntu.Components 0.1
 
17
import Ubuntu.Components 1.0
18
18
 
19
19
/*!
20
20
    \qmltype Expandable
21
 
    \inqmlmodule Ubuntu.Components.ListItems 0.1
 
21
    \inqmlmodule Ubuntu.Components.ListItems 1.0
22
22
    \ingroup ubuntu-listitems
23
23
    \brief An expandable list item with no contents.
24
24
    The Expandable class can be used for generic list items containing other
35
35
 
36
36
    Examples:
37
37
    \qml
38
 
        import Ubuntu.Components 0.1
39
 
        import Ubuntu.Components.ListItems 0.1 as ListItem
 
38
        import Ubuntu.Components 1.0
 
39
        import Ubuntu.Components.ListItems 1.0 as ListItem
40
40
 
41
41
        Item {
42
42
            ListModel {