~kalikiana/ubuntu-ui-toolkit/appsettings

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/ListItems/ValueSelector.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:
15
15
 */
16
16
 
17
17
import QtQuick 2.0
18
 
import Ubuntu.Components 0.1
 
18
import Ubuntu.Components 1.0
19
19
 
20
20
/*!
21
21
    ****DEPRECATED! PLEASE USE ITEM SELECTOR OR FOR THE UBUNTU SHAPE VERSION THE OPTION SELECTOR.****
22
22
 
23
23
    \qmltype ValueSelector
24
 
    \inqmlmodule Ubuntu.Components.ListItems 0.1
 
24
    \inqmlmodule Ubuntu.Components.ListItems 1.0
25
25
    \ingroup ubuntu-listitems
26
26
    \brief List item displaying single selected value when not expanded,
27
27
    where expanding it opens a listing of all the possible values for selection.
30
30
 
31
31
    Examples:
32
32
    \qml
33
 
        import Ubuntu.Components.ListItems 0.1 as ListItem
 
33
        import Ubuntu.Components.ListItems 1.0 as ListItem
34
34
        Column {
35
35
            width: 250
36
36
            ListItem.ValueSelector {