0
|
1 |
<ui version="4.0" >
|
|
2 |
<author></author>
|
|
3 |
<comment></comment>
|
|
4 |
<exportmacro></exportmacro>
|
|
5 |
<class>FunctionSignaturesViewCentralWidget</class>
|
|
6 |
<widget class="QWidget" name="FunctionSignaturesViewCentralWidget" >
|
|
7 |
<property name="geometry" >
|
|
8 |
<rect>
|
|
9 |
<x>0</x>
|
|
10 |
<y>0</y>
|
|
11 |
<width>400</width>
|
|
12 |
<height>300</height>
|
|
13 |
</rect>
|
|
14 |
</property>
|
|
15 |
<property name="windowTitle" >
|
|
16 |
<string>Form</string>
|
|
17 |
</property>
|
|
18 |
<layout class="QVBoxLayout" >
|
|
19 |
<property name="margin" >
|
|
20 |
<number>8</number>
|
|
21 |
</property>
|
|
22 |
<property name="spacing" >
|
|
23 |
<number>6</number>
|
|
24 |
</property>
|
|
25 |
<item>
|
|
26 |
<widget class="QLabel" name="signatureInfo" >
|
|
27 |
<property name="text" >
|
|
28 |
<string>The following function signatures are available:</string>
|
|
29 |
</property>
|
|
30 |
</widget>
|
|
31 |
</item>
|
|
32 |
<item>
|
|
33 |
<widget class="QListWidget" name="signatureList" />
|
|
34 |
</item>
|
|
35 |
<item>
|
|
36 |
<layout class="QHBoxLayout" >
|
|
37 |
<property name="margin" >
|
|
38 |
<number>0</number>
|
|
39 |
</property>
|
|
40 |
<property name="spacing" >
|
|
41 |
<number>6</number>
|
|
42 |
</property>
|
|
43 |
<item>
|
|
44 |
<spacer>
|
|
45 |
<property name="orientation" >
|
|
46 |
<enum>Qt::Horizontal</enum>
|
|
47 |
</property>
|
|
48 |
<property name="sizeHint" >
|
|
49 |
<size>
|
|
50 |
<width>40</width>
|
|
51 |
<height>20</height>
|
|
52 |
</size>
|
|
53 |
</property>
|
|
54 |
</spacer>
|
|
55 |
</item>
|
|
56 |
<item>
|
|
57 |
<widget class="QLabel" name="countInfo" >
|
|
58 |
<property name="text" >
|
|
59 |
<string>Count:</string>
|
|
60 |
</property>
|
|
61 |
</widget>
|
|
62 |
</item>
|
|
63 |
</layout>
|
|
64 |
</item>
|
|
65 |
</layout>
|
|
66 |
</widget>
|
|
67 |
<pixmapfunction></pixmapfunction>
|
|
68 |
<resources/>
|
|
69 |
<connections/>
|
|
70 |
</ui>
|