~fuchsi585/diabetes-diary-app/0.2

« back to all changes in this revision

Viewing changes to app/Settings/Imports/DatabaseImport.qml

  • Committer: fuchsi585
  • Date: 2016-02-08 21:23:18 UTC
  • Revision ID: ro.fuchs585@googlemail.com-20160208212318-2yq3l9o1ygvn3cx3
a few changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * the Dekko app.
18
18
 */
19
19
 
20
 
import QtQuick 2.2
21
 
import Ubuntu.Components 1.1
 
20
import QtQuick 2.4
 
21
import Ubuntu.Components 1.3
22
22
import Ubuntu.Components.Popups 1.0 as Popups
23
23
import Ubuntu.Content 0.1 as ContentHub
24
24
Item {
34
34
//        root.dataBaseType = selectedOption;
35
35
//        root.dialog = PopupUtils.open(component, root)
36
36
//    }
37
 
    Component.onCompleted:root.dialog = PopupUtils.open(component, root)
 
37
    Component.onCompleted: root.dialog = PopupUtils.open(component, root)
38
38
    Component {
39
39
        id: component
40
40