File: metadatadlg.ui

package info (click to toggle)
djplay 0.5.0-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,432 kB
  • ctags: 1,388
  • sloc: cpp: 13,382; sh: 7,454; makefile: 810; sed: 16
file content (103 lines) | stat: -rw-r--r-- 2,803 bytes parent folder | download | duplicates (2)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>MetadataDlg</class>
<widget class="QDialog">
    <property name="name">
        <cstring>MetadataDlg</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>638</width>
            <height>234</height>
        </rect>
    </property>
    <property name="caption">
        <string>Metadata</string>
    </property>
    <widget class="QLabel">
        <property name="name">
            <cstring>textLabel1</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>10</x>
                <y>10</y>
                <width>110</width>
                <height>20</height>
            </rect>
        </property>
        <property name="text">
            <string>Metadata Text</string>
        </property>
    </widget>
    <widget class="QLineEdit">
        <property name="name">
            <cstring>MetadataText</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>10</x>
                <y>30</y>
                <width>510</width>
                <height>22</height>
            </rect>
        </property>
    </widget>
    <widget class="QPushButton">
        <property name="name">
            <cstring>Send</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>430</x>
                <y>60</y>
                <width>87</width>
                <height>32</height>
            </rect>
        </property>
        <property name="text">
            <string>Send it!</string>
        </property>
    </widget>
    <widget class="QPushButton">
        <property name="name">
            <cstring>Clear</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>430</x>
                <y>100</y>
                <width>87</width>
                <height>32</height>
            </rect>
        </property>
        <property name="text">
            <string>Clear</string>
        </property>
    </widget>
</widget>
<connections>
    <connection>
        <sender>Send</sender>
        <signal>clicked()</signal>
        <receiver>MetadataDlg</receiver>
        <slot>Send_clicked()</slot>
    </connection>
    <connection>
        <sender>Clear</sender>
        <signal>clicked()</signal>
        <receiver>MetadataDlg</receiver>
        <slot>Clear_clicked()</slot>
    </connection>
</connections>
<includes>
    <include location="local" impldecl="in implementation">metadatadlg.ui.h</include>
</includes>
<slots>
    <slot access="protected">init()</slot>
    <slot>Send_clicked()</slot>
    <slot>Clear_clicked()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>