File: dlgprefplaylistdlg.ui

package info (click to toggle)
mixxx 1.4.2-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 10,676 kB
  • ctags: 4,130
  • sloc: ansic: 35,627; cpp: 27,118; xml: 3,691; sh: 417; makefile: 54
file content (80 lines) | stat: -rw-r--r-- 2,139 bytes parent folder | download
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
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>DlgPrefPlaylistDlg</class>
<widget class="QWidget">
    <property name="name">
        <cstring>DlgPrefPlaylistDlg</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>438</width>
            <height>367</height>
        </rect>
    </property>
    <property name="caption">
        <string>Form3</string>
    </property>
    <widget class="QLineEdit">
        <property name="name">
            <cstring>LineEditSongfiles</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>144</x>
                <y>11</y>
                <width>188</width>
                <height>22</height>
            </rect>
        </property>
        <property name="font">
            <font>
            </font>
        </property>
    </widget>
    <widget class="QLabel">
        <property name="name">
            <cstring>TextLabel3_2</cstring>
        </property>
        <property name="enabled">
            <bool>true</bool>
        </property>
        <property name="geometry">
            <rect>
                <x>9</x>
                <y>15</y>
                <width>128</width>
                <height>21</height>
            </rect>
        </property>
        <property name="font">
            <font>
            </font>
        </property>
        <property name="text">
            <string>Song files directory</string>
        </property>
    </widget>
    <widget class="QPushButton">
        <property name="name">
            <cstring>PushButtonBrowsePlaylist</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>334</x>
                <y>11</y>
                <width>25</width>
                <height>22</height>
            </rect>
        </property>
        <property name="font">
            <font>
            </font>
        </property>
        <property name="text">
            <string>...</string>
        </property>
    </widget>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>