implement export/import ppbr
This commit is contained in:
@@ -37,6 +37,46 @@
|
||||
</border>
|
||||
</border>
|
||||
</layout>
|
||||
|
||||
<!-- PANEL BRUSH UPLOAD -->
|
||||
<layout id="dialog-brush-upload">
|
||||
<border id="background" positioning="absolute" position="0 0" color=".4 .4 .4 .8" width="100%" height="100%" align="center" justify="center" mouse-capture="true">
|
||||
<border id="form" thickness="1" border-color=".2" pad="3" width="650" dir="col">
|
||||
<border id="title-bar" width="100%" height="30" color=".2 .2 .2 .9" dir="row" align="center" justify="center">
|
||||
<text text="Upload Brushes"></text>
|
||||
</border>
|
||||
<border width="100%" color="0 0 0 .9" pad="10" dir="row" grow="1">
|
||||
<border id="files-list" dir="row" wrap="1" flood-events="1" grow="1" height="100%" margin="0 0 0 0" pad="10" color=".2 .2 .2 1">
|
||||
<node dir="col" margin="0 20 0 0">
|
||||
<image width="200" height="100"/>
|
||||
<node dir="row" width="200" height="30" justify="center" margin="10 0 0 0">
|
||||
<button text="Generate" grow="1" height="100%"/>
|
||||
<button text="Open..." grow="1" height="100%"/>
|
||||
</node>
|
||||
</node>
|
||||
<node grow="1">
|
||||
<node dir="row" height="30" align="center" grow="1">
|
||||
<text text="Author" margin="0 5 0 0"/>
|
||||
<text-input align="center" pad="5" grow="1" height="30" color=".3"/>
|
||||
</node>
|
||||
<node dir="row" height="30" align="center" grow="1">
|
||||
<text text="URL" margin="0 5 0 0"/>
|
||||
<text-input align="center" pad="5" grow="1" height="30" color=".3"/>
|
||||
</node>
|
||||
<node dir="row" height="30" align="center" grow="1">
|
||||
<text text="Description" margin="0 5 0 0"/>
|
||||
<text-input align="center" pad="5" grow="1" height="30" color=".3"/>
|
||||
</node>
|
||||
</node>
|
||||
</border>
|
||||
</border>
|
||||
<node id="footer" height="50" dir="row" align="flex-end" justify="flex-end" pad="10">
|
||||
<button id="btn-ok" text="Share" width="100" height="30" margin="0 10 0 0"/>
|
||||
<button id="btn-cancel" text="Cancel" width="60" height="30"/>
|
||||
</node>
|
||||
</border>
|
||||
</border>
|
||||
</layout>
|
||||
|
||||
<!-- PANEL LAYERS -->
|
||||
<layout id="tpl-panel-layers">
|
||||
@@ -1944,6 +1984,6 @@ Here's a list of what's available in this release.
|
||||
<image-texture id="tex-debug" width="100%" height="100%"></image-texture>
|
||||
</border>
|
||||
-->
|
||||
<!--<ref id="dialog-brush-download"/>-->
|
||||
<!--<ref id="dialog-brush-upload"/>-->
|
||||
</layout>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user