~kalikiana/ubuntu-ui-toolkit/appsettings

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/Pickers/Dialer.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 "../" 0.1
 
18
import Ubuntu.Components 1.0
19
19
 
20
20
/*!
21
21
    \qmltype Dialer
22
 
    \inqmlmodule Ubuntu.Components.Pickers 0.1
 
22
    \inqmlmodule Ubuntu.Components.Pickers 1.0
23
23
    \ingroup ubuntu-pickers
24
24
    \brief Dialer is a phone dialer style picker component.
25
25
 
35
35
 
36
36
    \qml
37
37
    import QtQuick 2.0
38
 
    import Ubuntu.Components.Pickers 0.1
 
38
    import Ubuntu.Components.Pickers 1.0
39
39
 
40
40
    Dialer {
41
41
        size: units.gu(20)