Moved child row creation to XQItemFactory, some other cleanups.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
<HeaderType RenderStyle="HeaderStyle" EditorType="LineEditType" ItemFlags="IsEnabled"/>
|
||||
<HiddenType RenderStyle="HiddenStyle"/>
|
||||
<StaticType RenderStyle="PlainStyle"/>
|
||||
<FilePickerType RenderStyle="PlainStyle" EditorType="LineEditType" ItemFlags="IsEnabled|IsEditable|IsSelectable" Icon="DirIcon" />
|
||||
<PlainType RenderStyle="PlainStyle" EditorType="LineEditType" ItemFlags="IsEnabled|IsEditable|IsSelectable"/>
|
||||
<ValueType RenderStyle="FormattedStyle" EditorType="LineEditType" ItemFlags="IsEnabled|IsEditable|IsSelectable" UnitType="Coulomb"/>
|
||||
<CheckableType RenderStyle="FormattedStyle" EditorType="LineEditType" ItemFlags="IsEnabled|IsEditable|IsSelectable" />
|
||||
@@ -121,17 +122,17 @@
|
||||
<ModelSheet>
|
||||
<BatteryID ItemType="PlainType">
|
||||
<Images>
|
||||
<FrontView ItemType="PlainType"/>
|
||||
<PackageView ItemType="PlainType"/>
|
||||
<InstalledView ItemType="PlainType"/>
|
||||
<FrontView ItemType="FilePickerType"/>
|
||||
<PackageView ItemType="FilePickerType"/>
|
||||
<InstalledView ItemType="FilePickerType"/>
|
||||
</Images >
|
||||
<Documents>
|
||||
<Manual ItemType="PlainType"/>
|
||||
<Installation ItemType="PlainType"/>
|
||||
<Manual ItemType="FilePickerType"/>
|
||||
<Installation ItemType="FilePickerType"/>
|
||||
</Documents>
|
||||
<Certificates>
|
||||
<Certificate ItemType="PlainType"/>
|
||||
<Conformity ItemType="PlainType"/>
|
||||
<Certificate ItemType="FilePickerType"/>
|
||||
<Conformity ItemType="FilePickerType"/>
|
||||
</Certificates>
|
||||
</BatteryID>
|
||||
<BatteryName ItemType="PlainType" />
|
||||
|
Reference in New Issue
Block a user