blob: e1ed4907dcd2e2e612486157e7c8fd1431188e99 (
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="true"/>
<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>
|