forked from qt-creator/qt-creator
QmlDesigner.library: fixing items in library
Change-Id: Ic7e8e69ca2f0126c7464c09f8ea99e75cbe12684 Reviewed-on: http://codereview.qt.nokia.com/956 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
import QtQuick 1.0
|
import QtQuick 1.0
|
||||||
|
|
||||||
GridView {
|
GridView {
|
||||||
width: 200
|
width: 140
|
||||||
height: 200
|
height: 140
|
||||||
|
cellWidth: 70
|
||||||
|
cellHeight: 70
|
||||||
|
|
||||||
model: ListModel {
|
model: ListModel {
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
import QtQuick 1.0
|
import QtQuick 1.0
|
||||||
|
|
||||||
ListView {
|
ListView {
|
||||||
width: 160
|
width: 110
|
||||||
height: 160
|
height: 160
|
||||||
model: ListModel {
|
model: ListModel {
|
||||||
ListElement {
|
ListElement {
|
||||||
|
@@ -2,7 +2,7 @@ import QtQuick 1.0
|
|||||||
|
|
||||||
PathView {
|
PathView {
|
||||||
width: 250
|
width: 250
|
||||||
height: 200
|
height: 130
|
||||||
|
|
||||||
path: Path {
|
path: Path {
|
||||||
startX: 120
|
startX: 120
|
||||||
|
Reference in New Issue
Block a user