File: portdlg.ui

package info (click to toggle)
djplay 0.5.0-3.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,448 kB
  • ctags: 1,390
  • sloc: cpp: 13,382; sh: 7,104; makefile: 814; sed: 16
file content (102 lines) | stat: -rw-r--r-- 3,193 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
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>PortDlg</class>
<widget class="QDialog">
    <property name="name">
        <cstring>PortDlg</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>1</y>
            <width>470</width>
            <height>290</height>
        </rect>
    </property>
    <property name="minimumSize">
        <size>
            <width>470</width>
            <height>290</height>
        </size>
    </property>
    <property name="maximumSize">
        <size>
            <width>470</width>
            <height>290</height>
        </size>
    </property>
    <property name="caption">
        <string>Ports</string>
    </property>
    <widget class="QGroupBox">
        <property name="name">
            <cstring>groupBox3_2</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>10</x>
                <y>10</y>
                <width>450</width>
                <height>270</height>
            </rect>
        </property>
        <property name="title">
            <string>Connections</string>
        </property>
        <widget class="QListBox">
            <property name="name">
                <cstring>OutputFrom</cstring>
            </property>
            <property name="geometry">
                <rect>
                    <x>10</x>
                    <y>20</y>
                    <width>210</width>
                    <height>240</height>
                </rect>
            </property>
        </widget>
        <widget class="QListBox">
            <property name="name">
                <cstring>OutputTo</cstring>
            </property>
            <property name="geometry">
                <rect>
                    <x>230</x>
                    <y>20</y>
                    <width>210</width>
                    <height>240</height>
                </rect>
            </property>
            <property name="selectionMode">
                <enum>Extended</enum>
            </property>
        </widget>
    </widget>
</widget>
<connections>
    <connection>
        <sender>OutputFrom</sender>
        <signal>selectionChanged(QListBoxItem*)</signal>
        <receiver>PortDlg</receiver>
        <slot>OutputFrom_selectionChanged(QListBoxItem*)</slot>
    </connection>
</connections>
<includes>
    <include location="local" impldecl="in implementation">frame.h</include>
    <include location="local" impldecl="in implementation">jacklow.h</include>
    <include location="local" impldecl="in declaration">cfgfile.h</include>
    <include location="local" impldecl="in implementation">portdlg.ui.h</include>
</includes>
<variables>
    <variable access="public">Config cfg;</variable>
    <variable>QString outputSelected;</variable>
</variables>
<slots>
    <slot access="protected">init()</slot>
    <slot>OutputFrom_selectionChanged( QListBoxItem * li )</slot>
    <slot access="protected" returnType="bool">isMine( QString port )</slot>
    <slot access="protected">insertEligible( QListBox * lb, QString port )</slot>
    <slot>outputStoreSetup()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>