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

« back to all changes in this revision

Viewing changes to kdevdesigner/designer/gotolinedialog.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>GotoLineDialog</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
 
<include location="local" impldecl="in implementation">../interfaces/editorinterface.h</include>
29
 
<include location="local" implDecl="in declaration">gotolinedialog.ui.h</include>
30
 
<forward>struct EditorInterface;</forward>
31
 
<variable>EditorInterface *editor;</variable>
32
 
<layoutdefaults spacing="6" margin="11"/>
33
 
<widget class="QDialog">
34
 
    <property name="name">
35
 
        <cstring>GotoLineDialog</cstring>
36
 
    </property>
37
 
    <property name="geometry">
38
 
        <rect>
39
 
            <x>0</x>
40
 
            <y>0</y>
41
 
            <width>243</width>
42
 
            <height>85</height>
43
 
        </rect>
44
 
    </property>
45
 
    <property name="caption">
46
 
        <string>Goto Line</string>
47
 
    </property>
48
 
    <grid>
49
 
        <property name="name">
50
 
            <cstring>unnamed</cstring>
51
 
        </property>
52
 
        <property name="margin">
53
 
            <number>11</number>
54
 
        </property>
55
 
        <property name="spacing">
56
 
            <number>6</number>
57
 
        </property>
58
 
        <widget class="QLabel" row="0" column="0">
59
 
            <property name="name">
60
 
                <cstring>TextLabel1</cstring>
61
 
            </property>
62
 
            <property name="text">
63
 
                <string>&amp;Line:</string>
64
 
            </property>
65
 
            <property name="buddy" stdset="0">
66
 
                <cstring>spinLine</cstring>
67
 
            </property>
68
 
        </widget>
69
 
        <widget class="QSpinBox" row="0" column="1">
70
 
            <property name="name">
71
 
                <cstring>spinLine</cstring>
72
 
            </property>
73
 
            <property name="sizePolicy">
74
 
                <sizepolicy>
75
 
                    <hsizetype>7</hsizetype>
76
 
                    <vsizetype>0</vsizetype>
77
 
                </sizepolicy>
78
 
            </property>
79
 
        </widget>
80
 
        <widget class="QLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
81
 
            <property name="name">
82
 
                <cstring>Layout1</cstring>
83
 
            </property>
84
 
            <hbox>
85
 
                <property name="name">
86
 
                    <cstring>unnamed</cstring>
87
 
                </property>
88
 
                <property name="margin">
89
 
                    <number>0</number>
90
 
                </property>
91
 
                <property name="spacing">
92
 
                    <number>6</number>
93
 
                </property>
94
 
                <spacer>
95
 
                    <property name="name">
96
 
                        <cstring>Spacer2</cstring>
97
 
                    </property>
98
 
                    <property name="orientation">
99
 
                        <enum>Horizontal</enum>
100
 
                    </property>
101
 
                    <property name="sizeType">
102
 
                        <enum>Expanding</enum>
103
 
                    </property>
104
 
                    <property name="sizeHint">
105
 
                        <size>
106
 
                            <width>20</width>
107
 
                            <height>20</height>
108
 
                        </size>
109
 
                    </property>
110
 
                </spacer>
111
 
                <widget class="QPushButton">
112
 
                    <property name="name">
113
 
                        <cstring>PushButton2</cstring>
114
 
                    </property>
115
 
                    <property name="text">
116
 
                        <string>&amp;Goto</string>
117
 
                    </property>
118
 
                    <property name="default">
119
 
                        <bool>true</bool>
120
 
                    </property>
121
 
                </widget>
122
 
                <widget class="QPushButton">
123
 
                    <property name="name">
124
 
                        <cstring>PushButton1</cstring>
125
 
                    </property>
126
 
                    <property name="text">
127
 
                        <string>&amp;Close</string>
128
 
                    </property>
129
 
                </widget>
130
 
            </hbox>
131
 
        </widget>
132
 
        <spacer row="1" column="1">
133
 
            <property name="name">
134
 
                <cstring>Spacer3</cstring>
135
 
            </property>
136
 
            <property name="orientation">
137
 
                <enum>Vertical</enum>
138
 
            </property>
139
 
            <property name="sizeType">
140
 
                <enum>Expanding</enum>
141
 
            </property>
142
 
            <property name="sizeHint">
143
 
                <size>
144
 
                    <width>20</width>
145
 
                    <height>20</height>
146
 
                </size>
147
 
            </property>
148
 
        </spacer>
149
 
    </grid>
150
 
</widget>
151
 
<connections>
152
 
    <connection language="C++">
153
 
        <sender>PushButton1</sender>
154
 
        <signal>clicked()</signal>
155
 
        <receiver>GotoLineDialog</receiver>
156
 
        <slot>reject()</slot>
157
 
    </connection>
158
 
    <connection language="C++">
159
 
        <sender>PushButton2</sender>
160
 
        <signal>clicked()</signal>
161
 
        <receiver>GotoLineDialog</receiver>
162
 
        <slot>gotoLine()</slot>
163
 
    </connection>
164
 
    <slot access="protected" language="C++" returnType="void">init()</slot>
165
 
    <slot access="protected" language="C++" returnType="void">destroy()</slot>
166
 
    <slot access="public" language="C++" returnType="void">gotoLine()</slot>
167
 
    <slot access="public" language="C++" returnType="void">setEditor( EditorInterface * e )</slot>
168
 
</connections>
169
 
</UI>