1 <?xml version="1.0" encoding="UTF-8"?>
5 <dialog xmlns="http://openoffice.org/2007/layout"
6 xmlns:cnt="http://openoffice.org/2007/layout/container"
7 id="dialog" title="Layout Editor" sizeable="true">
10 <min-size min-width="120" cnt:expand="false">
12 <fixedtext label="Layout:" cnt:expand="false" />
14 <listbox id="layout-tree" has_border="true" />
15 <vbox cnt:expand="false">
16 <pushbutton id="layout-up-button" cnt:expand="false" />
17 <pushbutton id="layout-down-button" cnt:expand="false" />
18 <fixedtext cnt:expand="true" />
19 <pushbutton id="layout-remove-button" cnt:expand="false" />
24 <min-size min-width="120">
26 <fixedtext label="Preview:" cnt:expand="false" />
28 <bin id="preview-box" />
32 <min-size min-width="120" cnt:expand="false">
34 <fixedtext label="Properties:" cnt:expand="false" />
35 <table id="properties-box" columns="3" />
39 <hfixedline cnt:expand="false" />
40 <vbox cnt:expand="false">
41 <fixedtext label="Create widgets:" cnt:expand="false" />
42 <flow id="create-widget" homogeneous="true" spacing="2" />
43 <fixedtext label="Create containers:" cnt:expand="false" />
44 <flow id="create-container" homogeneous="true" spacing="2" />
46 <hbox cnt:expand="false">
47 <vbox><fixedline /><fixedline /><fixedline /><fixedline /></vbox>
48 <!-- <pushbutton id="import-button" label="Import..." cnt:expand="false"/>-->
49 <pushbutton id="export-button" label="Export (stdout)" cnt:expand="false"/>