QmlDesigner: Adding positioner icons
Change-Id: I609ea06cb0fce2c6201cee8e87db84a15913924a Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
After Width: | Height: | Size: 154 B |
After Width: | Height: | Size: 187 B |
After Width: | Height: | Size: 163 B |
After Width: | Height: | Size: 212 B |
After Width: | Height: | Size: 160 B |
After Width: | Height: | Size: 229 B |
After Width: | Height: | Size: 158 B |
After Width: | Height: | Size: 196 B |
@@ -43,5 +43,14 @@
|
|||||||
<file>source/texteditv2.qml</file>
|
<file>source/texteditv2.qml</file>
|
||||||
<file>source/textinput.qml</file>
|
<file>source/textinput.qml</file>
|
||||||
<file>source/textinputv2.qml</file>
|
<file>source/textinputv2.qml</file>
|
||||||
|
<file>images/column-positioner-icon.png</file>
|
||||||
|
<file>images/column-positioner-icon-16px.png</file>
|
||||||
|
<file>images/default-icon.png</file>
|
||||||
|
<file>images/flow-positioner-icon.png</file>
|
||||||
|
<file>images/flow-positioner-icon-16px.png</file>
|
||||||
|
<file>images/grid-positioner-icon.png</file>
|
||||||
|
<file>images/grid-positioner-icon-16px.png</file>
|
||||||
|
<file>images/row-positioner-icon.png</file>
|
||||||
|
<file>images/row-positioner-icon-16px.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
@@ -210,12 +210,12 @@ MetaInfo {
|
|||||||
|
|
||||||
Type {
|
Type {
|
||||||
name: "QtQuick.Column"
|
name: "QtQuick.Column"
|
||||||
icon: ":/qtquickplugin/images/item-icon16.png"
|
icon: ":/qtquickplugin/images/column-positioner-icon-16px.png"
|
||||||
|
|
||||||
ItemLibraryEntry {
|
ItemLibraryEntry {
|
||||||
name: "Column"
|
name: "Column"
|
||||||
category: "Qt Quick - Positioner"
|
category: "Qt Quick - Positioner"
|
||||||
libraryIcon: ":/qtquickplugin/images/item-icon.png"
|
libraryIcon: ":/qtquickplugin/images/column-positioner-icon.png"
|
||||||
version: "2.0"
|
version: "2.0"
|
||||||
|
|
||||||
Property { name: "width"; type: "int"; value: 200; }
|
Property { name: "width"; type: "int"; value: 200; }
|
||||||
@@ -225,12 +225,12 @@ MetaInfo {
|
|||||||
|
|
||||||
Type {
|
Type {
|
||||||
name: "QtQuick.Row"
|
name: "QtQuick.Row"
|
||||||
icon: ":/qtquickplugin/images/item-icon16.png"
|
icon: ":/qtquickplugin/images/row-positioner-icon-16px.png"
|
||||||
|
|
||||||
ItemLibraryEntry {
|
ItemLibraryEntry {
|
||||||
name: "Row"
|
name: "Row"
|
||||||
category: "Qt Quick - Positioner"
|
category: "Qt Quick - Positioner"
|
||||||
libraryIcon: ":/qtquickplugin/images/item-icon.png"
|
libraryIcon: ":/qtquickplugin/images/row-positioner-icon.png"
|
||||||
version: "2.0"
|
version: "2.0"
|
||||||
|
|
||||||
Property { name: "width"; type: "int"; value: 200; }
|
Property { name: "width"; type: "int"; value: 200; }
|
||||||
@@ -240,12 +240,12 @@ MetaInfo {
|
|||||||
|
|
||||||
Type {
|
Type {
|
||||||
name: "QtQuick.Grid"
|
name: "QtQuick.Grid"
|
||||||
icon: ":/qtquickplugin/images/item-icon16.png"
|
icon: ":/qtquickplugin/images/grid-positioner-icon-16px.png"
|
||||||
|
|
||||||
ItemLibraryEntry {
|
ItemLibraryEntry {
|
||||||
name: "Grid"
|
name: "Grid"
|
||||||
category: "Qt Quick - Positioner"
|
category: "Qt Quick - Positioner"
|
||||||
libraryIcon: ":/qtquickplugin/images/item-icon.png"
|
libraryIcon: ":/qtquickplugin/images/grid-positioner-icon.png"
|
||||||
version: "2.0"
|
version: "2.0"
|
||||||
|
|
||||||
Property { name: "width"; type: "int"; value: 400; }
|
Property { name: "width"; type: "int"; value: 400; }
|
||||||
@@ -255,12 +255,12 @@ MetaInfo {
|
|||||||
|
|
||||||
Type {
|
Type {
|
||||||
name: "QtQuick.Flow"
|
name: "QtQuick.Flow"
|
||||||
icon: ":/qtquickplugin/images/item-icon16.png"
|
icon: ":/qtquickplugin/images/flow-positioner-icon-16px.png"
|
||||||
|
|
||||||
ItemLibraryEntry {
|
ItemLibraryEntry {
|
||||||
name: "Flow"
|
name: "Flow"
|
||||||
category: "Qt Quick - Positioner"
|
category: "Qt Quick - Positioner"
|
||||||
libraryIcon: ":/qtquickplugin/images/item-icon.png"
|
libraryIcon: ":/qtquickplugin/images/flow-positioner-icon.png"
|
||||||
version: "2.0"
|
version: "2.0"
|
||||||
|
|
||||||
Property { name: "width"; type: "int"; value: 400; }
|
Property { name: "width"; type: "int"; value: 400; }
|
||||||
|