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

« back to all changes in this revision

Viewing changes to parts/ctags2/ctags2_selecttagfilebase.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.3" stdsetdef="1">
2
 
<class>SelectTagFileBase</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>SelectTagFileBase</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>373</width>
12
 
            <height>146</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Add tags file</string>
17
 
    </property>
18
 
    <vbox>
19
 
        <property name="name">
20
 
            <cstring>unnamed</cstring>
21
 
        </property>
22
 
        <widget class="QLabel">
23
 
            <property name="name">
24
 
                <cstring>textLabel1</cstring>
25
 
            </property>
26
 
            <property name="text">
27
 
                <string>Name:</string>
28
 
            </property>
29
 
        </widget>
30
 
        <widget class="KLineEdit">
31
 
            <property name="name">
32
 
                <cstring>displayName</cstring>
33
 
            </property>
34
 
        </widget>
35
 
        <widget class="QLabel">
36
 
            <property name="name">
37
 
                <cstring>textLabel2</cstring>
38
 
            </property>
39
 
            <property name="text">
40
 
                <string>Tags file:</string>
41
 
            </property>
42
 
        </widget>
43
 
        <widget class="KURLRequester">
44
 
            <property name="name">
45
 
                <cstring>tagFile</cstring>
46
 
            </property>
47
 
        </widget>
48
 
        <widget class="QLayoutWidget">
49
 
            <property name="name">
50
 
                <cstring>layout4</cstring>
51
 
            </property>
52
 
            <hbox>
53
 
                <property name="name">
54
 
                    <cstring>unnamed</cstring>
55
 
                </property>
56
 
                <spacer>
57
 
                    <property name="name">
58
 
                        <cstring>spacer2</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>101</width>
69
 
                            <height>20</height>
70
 
                        </size>
71
 
                    </property>
72
 
                </spacer>
73
 
                <widget class="QPushButton">
74
 
                    <property name="name">
75
 
                        <cstring>okButton</cstring>
76
 
                    </property>
77
 
                    <property name="text">
78
 
                        <string>O&amp;K</string>
79
 
                    </property>
80
 
                </widget>
81
 
                <widget class="QPushButton">
82
 
                    <property name="name">
83
 
                        <cstring>cancelButton</cstring>
84
 
                    </property>
85
 
                    <property name="text">
86
 
                        <string>&amp;Cancel</string>
87
 
                    </property>
88
 
                </widget>
89
 
            </hbox>
90
 
        </widget>
91
 
    </vbox>
92
 
</widget>
93
 
<connections>
94
 
    <connection>
95
 
        <sender>cancelButton</sender>
96
 
        <signal>clicked()</signal>
97
 
        <receiver>SelectTagFileBase</receiver>
98
 
        <slot>reject()</slot>
99
 
    </connection>
100
 
    <connection>
101
 
        <sender>okButton</sender>
102
 
        <signal>clicked()</signal>
103
 
        <receiver>SelectTagFileBase</receiver>
104
 
        <slot>accept()</slot>
105
 
    </connection>
106
 
    <connection>
107
 
        <sender>displayName</sender>
108
 
        <signal>textChanged(const QString&amp;)</signal>
109
 
        <receiver>SelectTagFileBase</receiver>
110
 
        <slot>validate()</slot>
111
 
    </connection>
112
 
    <connection>
113
 
        <sender>tagFile</sender>
114
 
        <signal>textChanged(const QString&amp;)</signal>
115
 
        <receiver>SelectTagFileBase</receiver>
116
 
        <slot>validate()</slot>
117
 
    </connection>
118
 
</connections>
119
 
<slots>
120
 
    <slot>validate()</slot>
121
 
</slots>
122
 
<layoutdefaults spacing="6" margin="11"/>
123
 
<includehints>
124
 
    <includehint>kurlrequester.h</includehint>
125
 
    <includehint>klineedit.h</includehint>
126
 
    <includehint>kpushbutton.h</includehint>
127
 
</includehints>
128
 
</UI>