| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>ScriptCanvasNodePaletteToolbar</class>
- <widget class="QWidget" name="ScriptCanvasNodePaletteToolbar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>32</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <property name="spacing">
- <number>3</number>
- </property>
- <property name="leftMargin">
- <number>5</number>
- </property>
- <property name="topMargin">
- <number>5</number>
- </property>
- <property name="rightMargin">
- <number>5</number>
- </property>
- <property name="bottomMargin">
- <number>5</number>
- </property>
- <item>
- <widget class="QComboBox" name="nodeTypeFilter">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <item>
- <property name="text">
- <string>All Nodes</string>
- </property>
- </item>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="newButton">
- <property name="toolTip">
- <string>Create Custom Event</string>
- </property>
- <property name="text">
- <string>...</string>
- </property>
- <property name="icon">
- <iconset resource="../Windows/ScriptCanvasEditorResources.qrc">
- <normaloff>:/ScriptCanvasEditorResources/Resources/add.png</normaloff>:/ScriptCanvasEditorResources/Resources/add.png</iconset>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <resources>
- <include location="../Windows/ScriptCanvasEditorResources.qrc"/>
- </resources>
- <connections/>
- </ui>
|