~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to kdevdesigner/designer/listeditor.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2
 
<class>ListEditor</class>
3
 
<comment>*********************************************************************
4
 
** Copyright (C) 2001 Trolltech AS.  All rights reserved.
5
 
**
6
 
** This file is part of Qt Designer.
7
 
**
8
 
** This file may be distributed and/or modified under the terms of the
9
 
** GNU General Public License version 2 as published by the Free Software
10
 
** Foundation and appearing in the file LICENSE.GPL included in the
11
 
** packaging of this file.
12
 
**
13
 
** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition
14
 
** licenses may use this file in accordance with the Qt Commercial License
15
 
** Agreement provided with the Software.
16
 
**
17
 
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
18
 
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
19
 
**
20
 
** See http://www.trolltech.com/gpl/ for GPL licensing information.
21
 
** See http://www.trolltech.com/pricing.html or email sales@trolltech.com for
22
 
**   information about Qt Commercial License Agreements.
23
 
**
24
 
** Contact info@trolltech.com if any conditions of this licensing are
25
 
** not clear to you.
26
 
**
27
 
*********************************************************************</comment>
28
 
<widget class="QDialog">
29
 
    <property name="name">
30
 
        <cstring>ListEditor</cstring>
31
 
    </property>
32
 
    <property name="geometry">
33
 
        <rect>
34
 
            <x>0</x>
35
 
            <y>0</y>
36
 
            <width>331</width>
37
 
            <height>301</height>
38
 
        </rect>
39
 
    </property>
40
 
    <property name="caption">
41
 
        <string>Edit</string>
42
 
    </property>
43
 
    <grid>
44
 
        <property name="name">
45
 
            <cstring>unnamed</cstring>
46
 
        </property>
47
 
        <property name="margin">
48
 
            <number>11</number>
49
 
        </property>
50
 
        <property name="spacing">
51
 
            <number>6</number>
52
 
        </property>
53
 
        <widget class="QListView" row="0" column="0" rowspan="5" colspan="1">
54
 
            <column>
55
 
                <property name="text">
56
 
                    <string>Column 1</string>
57
 
                </property>
58
 
                <property name="clickable">
59
 
                    <bool>true</bool>
60
 
                </property>
61
 
                <property name="resizeable">
62
 
                    <bool>true</bool>
63
 
                </property>
64
 
            </column>
65
 
            <property name="name">
66
 
                <cstring>listview</cstring>
67
 
            </property>
68
 
            <property name="selectionMode">
69
 
                <enum>Extended</enum>
70
 
            </property>
71
 
            <property name="resizeMode">
72
 
                <enum>AllColumns</enum>
73
 
            </property>
74
 
        </widget>
75
 
        <widget class="QPushButton" row="0" column="1">
76
 
            <property name="name">
77
 
                <cstring>PushButton1</cstring>
78
 
            </property>
79
 
            <property name="text">
80
 
                <string>&amp;Add</string>
81
 
            </property>
82
 
        </widget>
83
 
        <widget class="QPushButton" row="1" column="1">
84
 
            <property name="name">
85
 
                <cstring>PushButton2</cstring>
86
 
            </property>
87
 
            <property name="text">
88
 
                <string>&amp;Remove</string>
89
 
            </property>
90
 
        </widget>
91
 
        <widget class="QPushButton" row="2" column="1">
92
 
            <property name="name">
93
 
                <cstring>PushButton3</cstring>
94
 
            </property>
95
 
            <property name="text">
96
 
                <string>Re&amp;name</string>
97
 
            </property>
98
 
        </widget>
99
 
        <widget class="QPushButton" row="4" column="1">
100
 
            <property name="name">
101
 
                <cstring>PushButton4</cstring>
102
 
            </property>
103
 
            <property name="text">
104
 
                <string>&amp;Close</string>
105
 
            </property>
106
 
        </widget>
107
 
        <spacer row="3" column="1">
108
 
            <property name="name">
109
 
                <cstring>Spacer1</cstring>
110
 
            </property>
111
 
            <property name="orientation">
112
 
                <enum>Vertical</enum>
113
 
            </property>
114
 
            <property name="sizeType">
115
 
                <enum>Expanding</enum>
116
 
            </property>
117
 
            <property name="sizeHint">
118
 
                <size>
119
 
                    <width>20</width>
120
 
                    <height>20</height>
121
 
                </size>
122
 
            </property>
123
 
        </spacer>
124
 
    </grid>
125
 
</widget>
126
 
<connections>
127
 
    <connection>
128
 
        <sender>PushButton1</sender>
129
 
        <signal>clicked()</signal>
130
 
        <receiver>ListEditor</receiver>
131
 
        <slot>addItem()</slot>
132
 
    </connection>
133
 
    <connection>
134
 
        <sender>PushButton2</sender>
135
 
        <signal>clicked()</signal>
136
 
        <receiver>ListEditor</receiver>
137
 
        <slot>removeItems()</slot>
138
 
    </connection>
139
 
    <connection>
140
 
        <sender>PushButton4</sender>
141
 
        <signal>clicked()</signal>
142
 
        <receiver>ListEditor</receiver>
143
 
        <slot>accept()</slot>
144
 
    </connection>
145
 
    <connection>
146
 
        <sender>listview</sender>
147
 
        <signal>itemRenamed(QListViewItem*,int)</signal>
148
 
        <receiver>ListEditor</receiver>
149
 
        <slot>renamed(QListViewItem*)</slot>
150
 
    </connection>
151
 
    <connection>
152
 
        <sender>PushButton3</sender>
153
 
        <signal>clicked()</signal>
154
 
        <receiver>ListEditor</receiver>
155
 
        <slot>renameItem()</slot>
156
 
    </connection>
157
 
</connections>
158
 
<includes>
159
 
    <include location="local" impldecl="in implementation">listeditor.ui.h</include>
160
 
</includes>
161
 
<forwards>
162
 
    <forward>class QStringList;</forward>
163
 
</forwards>
164
 
<slots>
165
 
    <slot>init()</slot>
166
 
    <slot>setList( const QStringList &amp; l )</slot>
167
 
    <slot>addItem()</slot>
168
 
    <slot>renamed( QListViewItem * i )</slot>
169
 
    <slot>removeItems()</slot>
170
 
    <slot returnType="QStringList">items()</slot>
171
 
    <slot>renameItem()</slot>
172
 
</slots>
173
 
<includes>
174
 
    <include location="local" impldecl="in implementation">myiconloader.h</include>
175
 
</includes>
176
 
<pixmapfunction>BarIcon2</pixmapfunction>
177
 
 
178
 
<layoutdefaults spacing="6" margin="11"/>
179
 
</UI>