blob: e10003e08919c56f1915ac66b70889454196a572 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="UTF-8"?>
<widgets>
<widget name="label" caption="" border="false"/>
<widget name="checkbox" value="false" caption=""/>
<widget name="button" caption="ok"/>
<widget name="lineedit" value=""/>
<widget name="textedit" value=""/>
<widget name="combo" value="" selections="a,b,c,d" type="search"/>
<widget name="vboxlayout" layout="vbox"/>
<widget name="hboxlayout" layout="hbox"/>
<widget name="mainwidget" layout="vbox"/>
</widgets>
|