Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
172f57e9
Commit
172f57e9
authored
Feb 01, 2010
by
Jörg Schummer
Committed by
Kai Koehne
Feb 01, 2010
Browse files
QmlDesigner.fxplugin: Renamed "QtFx" to "Qt"
See BAUHAUS-328
parent
da91bac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/fxplugin/fx.metainfo
View file @
172f57e9
<metainfo>
<node name="Qt/Item" showInItemLibrary="true" category="Qt
Fx
" isContainer="true">
<node name="Qt/Item" showInItemLibrary="true" category="Qt" isContainer="true">
<propertyDefaultValue name="width" type="int" defaultValue="600"/>
<propertyDefaultValue name="height" type="int" defaultValue="400"/>
<itemlibraryrepresentation name="Item" icon=":/fxplugin/images/item-icon.png">
...
...
@@ -7,14 +7,14 @@
<property name="height" type="int" value="200"/>
</itemlibraryrepresentation>
</node>
<node name="Qt/Rectangle" showInItemLibrary="true" category="Qt
Fx
" isContainer="true">
<node name="Qt/Rectangle" showInItemLibrary="true" category="Qt" isContainer="true">
<itemlibraryrepresentation name="Rectangle" icon=":/fxplugin/images/rect-icon.png">
<property name="width" type="int" value="100"/>
<property name="height" type="int" value="100"/>
<property name="color" type="QColor" value="#ffffff"/>
</itemlibraryrepresentation>
</node>
<node name="Qt/Text" showInItemLibrary="true" category="Qt
Fx
">
<node name="Qt/Text" showInItemLibrary="true" category="Qt">
<propertyDefaultValue name="width" type="int" defaultValue="80"/>
<propertyDefaultValue name="height" type="int" defaultValue="20"/>
<itemlibraryrepresentation name="Text" icon=":/fxplugin/images/text-icon.png">
...
...
@@ -23,7 +23,7 @@
<property name="text" type="QString" value="text"/>
</itemlibraryrepresentation>
</node>
<node name="Qt/TextEdit" showInItemLibrary="true" category="Qt
Fx
" isContainer="false">
<node name="Qt/TextEdit" showInItemLibrary="true" category="Qt" isContainer="false">
<propertyDefaultValue name="width" type="int" defaultValue="80"/>
<propertyDefaultValue name="height" type="int" defaultValue="20"/>
<itemlibraryrepresentation name="Text Edit" icon=":/fxplugin/images/text-edit-icon.png">
...
...
@@ -32,7 +32,7 @@
<property name="text" type="QString" value="textEdit"/>
</itemlibraryrepresentation>
</node>
<node name="Qt/TextInput" showInItemLibrary="true" category="Qt
Fx
" isContainer="false">
<node name="Qt/TextInput" showInItemLibrary="true" category="Qt" isContainer="false">
<propertyDefaultValue name="width" type="int" defaultValue="80"/>
<propertyDefaultValue name="height" type="int" defaultValue="20"/>
<itemlibraryrepresentation name="Text Input" icon=":/fxplugin/images/text-edit-icon.png">
...
...
@@ -41,14 +41,14 @@
<property name="text" type="QString" value="textInput"/>
</itemlibraryrepresentation>
</node>
<node name="Qt/MouseRegion" showInItemLibrary="true" category="Qt
Fx
">
<node name="Qt/MouseRegion" showInItemLibrary="true" category="Qt">
<inherits name="Item" />
<itemlibraryrepresentation name="Mouse Region" icon=":/fxplugin/images/mouse-region-icon.png">
<property name="width" type="int" value="100"/>
<property name="height" type="int" value="100"/>
</itemlibraryrepresentation>
</node>
<node name="Qt/Image" showInItemLibrary="true" category="Qt
Fx
">
<node name="Qt/Image" showInItemLibrary="true" category="Qt">
<propertyDefaultValue name="width" type="int" defaultValue="200"/>
<propertyDefaultValue name="height" type="int" defaultValue="200"/>
<itemlibraryrepresentation name="Image" icon=":/fxplugin/images/image-icon.png">
...
...
@@ -57,7 +57,7 @@
<property name="source" type="QUrl" value="qrc:/fxplugin/images/template_image.png"/>
</itemlibraryrepresentation>
</node>
<node name="Qt/BorderImage" showInItemLibrary="true" category="Qt
Fx
">
<node name="Qt/BorderImage" showInItemLibrary="true" category="Qt">
<propertyDefaultValue name="width" type="int" defaultValue="200"/>
<propertyDefaultValue name="height" type="int" defaultValue="200"/>
<itemlibraryrepresentation name="Border Image" icon=":/fxplugin/images/image-icon.png">
...
...
@@ -66,7 +66,7 @@
<property name="source" type="QUrl" value="qrc:/fxplugin/images/template_image.png"/>
</itemlibraryrepresentation>
</node>
<node name="Qt/Flickable" showInItemLibrary="true" category="Qt
Fx
">
<node name="Qt/Flickable" showInItemLibrary="true" category="Qt">
<propertyDefaultValue name="width" type="int" defaultValue="300"/>
<propertyDefaultValue name="height" type="int" defaultValue="300"/>
<itemlibraryrepresentation name="Flickable">
...
...
@@ -74,7 +74,7 @@
<property name="height" type="int" value="300"/>
</itemlibraryrepresentation>
</node>
<node name="Qt/Flipable" showInItemLibrary="true" category="Qt
Fx
">
<node name="Qt/Flipable" showInItemLibrary="true" category="Qt">
<propertyDefaultValue name="width" type="int" defaultValue="300"/>
<propertyDefaultValue name="height" type="int" defaultValue="300"/>
<itemlibraryrepresentation name="Flipable">
...
...
@@ -82,20 +82,20 @@
<property name="height" type="int" value="300"/>
</itemlibraryrepresentation>
</node>
<node name="Qt/GridView" showInItemLibrary="true" category="Qt
Fx
">
<node name="Qt/GridView" showInItemLibrary="true" category="Qt">
<itemlibraryrepresentation name="Grid View" icon=":/fxplugin/images/grid-icon.png">
<property name="width" type="int" value="300"/>
<property name="height" type="int" value="300"/>
</itemlibraryrepresentation>
</node>
<node name="Qt/ListView" showInItemLibrary="true" category="Qt
Fx
">
<node name="Qt/ListView" showInItemLibrary="true" category="Qt">
<itemlibraryrepresentation name="List View" icon=":/fxplugin/images/list-icon.png">
<property name="width" type="int" value="300"/>
<property name="height" type="int" value="300"/>
</itemlibraryrepresentation>
</node>
<node name="Qt/FocusScope" showInItemLibrary="true" category="Qt
Fx
">
<node name="Qt/FocusScope" showInItemLibrary="true" category="Qt">
<propertyDefaultValue name="width" type="int" defaultValue="100"/>
<propertyDefaultValue name="height" type="int" defaultValue="100"/>
<itemlibraryrepresentation name="Focus Scope">
...
...
@@ -104,7 +104,7 @@
</itemlibraryrepresentation>
</node>
<node name="Qt/Row" showInItemLibrary="true" category="Qt
Fx
" isContainer="true">
<node name="Qt/Row" showInItemLibrary="true" category="Qt" isContainer="true">
<propertyDefaultValue name="width" type="int" defaultValue="100"/>
<propertyDefaultValue name="height" type="int" defaultValue="100"/>
<itemlibraryrepresentation name="Row">
...
...
@@ -113,7 +113,7 @@
</itemlibraryrepresentation>
</node>
<node name="Qt/Column" showInItemLibrary="true" category="Qt
Fx
" isContainer="true">
<node name="Qt/Column" showInItemLibrary="true" category="Qt" isContainer="true">
<propertyDefaultValue name="width" type="int" defaultValue="100"/>
<propertyDefaultValue name="height" type="int" defaultValue="100"/>
<itemlibraryrepresentation name="Column">
...
...
@@ -122,7 +122,7 @@
</itemlibraryrepresentation>
</node>
<node name="Qt/Grid" showInItemLibrary="true" category="Qt
Fx
" isContainer="true">
<node name="Qt/Grid" showInItemLibrary="true" category="Qt" isContainer="true">
<propertyDefaultValue name="width" type="int" defaultValue="100"/>
<propertyDefaultValue name="height" type="int" defaultValue="100"/>
<itemlibraryrepresentation name="Grid">
...
...
@@ -131,7 +131,7 @@
</itemlibraryrepresentation>
</node>
<node name="Qt/WebView" showInItemLibrary="true" category="Qt
Fx
">
<node name="Qt/WebView" showInItemLibrary="true" category="Qt">
<propertyDefaultValue name="width" type="int" defaultValue="300"/>
<propertyDefaultValue name="height" type="int" defaultValue="300"/>
<itemlibraryrepresentation name="Web View">
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment