File: newconfigdlg.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 (114 lines) | stat: -rw-r--r-- 3,044 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
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>NewConfigDlg</class>
<widget class="QDialog">
    <property name="name">
        <cstring>NewConfigDlg</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>1</y>
            <width>390</width>
            <height>100</height>
        </rect>
    </property>
    <property name="minimumSize">
        <size>
            <width>390</width>
            <height>100</height>
        </size>
    </property>
    <property name="maximumSize">
        <size>
            <width>390</width>
            <height>100</height>
        </size>
    </property>
    <property name="caption">
        <string>New icecast config</string>
    </property>
    <widget class="QLineEdit">
        <property name="name">
            <cstring>Name</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>10</x>
                <y>30</y>
                <width>370</width>
                <height>22</height>
            </rect>
        </property>
    </widget>
    <widget class="QLabel">
        <property name="name">
            <cstring>textLabel8</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>10</x>
                <y>10</y>
                <width>80</width>
                <height>20</height>
            </rect>
        </property>
        <property name="text">
            <string>Config name</string>
        </property>
    </widget>
    <widget class="QPushButton">
        <property name="name">
            <cstring>OK</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>290</x>
                <y>60</y>
                <width>87</width>
                <height>32</height>
            </rect>
        </property>
        <property name="text">
            <string>OK</string>
        </property>
    </widget>
    <widget class="QPushButton">
        <property name="name">
            <cstring>Cancel</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>190</x>
                <y>60</y>
                <width>87</width>
                <height>32</height>
            </rect>
        </property>
        <property name="text">
            <string>Cancel</string>
        </property>
    </widget>
</widget>
<connections>
    <connection>
        <sender>OK</sender>
        <signal>clicked()</signal>
        <receiver>NewConfigDlg</receiver>
        <slot>OK_clicked()</slot>
    </connection>
    <connection>
        <sender>Cancel</sender>
        <signal>clicked()</signal>
        <receiver>NewConfigDlg</receiver>
        <slot>Cancel_clicked()</slot>
    </connection>
</connections>
<includes>
    <include location="local" impldecl="in implementation">newconfigdlg.ui.h</include>
</includes>
<slots>
    <slot>OK_clicked()</slot>
    <slot>Cancel_clicked()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>