~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Project/AddFoundFilesForm.ui

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2
 
<class>AddFoundFilesForm</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>AddFoundFilesForm</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>600</width>
12
 
            <height>480</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Add found files to project</string>
17
 
    </property>
18
 
    <property name="toolTip" stdset="0">
19
 
        <string>Adds the found files to the current project.</string>
20
 
    </property>
21
 
    <vbox>
22
 
        <property name="name">
23
 
            <cstring>unnamed</cstring>
24
 
        </property>
25
 
        <property name="margin">
26
 
            <number>11</number>
27
 
        </property>
28
 
        <property name="spacing">
29
 
            <number>6</number>
30
 
        </property>
31
 
        <widget class="QListBox">
32
 
            <property name="name">
33
 
                <cstring>fileListBox</cstring>
34
 
            </property>
35
 
            <property name="selectionMode">
36
 
                <enum>Extended</enum>
37
 
            </property>
38
 
            <property name="toolTip" stdset="0">
39
 
                <string>List of found files.</string>
40
 
            </property>
41
 
        </widget>
42
 
        <widget class="QLayoutWidget">
43
 
            <property name="name">
44
 
                <cstring>Layout12</cstring>
45
 
            </property>
46
 
            <hbox>
47
 
                <property name="name">
48
 
                    <cstring>unnamed</cstring>
49
 
                </property>
50
 
                <property name="margin">
51
 
                    <number>0</number>
52
 
                </property>
53
 
                <property name="spacing">
54
 
                    <number>6</number>
55
 
                </property>
56
 
                <spacer>
57
 
                    <property name="name">
58
 
                        <cstring>Spacer9</cstring>
59
 
                    </property>
60
 
                    <property name="orientation">
61
 
                        <enum>Horizontal</enum>
62
 
                    </property>
63
 
                    <property name="sizeType">
64
 
                        <enum>Expanding</enum>
65
 
                    </property>
66
 
                    <property name="sizeHint">
67
 
                        <size>
68
 
                            <width>30</width>
69
 
                            <height>0</height>
70
 
                        </size>
71
 
                    </property>
72
 
                </spacer>
73
 
                <widget class="QPushButton">
74
 
                    <property name="name">
75
 
                        <cstring>addAllButton</cstring>
76
 
                    </property>
77
 
                    <property name="text">
78
 
                        <string>Add &amp;All</string>
79
 
                    </property>
80
 
                    <property name="default">
81
 
                        <bool>true</bool>
82
 
                    </property>
83
 
                    <property name="toolTip" stdset="0">
84
 
                        <string>Add all files.</string>
85
 
                    </property>
86
 
                </widget>
87
 
                <widget class="QPushButton">
88
 
                    <property name="name">
89
 
                        <cstring>addSelectedButton</cstring>
90
 
                    </property>
91
 
                    <property name="text">
92
 
                        <string>Add &amp;Selected</string>
93
 
                    </property>
94
 
                    <property name="toolTip" stdset="0">
95
 
                        <string>Add selected files only.</string>
96
 
                    </property>
97
 
                </widget>
98
 
                <widget class="QPushButton">
99
 
                    <property name="name">
100
 
                        <cstring>CancelButton</cstring>
101
 
                    </property>
102
 
                    <property name="text">
103
 
                        <string>&amp;Cancel</string>
104
 
                    </property>
105
 
                    <property name="toolTip" stdset="0">
106
 
                        <string>Cancel the dialog.</string>
107
 
                    </property>
108
 
                </widget>
109
 
                <spacer>
110
 
                    <property name="name">
111
 
                        <cstring>Spacer10</cstring>
112
 
                    </property>
113
 
                    <property name="orientation">
114
 
                        <enum>Horizontal</enum>
115
 
                    </property>
116
 
                    <property name="sizeType">
117
 
                        <enum>Expanding</enum>
118
 
                    </property>
119
 
                    <property name="sizeHint">
120
 
                        <size>
121
 
                            <width>30</width>
122
 
                            <height>0</height>
123
 
                        </size>
124
 
                    </property>
125
 
                </spacer>
126
 
            </hbox>
127
 
        </widget>
128
 
    </vbox>
129
 
</widget>
130
 
<connections>
131
 
    <connection>
132
 
        <sender>CancelButton</sender>
133
 
        <signal>clicked()</signal>
134
 
        <receiver>AddFoundFilesForm</receiver>
135
 
        <slot>reject()</slot>
136
 
    </connection>
137
 
    <connection>
138
 
        <sender>addAllButton</sender>
139
 
        <signal>clicked()</signal>
140
 
        <receiver>AddFoundFilesForm</receiver>
141
 
        <slot>handleAll()</slot>
142
 
    </connection>
143
 
    <connection>
144
 
        <sender>addSelectedButton</sender>
145
 
        <signal>clicked()</signal>
146
 
        <receiver>AddFoundFilesForm</receiver>
147
 
        <slot>handleSelected()</slot>
148
 
    </connection>
149
 
</connections>
150
 
<slots>
151
 
    <slot>handleAll()</slot>
152
 
    <slot>handleSelected()</slot>
153
 
</slots>
154
 
<layoutdefaults spacing="6" margin="11"/>
155
 
</UI>