blob: 67df7d7ca4008dae2dc3e374be1b3452f3c506a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CurveEditorTestAppClass</class>
<widget class="QWidget" name="CurveEditorTestAppClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>CurveEditorTestApp</string>
</property>
<widget class="QPushButton" name="btnCurveEditor">
<property name="geometry">
<rect>
<x>160</x>
<y>120</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Curve Editor</string>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="CurveEditorTestApp.qrc"/>
</resources>
<connections/>
</ui>
|