0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<ui version="4.0" stdsetdef="1">
|
|
3 |
<author></author>
|
|
4 |
<comment></comment>
|
|
5 |
<exportmacro></exportmacro>
|
|
6 |
<class>Form1</class>
|
|
7 |
<widget class="QDialog" name="Form1">
|
|
8 |
<property name="geometry">
|
|
9 |
<rect>
|
|
10 |
<x>0</x>
|
|
11 |
<y>0</y>
|
|
12 |
<width>281</width>
|
|
13 |
<height>455</height>
|
|
14 |
</rect>
|
|
15 |
</property>
|
|
16 |
<property name="windowTitle">
|
|
17 |
<string>Form1</string>
|
|
18 |
</property>
|
|
19 |
<layout class="QVBoxLayout">
|
|
20 |
<property name="margin">
|
|
21 |
<number>11</number>
|
|
22 |
</property>
|
|
23 |
<property name="spacing">
|
|
24 |
<number>6</number>
|
|
25 |
</property>
|
|
26 |
<item>
|
|
27 |
<widget class="QLineEdit" name="number"/>
|
|
28 |
</item>
|
|
29 |
<item>
|
|
30 |
<widget class="Q3ListView" name="listview">
|
|
31 |
<column>
|
|
32 |
<property name="text">
|
|
33 |
<string>Column 1</string>
|
|
34 |
</property>
|
|
35 |
<property name="clickable">
|
|
36 |
<bool>true</bool>
|
|
37 |
</property>
|
|
38 |
<property name="resizeable">
|
|
39 |
<bool>true</bool>
|
|
40 |
</property>
|
|
41 |
</column>
|
|
42 |
</widget>
|
|
43 |
</item>
|
|
44 |
</layout>
|
|
45 |
</widget>
|
|
46 |
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
|
47 |
<connections>
|
|
48 |
<connection>
|
|
49 |
<sender>number</sender>
|
|
50 |
<signal>returnPressed()</signal>
|
|
51 |
<receiver>Form1</receiver>
|
|
52 |
<slot>doInsert()</slot>
|
|
53 |
</connection>
|
|
54 |
</connections>
|
|
55 |
</ui>
|