QtQuick.Dialogs missing

Bug #1251927 reported by Thibaut Brandscheid
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
ubuntu-touch-meta (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

FileDialogs 1.0
http://qt-project.org/doc/qt-5.1/qtquickdialogs/qml-qtquick-dialogs1-filedialog.html

First, I'm a Qt/QML greenhorn, I'm sorry if I missed something.

I created a Qt Quick 2 UI project and wanted to import QtQuick.Dialogs 1.0, but it complains “Module not found”.
/usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick contains all imports, expect 'Dialogs' and 'Layouts'.

I guess its a bug because the modules are shown during the import auto-completion.

import QtQuick 2.1
import QtQuick.Dialogs 1.0
Rectangle {
    width: 360
    height: 360
    Text {
        anchors.centerIn: parent
        text: "Hello World"
    }
    MouseArea {
        anchors.fill: parent
        onClicked: {
            Qt.quit();
        }
    }
}

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubuntu-sdk 1.095
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Sun Nov 17 00:19:27 2013
InstallationDate: Installed on 2013-10-18 (29 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: ubuntu-touch-meta
UpgradeStatus: No upgrade log present (probably fresh install)

Revision history for this message
Thibaut Brandscheid (k1au3-is-37) wrote :
description: updated
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in ubuntu-touch-meta (Ubuntu):
status: New → Confirmed
Revision history for this message
Roman Gajdos (appsdev) wrote :

I have same problem as well on 14.04

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.