Skip to content

Commit 0f73ce8

Browse files
committed
chore: Update Material imports to v0.2
1 parent 7fe3429 commit 0f73ce8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+95
-95
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion

demo/BottomSheetDemo.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
import QtQuick 2.4
19-
import Material 0.1
19+
import Material 0.2
2020
import Material.ListItems 0.1
2121

2222
Item {

demo/ButtonDemo.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import QtQuick 2.4
2-
import Material 0.1
2+
import Material 0.2
33
import QtQuick.Controls 1.3 as Controls
44

55
Item {

demo/CheckBoxDemo.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import QtQuick 2.4
22
import QtQuick.Layouts 1.1
3-
import Material 0.1
3+
import Material 0.2
44

55
ColumnLayout {
66
spacing: 0

demo/ColorPaletteDemo.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import QtQuick 2.4
2020
import QtQuick.Layouts 1.1
21-
import Material 0.1
21+
import Material 0.2
2222

2323
Item {
2424
implicitHeight: palette.height

demo/CustomIconsDemo.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
import QtQuick 2.4
19-
import Material 0.1
19+
import Material 0.2
2020
import Material.ListItems 0.1 as ListItem
2121

2222
Column {

demo/DatePickerDemo.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import QtQuick 2.4
22
import QtQuick.Layouts 1.1
3-
import Material 0.1
3+
import Material 0.2
44
import Material.ListItems 0.1 as ListItem
55
import Material.Extras 0.1
66

demo/DialogDemo.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import QtQuick 2.4
22
import QtQuick.Controls 1.3 as QuickControls
3-
import Material 0.1
3+
import Material 0.2
44
import Material.Extras 0.1
55

66
Item {

demo/FormsDemo.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import QtQuick 2.4
22
import QtQuick.Layouts 1.1
3-
import Material 0.1
3+
import Material 0.2
44
import Material.ListItems 0.1 as ListItem
55
import Material.Extras 0.1
66

demo/IconsDemo.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import QtQuick 2.4
2-
import Material 0.1
2+
import Material 0.2
33
import Material.ListItems 0.1 as ListItem
44
import Material.Extras 0.1
55
import Qt.labs.folderlistmodel 2.1

0 commit comments

Comments
 (0)