Where are all xml proxies defined?

Hello!

For example I have such a property

		<IntVectorProperty
			label=
			name=
		</IntVectorProperty>

Where can I get the information on which kind of widget will be generated for that?

Like, where are all these xml things defined?

Thanks

In ParaView’s source code, Qt/Components/pqProxyWidget.cxx implements pqProxyWidget::createWidgetForProperty().

Note that the default property widgets are mentioned explicitly, but you can register new widgets at runtime that override these with pqPropertyWidgetInterface (the first part of the source code linked above).

Are you asking where to look up examples? See Remoting/Application/Resources/*.xml for the XML source of ParaView’s native filters/sources.