** Description changed:

  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.Layouts 1.0
+ import QtQuick.Dialogs 1.0
  Rectangle {
-     width: 360
-     height: 360
-     Text {
-         anchors.centerIn: parent
-         text: "Hello World"
-     }
-     MouseArea {
-         anchors.fill: parent
-         onClicked: {
-             Qt.quit();
-         }
-     }
+     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)
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1251927

Title:
  QtQuick.Dialogs missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-touch-meta/+bug/1251927/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to