false, widgets in Px pages do not have user-assigned names. The names of child slots are auto-generated by their parent components,
and those names are not visible to you, the user of the Px Editor. Let’s create the following example:
false, create a new .px file and open it in the Px Editor.gx:Brush property named labelBackground and give it a value of lightGreen. For more details, see the How to use Px Properties section.
false, you cannot edit the names of widgets in Px pages.Let's take a look at how they are stored:
From the Px Editor menu, select Goto Source XML.

In the source XML, you see entries for your CanvasPane and its child Labels. Note that the <Label> tags are named Label and Label1. With Preserve Identities disabled, widgets do not have user-configured names. Their names are auto-generated. The default
behavior for auto-generating a slot name is to simply name it the same as its type with numbers appended for duplicates, so
slot names for labels are Label, Label1, Label2, etc. If you examine the <properties> section, you can see that these auto-generated slot names are also used to target the Px Properties.