summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2014-10-03 13:46:58 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2014-10-06 17:41:50 +0200
commit04eb6c52975eb4536dea1c2a567984b20a65182f (patch)
treeb521a4b30a093be452e4313d4abda32770f42b55 /examples
parent6c1915f041d2d7e451335ea811c48d39cd21a682 (diff)
downloadqtquickcontrols-04eb6c52975eb4536dea1c2a567984b20a65182f.tar.gz
gallery: cleanup whitespace
Change-Id: I82be07e215b1784039b1b3a2c5398d4fc0f19b84 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/controls/gallery/content/AboutDialog.qml1
-rw-r--r--examples/quick/controls/gallery/content/Controls.qml4
-rw-r--r--examples/quick/controls/gallery/content/ImageViewer.qml1
-rw-r--r--examples/quick/controls/gallery/content/ModelView.qml4
-rw-r--r--examples/quick/controls/gallery/content/Styles.qml5
-rw-r--r--examples/quick/controls/gallery/main.qml5
6 files changed, 2 insertions, 18 deletions
diff --git a/examples/quick/controls/gallery/content/AboutDialog.qml b/examples/quick/controls/gallery/content/AboutDialog.qml
index aec7b604..e4837ff7 100644
--- a/examples/quick/controls/gallery/content/AboutDialog.qml
+++ b/examples/quick/controls/gallery/content/AboutDialog.qml
@@ -37,6 +37,7 @@
** $QT_END_LICENSE$
**
****************************************************************************/
+
import QtQuick 2.2
import QtQuick.Dialogs 1.1
diff --git a/examples/quick/controls/gallery/content/Controls.qml b/examples/quick/controls/gallery/content/Controls.qml
index a738d85a..54ee99b9 100644
--- a/examples/quick/controls/gallery/content/Controls.qml
+++ b/examples/quick/controls/gallery/content/Controls.qml
@@ -38,10 +38,6 @@
**
****************************************************************************/
-
-
-
-
import QtQuick 2.2
import QtQuick.Controls 1.2
import QtQuick.Layouts 1.1
diff --git a/examples/quick/controls/gallery/content/ImageViewer.qml b/examples/quick/controls/gallery/content/ImageViewer.qml
index 01f24ab3..dfac2e00 100644
--- a/examples/quick/controls/gallery/content/ImageViewer.qml
+++ b/examples/quick/controls/gallery/content/ImageViewer.qml
@@ -37,6 +37,7 @@
** $QT_END_LICENSE$
**
****************************************************************************/
+
import QtQuick 2.2
import QtQuick.Window 2.1
diff --git a/examples/quick/controls/gallery/content/ModelView.qml b/examples/quick/controls/gallery/content/ModelView.qml
index 5474f1ba..1666b2c1 100644
--- a/examples/quick/controls/gallery/content/ModelView.qml
+++ b/examples/quick/controls/gallery/content/ModelView.qml
@@ -38,10 +38,6 @@
**
****************************************************************************/
-
-
-
-
import QtQuick 2.2
import QtQuick.Controls 1.2
//import QtQuick.XmlListModel 2.1
diff --git a/examples/quick/controls/gallery/content/Styles.qml b/examples/quick/controls/gallery/content/Styles.qml
index f78ab69f..03be93fd 100644
--- a/examples/quick/controls/gallery/content/Styles.qml
+++ b/examples/quick/controls/gallery/content/Styles.qml
@@ -38,10 +38,6 @@
**
****************************************************************************/
-
-
-
-
import QtQuick 2.2
import QtQuick.Controls 1.2
import QtQuick.Controls.Styles 1.1
@@ -384,4 +380,3 @@ Item {
leftCorner: Item { implicitWidth: 12 }
}
}
-
diff --git a/examples/quick/controls/gallery/main.qml b/examples/quick/controls/gallery/main.qml
index 4f142769..4d013c8b 100644
--- a/examples/quick/controls/gallery/main.qml
+++ b/examples/quick/controls/gallery/main.qml
@@ -38,10 +38,6 @@
**
****************************************************************************/
-
-
-
-
import QtQuick 2.2
import QtQuick.Controls 1.2
import QtQuick.Layouts 1.0
@@ -171,4 +167,3 @@ ApplicationWindow {
}
}
}
-