diff --git a/share/qtcreator/qmldesigner/Button.qml b/share/qtcreator/qmldesigner/Button.qml index 40212db26e24d065e88cc19c21b1e3b55fc4d982..e18a2b0630be7216284d84cf633742ca18ef6458 100644 --- a/share/qtcreator/qmldesigner/Button.qml +++ b/share/qtcreator/qmldesigner/Button.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Rectangle { property variant label: "Button" diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentHorizontalButtons.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentHorizontalButtons.qml index 94a4a6307a89414f83d552abbf83830ad724ee83..a9ec3a09adb1f8a588f21cad208a823cd7b7458c 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentHorizontalButtons.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentHorizontalButtons.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QGroupBox { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentVerticalButtons.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentVerticalButtons.qml index a42babbb11b3f818f0af2917fcb8c1e3a4fe6844..e137e2261aec9a670d38a6e236d03c9b0294fefe 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentVerticalButtons.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/AlignmentVerticalButtons.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QGroupBox { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorBox.qml index 22a593de73d99243a29e0ddbfb5c364feeffa871..e24c5905e011bce978fe7471fbfc00bfd77c9330 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorBox.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml index b2ddc6db0781bb203c06875610f309c8b28abe55..f025926987c62bbacfcb33371d54dcad05d4e897 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/AnchorButtons.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/BorderImageSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/BorderImageSpecifics.qml index 41b6c33acc3ceba2b5de8de6d38acf68a71d6e95..c4689d98d95575d18c1b42218095036ac16ac183 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/BorderImageSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/BorderImageSpecifics.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/CheckBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/CheckBox.qml index 3d8a34de17d9f4ccb47937f545d22d1edbaa2d8f..b161a2c084cdd7021239b43886a7bc0d96c161e6 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/CheckBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/CheckBox.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { //This is a special checkBox that does color coding for states diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml index b84f3933f89cfa544cd11d73dfc1d3b417932804..568a4594fdada32bb1d7cd586442b173be268bde 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorGroupBox.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QExtGroupBox { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorLabel.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorLabel.qml index c79daa0b69535a90c4e971e9dded02191544f9a9..0305bc8610ea198bbae12322732240837655130c 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorLabel.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorLabel.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QLabel { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorScheme.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorScheme.qml index ba97d7416d74c8c3fdca94ca2ccb56e3e619e4fa..ff90e779c1abe12a35b6a2731a33a436a68b609b 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorScheme.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorScheme.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 Item { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorTypeButtons.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorTypeButtons.qml index c9c0a26a10ebda720676cc2c0b2f18f2e86b2ddc..87f81585a672f04beb890821e306335145b46eaf 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorTypeButtons.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColorTypeButtons.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QGroupBox { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColumnSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColumnSpecifics.qml index d4d0038d78dd2c9eec1c590082a81463a10598ac..4f25eebe21cb149b9a2ebd19e21f7f54e7b8bb5b 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ColumnSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ColumnSpecifics.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ComboBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ComboBox.qml index f7d024d7c0aca2b267f83ba457b633f28ee87619..c4aa6c7d0bbfad81c560a2644f13df96e1a3d03a 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ComboBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ComboBox.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/DoubleSpinBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/DoubleSpinBox.qml index 9728a662e10bb373a2071f85a0bc7ae77703c492..124e09f8beb312d0f9fd651d4f4a6ea13d936ed4 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/DoubleSpinBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/DoubleSpinBox.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { //This is a special doubleSpinBox that does color coding for states diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/DoubleSpinBoxAlternate.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/DoubleSpinBoxAlternate.qml index 1680f62a0b0dd5d875820a15b8310f65a0298dec..7836ef3345f54f3daa9d382e2ddc8e21b528a3df 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/DoubleSpinBoxAlternate.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/DoubleSpinBoxAlternate.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { //This is a special doubleSpinBox that does color coding for states diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExpressionEditor.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExpressionEditor.qml index 76c62703d925efd8cf8010271f5f4a1181eb3872..87affd5aa5a02816ec41c7c9dfc6954349fcd8a6 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExpressionEditor.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExpressionEditor.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Extended.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Extended.qml index 7441c2d9934f08ec2925eb27ac6624ed3aac18b2..ac2f56fd20b176ac90099b9352d6e7c1042ba060 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Extended.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Extended.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 GroupBox { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedFunctionButton.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedFunctionButton.qml index bc84eb86f90ec4a4d8d83545b05fe39f06f6b46e..07bd3cf912b2d535a3d9e8729a9a6a79c12382fd 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedFunctionButton.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedFunctionButton.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QToolButton { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml index 44e4b571a1d9869b89e62698d8be77baf31d2120..3c0e9efe12909e0e71463d4fcf9734f5a7751a80 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QScrollArea { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedSwitches.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedSwitches.qml index 9d93fc5177ed9cb39b102ba580befa7747211b17..3669e3b169c8172f13008f45de79794c253ad39c 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedSwitches.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedSwitches.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QFrame { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/FlickableSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/FlickableSpecifics.qml index b6a85068e306a9a0ddfea7440ed0087a37e9fe1d..bd2682a3b829a676d837f3c393875bf3e06a25ae 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/FlickableSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/FlickableSpecifics.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/FlipableSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/FlipableSpecifics.qml index 646cc3b4cbd94c3b3f8b7364e8a4c20e8a472cea..62664e414f5b007e609f00b7497fc1dbf82b93f2 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/FlipableSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/FlipableSpecifics.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/FontComboBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/FontComboBox.qml index 5087d03afac2ffa1f48c9174dfaa2c46bcc7a549..e330d17df27cbb03161d8a997947a7e3c8f0e9ab 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/FontComboBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/FontComboBox.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/FontGroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/FontGroupBox.qml index 061962604c571366db0e027cb6e77901d3ca06e8..7437484e9627b4ba5871de2204c1e1464f56292c 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/FontGroupBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/FontGroupBox.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 GroupBox { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml index 79aa15e52fb341b9c90b7c616090e314103d1ad4..6bfe03ff9338648128a55fb900620dbcebd539c8 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Geometry.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 GroupBox { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/GridSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/GridSpecifics.qml index 8abd01f15e1bd8cff655ab96ba54d56e33e7bde5..39081c597e96ca501503fba0344f22a21ed397ad 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/GridSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/GridSpecifics.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/GroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/GroupBox.qml index 76731d3c97b5773d109443b39a19563f0dffddd5..927d8624d4915e32ab8ccccb169be95bbe6c5b3c 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/GroupBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/GroupBox.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QExtGroupBox { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/GroupBoxOption.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/GroupBoxOption.qml index 5a47a50de24f9027a0d66c282b41e9b439a1daa6..5a753f8e62934f11d9e9dc4ebee67eba5814dedf 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/GroupBoxOption.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/GroupBoxOption.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QExtGroupBox { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/HorizontalLayout.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/HorizontalLayout.qml index e2da6bf98f85f7ac435788b6cf7cb804d8e83e05..e232a9748d5406512cc2a44347892006372ae011 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/HorizontalLayout.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/HorizontalLayout.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QHBoxLayout { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/HorizontalWhiteLine.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/HorizontalWhiteLine.qml index 00e688380a5ca1b2fbef2f7216eef4ca23c346ce..d37816a8e14d22456c866a813ff27679448698c8 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/HorizontalWhiteLine.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/HorizontalWhiteLine.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QLineEdit { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ImageSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ImageSpecifics.qml index eeb220123ba6f420beec810359d3aafa48e7bd69..1e1297796b3d628bb78eb90d7c5eba77d8fcbfea 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ImageSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ImageSpecifics.qml @@ -1,8 +1,8 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/IntEditor.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/IntEditor.qml index 97ef1b4377dfbdbadb7d1b733ee8b708d0e546df..dd5f7834ff03f1768e71c81c87d8dcf44f4c0ee7 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/IntEditor.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/IntEditor.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml index 27a42a2ec1631832a756015353ee5bf67585fb06..ab6288276ee2e924b4cea648d874d2360a19ca10 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 PropertyFrame { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Label.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Label.qml index 5712d11b86fcf8b1da50b150aedc530de490e562..bbbbd30fbc53f314dc4d549799044ff9fe908f2f 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Label.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Label.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QLabel { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml index 5fee97d95c3a93c2a1fe21122cda1718891e513a..ff476fc82c49569b87d95c2cb44763be884b703c 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Layout.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 GroupBox { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/LayoutPane.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/LayoutPane.qml index 904645bddb177113fda5feaaac26b7823d1fc033..edfed385502525a9c1a7ff6c1b7f2ca03d219491 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/LayoutPane.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/LayoutPane.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QScrollArea { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/LineEdit.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/LineEdit.qml index 63934df685e65c6a1142c8c9e85fe9d36b18b6e6..1585bdb3a1a4c3c5016f2b90fc2556cb900fc4f9 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/LineEdit.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/LineEdit.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ListView.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ListView.qml index 6a24c95bb25ac6fe77c227840f7a4a75332fac59..1740e062eb02cb38d8be4b9b0a4faffdfa32dc47 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ListView.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ListView.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 PropertyFrame { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ListViewSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ListViewSpecifics.qml index 866bffb4ed301f12403655fcf7c1dd7f7653de83..3e6a5ef21200f824c77b4314ea9ecb878656e9a0 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ListViewSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ListViewSpecifics.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Modifiers.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Modifiers.qml index 74d48601d2a23c355f776bd4b0d509dfca32e9ba..13bd9ba2ee265a08d3b1205930bf2d11d81a4a04 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Modifiers.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Modifiers.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 GroupBox { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/PlaceHolder.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/PlaceHolder.qml index 2febb39f8c79218f067612291e7d0555c364949e..7c1ad73db5fb0eb697c64f3f7b46c7c76be537c5 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/PlaceHolder.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/PlaceHolder.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/PropertyFrame.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/PropertyFrame.qml index 14bd2d7966589c93c0a7bff98a6816839d8f3f2b..5987c022ea8d30a8a9d9d14736bf46309b3aaca9 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/PropertyFrame.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/PropertyFrame.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 WidgetFrame { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml index 3855b6c87dcf0d2c59eb940b9525bd080429aad6..e803b709434cd4eeb26c2060d1c810d76107b223 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleColorGroupBox.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 GroupBox { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml index fadac6914aa8c1847494c899728bfef33f65f1d2..c3afd1243bfc6bab26c5e026e4dfa385b04bf68c 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/RowSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/RowSpecifics.qml index 8474087b02e419edc8e54935f8b7770cb9258069..498c07a618da76d7924bb6cbc60d246b763b3cb3 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/RowSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/RowSpecifics.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ScrollArea.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ScrollArea.qml index 8ded3b3585a61fc5164c8daf3ad57cc38ad17b16..dd101ae655bb2d7d06b3f34884991a6fd921171c 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ScrollArea.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ScrollArea.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/SliderWidget.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/SliderWidget.qml index d6b3923e80ae44022aba253fc497c1e5631965c6..1ebaba1a433fb7d4d4128e61e232354489d5fcd9 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/SliderWidget.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/SliderWidget.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml index e80fd08eb7584a81227c0f5bac2b817e2e4b8824..b32f63cbb455bf0a9c1f35f1839c091a7348a99d 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/SpinBox.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { //This is a special spinBox that does color coding for states diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextColorGroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextColorGroupBox.qml index d57b3fae0b254bb83d35c579b2f4093ea2a121bf..07645f3036201c6e51fe22099a1c6c018d59a982 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextColorGroupBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextColorGroupBox.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 GroupBox { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextGroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextGroupBox.qml index ae66d41651fea40774699c815a1361b975a7166c..9917415caf1291ffae29d45b27ae23efd5311d7f 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextGroupBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/StandardTextGroupBox.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 GroupBox { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml index faf0f0eb12557e6ffaea09240bad280da64516be..51d18003844fd6ade242f927aabfdd22fc7623cd 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QFrame { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/TextEditSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/TextEditSpecifics.qml index 6d44a036df5a3d65acc4295ae250ccfe4dff2288..7b4a1d2241a3604b63135840dda2efa568e14596 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/TextEditSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/TextEditSpecifics.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/TextInputGroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/TextInputGroupBox.qml index e2c9a09ac08e3879f02ff26720de72d6bacb6dd1..7d0b7577254822e28b11c9ff55e2e7edeb463a21 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/TextInputGroupBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/TextInputGroupBox.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 GroupBox { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/TextInputSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/TextInputSpecifics.qml index d223432ba5dc6f4ffcd754c2fc1774569d54e2d9..4ed4b74f58586a31627c8e5ad140ddb02b8a1eca 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/TextInputSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/TextInputSpecifics.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/TextSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/TextSpecifics.qml index 13ea07a39c824a9995aeefff2a8ef21cbe100ae1..666c5091c47029bfc75173f100a6ea1128a65931 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/TextSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/TextSpecifics.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Transformation.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Transformation.qml index 43471a557b5a6491c6b8edd84f184e2bc4340ae4..b8d9d0902c742e03bfa90eec7388f9a99318b6e2 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Transformation.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Transformation.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 GroupBox { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Type.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Type.qml index bb8285e53e6d82046ea15e6b2ae4bf20342a0d06..702212eda81925959afdba7b2b0dfc4e3ef0296b 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Type.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Type.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 GroupBox { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/VerticalLayout.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/VerticalLayout.qml index d086acbdb06fc203855f86f1734837a6923e36a8..f60d062eeec9bd44546a16f7ae1e3a5e37de8411 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/VerticalLayout.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/VerticalLayout.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QVBoxLayout { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml index 3f4f1e4e726761119c98edf2917ce98ac7f5871d..03337ef9330fd7508aeed71c4f466e158a5c00d7 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 GroupBox { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/WebViewSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/WebViewSpecifics.qml index 318755970ebd559cb8eee14226c762c168f98ec1..7db0da1738793760f9322fb9c7b8d95563931c0a 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/WebViewSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/WebViewSpecifics.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 QWidget { diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/emptyPane.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/emptyPane.qml index d221e94eef640174c34fc08125fce13dc1d2c466..dab550c9a568dd3ab99ca6a803690385e5cdf156 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/emptyPane.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/emptyPane.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import Bauhaus 1.0 PropertyFrame { diff --git a/share/qtcreator/qmldesigner/welcomescreen.qml b/share/qtcreator/qmldesigner/welcomescreen.qml index 29e83cc4816e96998d1703c50a01c6edff36122e..7c1e7c1afde35be94c35d6cac405b78a60c3c308 100644 --- a/share/qtcreator/qmldesigner/welcomescreen.qml +++ b/share/qtcreator/qmldesigner/welcomescreen.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Image { id: screen diff --git a/src/plugins/qmldesigner/components/itemlibrary/qml/ItemView.qml b/src/plugins/qmldesigner/components/itemlibrary/qml/ItemView.qml index 9acb95d186bd856057c07db598c29ae84e392ee5..ca3babe624d0a41d7b45b3a51f6468e817efcba8 100644 --- a/src/plugins/qmldesigner/components/itemlibrary/qml/ItemView.qml +++ b/src/plugins/qmldesigner/components/itemlibrary/qml/ItemView.qml @@ -27,7 +27,7 @@ ** **************************************************************************/ -import Qt 4.6 +import Qt 4.7 // view displaying an item library grid item diff --git a/src/plugins/qmldesigner/components/itemlibrary/qml/ItemsView.qml b/src/plugins/qmldesigner/components/itemlibrary/qml/ItemsView.qml index 42e71601132a976568bb626cecca9da41dfcf82e..ea5b6ee2c95a480d85ad2ff509cdcb2566e6bd0a 100644 --- a/src/plugins/qmldesigner/components/itemlibrary/qml/ItemsView.qml +++ b/src/plugins/qmldesigner/components/itemlibrary/qml/ItemsView.qml @@ -27,7 +27,7 @@ ** **************************************************************************/ -import Qt 4.6 +import Qt 4.7 /* The view displaying the item grid. diff --git a/src/plugins/qmldesigner/components/itemlibrary/qml/ItemsViewStyle.qml b/src/plugins/qmldesigner/components/itemlibrary/qml/ItemsViewStyle.qml index d7abcc3bd237cb528e513e74dbf1f4ea70637af8..6a65f7077aeb48a23296adad7b99011b42100ffc 100644 --- a/src/plugins/qmldesigner/components/itemlibrary/qml/ItemsViewStyle.qml +++ b/src/plugins/qmldesigner/components/itemlibrary/qml/ItemsViewStyle.qml @@ -27,7 +27,7 @@ ** **************************************************************************/ -import Qt 4.6 +import Qt 4.7 // the style used the items view diff --git a/src/plugins/qmldesigner/components/itemlibrary/qml/Scrollbar.qml b/src/plugins/qmldesigner/components/itemlibrary/qml/Scrollbar.qml index f3157a2b37dd5dd7dbca226752fd3f6abc0743e7..a882c2fa140b0804b86d9a2e67fbef4d0fc19d9d 100644 --- a/src/plugins/qmldesigner/components/itemlibrary/qml/Scrollbar.qml +++ b/src/plugins/qmldesigner/components/itemlibrary/qml/Scrollbar.qml @@ -27,7 +27,7 @@ ** **************************************************************************/ -import Qt 4.6 +import Qt 4.7 // scrollbar for the items view diff --git a/src/plugins/qmldesigner/components/itemlibrary/qml/SectionView.qml b/src/plugins/qmldesigner/components/itemlibrary/qml/SectionView.qml index 0d52378c71e4202f4c4b530fddb99f449e1bb599..2f6fbcde67bf15b82608ba8af12aa3e40914bbc2 100644 --- a/src/plugins/qmldesigner/components/itemlibrary/qml/SectionView.qml +++ b/src/plugins/qmldesigner/components/itemlibrary/qml/SectionView.qml @@ -27,7 +27,7 @@ ** **************************************************************************/ -import Qt 4.6 +import Qt 4.7 // view displaying one item library section including its grid diff --git a/src/plugins/qmldesigner/components/itemlibrary/qml/Selector.qml b/src/plugins/qmldesigner/components/itemlibrary/qml/Selector.qml index 6234d631c04fc589f056bec08a112e90bfbc5348..13cd0d1ed7960653a498608e30c2e7f122582b07 100644 --- a/src/plugins/qmldesigner/components/itemlibrary/qml/Selector.qml +++ b/src/plugins/qmldesigner/components/itemlibrary/qml/Selector.qml @@ -27,7 +27,7 @@ ** **************************************************************************/ -import Qt 4.6 +import Qt 4.7 // the coloured selector of the items view diff --git a/src/plugins/qmldesigner/components/stateseditor/HorizontalScrollBar.qml b/src/plugins/qmldesigner/components/stateseditor/HorizontalScrollBar.qml index 690f5f53a119d09098af12e0511dfd3fa6b77a81..699fdeef6ab5b323ea413b034f9f29895b579e82 100644 --- a/src/plugins/qmldesigner/components/stateseditor/HorizontalScrollBar.qml +++ b/src/plugins/qmldesigner/components/stateseditor/HorizontalScrollBar.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Item { property variant flickable: this; diff --git a/src/plugins/qmldesigner/components/stateseditor/stateslist.qml b/src/plugins/qmldesigner/components/stateseditor/stateslist.qml index ebb7d342c7d7afeae506fdbdaba2a03a38072eb5..776ffddd9c1d2e5b0d6359c8ba01249c18d50e28 100644 --- a/src/plugins/qmldesigner/components/stateseditor/stateslist.qml +++ b/src/plugins/qmldesigner/components/stateseditor/stateslist.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 // Shows list of states // the model has to expose the path through an iconUrl property diff --git a/src/plugins/qmlinspector/components/engines.qml b/src/plugins/qmlinspector/components/engines.qml index 2339cba7e1c56ee99090a36b1a7581c3a4790bd0..9c3ebb5caccd33eeda49bf7382bd0364b5bd44fe 100644 --- a/src/plugins/qmlinspector/components/engines.qml +++ b/src/plugins/qmlinspector/components/engines.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Item { height: 100 diff --git a/src/tools/qml/standalone/templates/fx.qml b/src/tools/qml/standalone/templates/fx.qml index 69c50683cf44de0a7806f1b6b1c97d54976ec477..9689e0c3665cc87faa2355c415e0f47da9874d5a 100644 --- a/src/tools/qml/standalone/templates/fx.qml +++ b/src/tools/qml/standalone/templates/fx.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Item { id: rootItem diff --git a/src/tools/qml/standalone/templates/qgraphicsview.qml b/src/tools/qml/standalone/templates/qgraphicsview.qml index f85b2cf23840232f848eab7ee27275f07d8831d2..1c46f7347beffa62168598e3b659ac565fb28a5d 100644 --- a/src/tools/qml/standalone/templates/qgraphicsview.qml +++ b/src/tools/qml/standalone/templates/qgraphicsview.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 QGraphicsView { objectName: "view" diff --git a/src/tools/qml/standalone/templates/qwidget.qml b/src/tools/qml/standalone/templates/qwidget.qml index 568eedce10379816ee5324e91da32ad09b48d1a9..0c27daa325a23e4adef82ffd69057efd55601e84 100644 --- a/src/tools/qml/standalone/templates/qwidget.qml +++ b/src/tools/qml/standalone/templates/qwidget.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 QWidget { objectName: "Form" diff --git a/tests/auto/qml/qmldesigner/data/fx/attributes.qml b/tests/auto/qml/qmldesigner/data/fx/attributes.qml index 79738ef98cff68937cdf15cd56ec74bf637832b3..e2d4ed37c412613b1cdbf693eb5f61121921ea37 100644 --- a/tests/auto/qml/qmldesigner/data/fx/attributes.qml +++ b/tests/auto/qml/qmldesigner/data/fx/attributes.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Item { id: id; diff --git a/tests/auto/qml/qmldesigner/data/fx/bigtest.qml b/tests/auto/qml/qmldesigner/data/fx/bigtest.qml index 7f9cbb1871cbf22774feb401eff4c14613956315..d1f886ac80bac6db67c025a1876c0994aabf7dcb 100644 --- a/tests/auto/qml/qmldesigner/data/fx/bigtest.qml +++ b/tests/auto/qml/qmldesigner/data/fx/bigtest.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Item { width: 640; diff --git a/tests/auto/qml/qmldesigner/data/fx/components.qml b/tests/auto/qml/qmldesigner/data/fx/components.qml index 4e0bd8ae4e661d7dce04675cafdff94f7851bd18..add7b94aaab979709835ed17054de07402ddf577 100644 --- a/tests/auto/qml/qmldesigner/data/fx/components.qml +++ b/tests/auto/qml/qmldesigner/data/fx/components.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Rectangle { width: 100 diff --git a/tests/auto/qml/qmldesigner/data/fx/empty.qml b/tests/auto/qml/qmldesigner/data/fx/empty.qml index 1472f01bfc00377868c70896fded5a0c4e173253..dd9e9ea19308e2bb439e1a4c61b163d862753e97 100644 --- a/tests/auto/qml/qmldesigner/data/fx/empty.qml +++ b/tests/auto/qml/qmldesigner/data/fx/empty.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Item { } diff --git a/tests/auto/qml/qmldesigner/data/fx/helloworld.qml b/tests/auto/qml/qmldesigner/data/fx/helloworld.qml index f9001597647a5178ac3fd8fef523d90b7734aa39..36419bc2aaef8a1adf6fbd443c9076bccaa6222b 100644 --- a/tests/auto/qml/qmldesigner/data/fx/helloworld.qml +++ b/tests/auto/qml/qmldesigner/data/fx/helloworld.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Rectangle { width: 300 diff --git a/tests/auto/qml/qmldesigner/data/fx/image.qml b/tests/auto/qml/qmldesigner/data/fx/image.qml index 1db0d811c260c26792fe85b9844898a66f5429d9..b91e557a75ea13102e435a2c4420291e20e1c3ed 100644 --- a/tests/auto/qml/qmldesigner/data/fx/image.qml +++ b/tests/auto/qml/qmldesigner/data/fx/image.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Rectangle { color: "blue"; diff --git a/tests/auto/qml/qmldesigner/data/fx/properties.qml b/tests/auto/qml/qmldesigner/data/fx/properties.qml index 03d8ca50638383d51dd4d54127d7124eff78f961..12b79f63f8043b108a6cc17355e2ea628fc41070 100644 --- a/tests/auto/qml/qmldesigner/data/fx/properties.qml +++ b/tests/auto/qml/qmldesigner/data/fx/properties.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Item { property bool pushed diff --git a/tests/auto/qml/qmldesigner/data/fx/selectiontest.qml b/tests/auto/qml/qmldesigner/data/fx/selectiontest.qml index ec184df9d7c7dc624f365fc7bec8f955c40e54e9..6e5b2fbd2989f0f89610a683bf94d085e4c41725 100644 --- a/tests/auto/qml/qmldesigner/data/fx/selectiontest.qml +++ b/tests/auto/qml/qmldesigner/data/fx/selectiontest.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Item { id: rootItem diff --git a/tests/auto/qml/qmldesigner/data/fx/states.qml b/tests/auto/qml/qmldesigner/data/fx/states.qml index 35d055df455b4ec896a0641742da14d1ba891dfe..566aa0c84b66cd13ebbc807a0f86143c7f59b57e 100644 --- a/tests/auto/qml/qmldesigner/data/fx/states.qml +++ b/tests/auto/qml/qmldesigner/data/fx/states.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Item { id: theRootItem; diff --git a/tests/auto/qml/qmldesigner/data/fx/subitems/SubItem.qml b/tests/auto/qml/qmldesigner/data/fx/subitems/SubItem.qml index 97b14f6ef46abd1f2f75798e8c76f26e21d683d9..d518e0f84e1eef0ccaf61bf3720d25aa9204853f 100644 --- a/tests/auto/qml/qmldesigner/data/fx/subitems/SubItem.qml +++ b/tests/auto/qml/qmldesigner/data/fx/subitems/SubItem.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Rectangle { property string text diff --git a/tests/auto/qml/qmldesigner/data/fx/topitem.qml b/tests/auto/qml/qmldesigner/data/fx/topitem.qml index dc5f10bc4d862f4599ae4b35a8b4003f9cb2edef..244a7ac6f3e97c671c6000b9cbcdd37f3d45b115 100644 --- a/tests/auto/qml/qmldesigner/data/fx/topitem.qml +++ b/tests/auto/qml/qmldesigner/data/fx/topitem.qml @@ -1,5 +1,5 @@ -import Qt 4.6 -import Qt 4.6 as Qt46 +import Qt 4.7 +import Qt 4.7 as Qt46 import "subitems" import "subitems" as Subdir diff --git a/tests/auto/qml/qmleditor/lookup/data/localIdLookup.qml b/tests/auto/qml/qmleditor/lookup/data/localIdLookup.qml index fd34f4c6679864cfce36e16bfccd68a90b5372f8..f3df6cd5e388611ba39c7ed91e6efc3d27115376 100644 --- a/tests/auto/qml/qmleditor/lookup/data/localIdLookup.qml +++ b/tests/auto/qml/qmleditor/lookup/data/localIdLookup.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 // Try to look up x, y, z, opacity and visible // in all symbol contexts. It should always get the right item. diff --git a/tests/auto/qml/qmleditor/lookup/data/localRootLookup.qml b/tests/auto/qml/qmleditor/lookup/data/localRootLookup.qml index f4fa17909a038c1b8642858c634be6c5f7684341..74562a03e6b56bc86a50effd839978a2e8bfa420 100644 --- a/tests/auto/qml/qmleditor/lookup/data/localRootLookup.qml +++ b/tests/auto/qml/qmleditor/lookup/data/localRootLookup.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 // Try to look up prop in child. // It should get the root's prop. diff --git a/tests/auto/qml/qmleditor/lookup/data/localScopeLookup.qml b/tests/auto/qml/qmleditor/lookup/data/localScopeLookup.qml index e2dd34da3d357c896cc76e5f3a99e136d586f40a..e103232e4b9f1df975966e1c3964a4917a8e65cc 100644 --- a/tests/auto/qml/qmleditor/lookup/data/localScopeLookup.qml +++ b/tests/auto/qml/qmleditor/lookup/data/localScopeLookup.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 // Try to look up prop in all symbol contexts. // It should always get the local one. diff --git a/tests/auto/qml/qmleditor/lookup/data/localScriptMethodLookup.qml b/tests/auto/qml/qmleditor/lookup/data/localScriptMethodLookup.qml index 0a560f8fcfeeda3e38f9804c7977e4f8217696cd..9d3f39bef42c262d4c3bb9497996e039fdcbaf7e 100644 --- a/tests/auto/qml/qmleditor/lookup/data/localScriptMethodLookup.qml +++ b/tests/auto/qml/qmleditor/lookup/data/localScriptMethodLookup.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 // Try to look up x, y, z // in all symbol contexts. It should always get the function. diff --git a/tests/manual/qml/testfiles/components/MyButton.qml b/tests/manual/qml/testfiles/components/MyButton.qml index f8f15bdbde6e2ba0d4b73727f9bd5c56ba3ac2e4..46daf874e75de4dff8d1f735c1fe2ddad3e5c4fc 100644 --- a/tests/manual/qml/testfiles/components/MyButton.qml +++ b/tests/manual/qml/testfiles/components/MyButton.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Rectangle { width: 64 diff --git a/tests/manual/qml/testfiles/empty.qml b/tests/manual/qml/testfiles/empty.qml index 16af9d7827dec12e4e7e31dd6ca155fcb9008837..a99ada09cdb89e438d938585afb48c03fe9eea6f 100644 --- a/tests/manual/qml/testfiles/empty.qml +++ b/tests/manual/qml/testfiles/empty.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Rectangle { width: 640 diff --git a/tests/manual/qml/testfiles/flipable.qml b/tests/manual/qml/testfiles/flipable.qml index 16af9d7827dec12e4e7e31dd6ca155fcb9008837..a99ada09cdb89e438d938585afb48c03fe9eea6f 100644 --- a/tests/manual/qml/testfiles/flipable.qml +++ b/tests/manual/qml/testfiles/flipable.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Rectangle { width: 640 diff --git a/tests/manual/qml/testfiles/helloworld.qml b/tests/manual/qml/testfiles/helloworld.qml index 99a2c21607c526fadcb3c2ba25f3798348dd8426..bc17ab1b27d85d324bb58526d268e504e7989654 100644 --- a/tests/manual/qml/testfiles/helloworld.qml +++ b/tests/manual/qml/testfiles/helloworld.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Rectangle { width: 200 diff --git a/tests/manual/qml/testfiles/helloworld_inverted.qml b/tests/manual/qml/testfiles/helloworld_inverted.qml index 33d79af144371a360d4a285d76ea3489e5576b79..30f9300f1e9c28c3624420afd2110d9c4d0043c0 100644 --- a/tests/manual/qml/testfiles/helloworld_inverted.qml +++ b/tests/manual/qml/testfiles/helloworld_inverted.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Rectangle { width: 200 diff --git a/tests/manual/qml/testfiles/images.qml b/tests/manual/qml/testfiles/images.qml index 5f0f17845d930473b03983eb0ff515cdc1d369d1..56a50059152b2a7f1e8c0ac7168ccc6bed096653 100644 --- a/tests/manual/qml/testfiles/images.qml +++ b/tests/manual/qml/testfiles/images.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Rectangle { width: 640 diff --git a/tests/manual/qml/testfiles/listmodel.qml b/tests/manual/qml/testfiles/listmodel.qml index eaf6c60396bc7ed4d66ba46d302f0b3dd65fe303..ea7ef6829ab9c3bc880f04f4a6fd344413d8e36c 100644 --- a/tests/manual/qml/testfiles/listmodel.qml +++ b/tests/manual/qml/testfiles/listmodel.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 ListModel { id: myModel diff --git a/tests/manual/qml/testfiles/states.qml b/tests/manual/qml/testfiles/states.qml index e079c4e09deb8167ac28aed56f93e3cf324cf82d..2e50ca9b7be4f11e7593d160b511ad461f54a3ce 100644 --- a/tests/manual/qml/testfiles/states.qml +++ b/tests/manual/qml/testfiles/states.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Rectangle { id: rect diff --git a/tests/manual/qml/testfiles/subcomponent.qml b/tests/manual/qml/testfiles/subcomponent.qml index 8109493c4016de83e978c9c00d4ab823e5bbc5e0..656c54ef7624a888dc89d03422880f9ced2d72f3 100644 --- a/tests/manual/qml/testfiles/subcomponent.qml +++ b/tests/manual/qml/testfiles/subcomponent.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 Rectangle { x: 640 diff --git a/tests/manual/qml/testfiles/usingbutton.qml b/tests/manual/qml/testfiles/usingbutton.qml index de1d033cbd35876dba3629b11e430bbeab247f02..553a28cbfabb9faa4620958d684f25a5083cbb53 100644 --- a/tests/manual/qml/testfiles/usingbutton.qml +++ b/tests/manual/qml/testfiles/usingbutton.qml @@ -1,4 +1,4 @@ -import Qt 4.6 +import Qt 4.7 import "components" as X Rectangle {