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

« back to all changes in this revision

Viewing changes to buildtools/lib/widgets/environmentvariableswidgetbase.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>EnvironmentVariablesWidgetBase</class>
3
 
<widget class="QWidget">
4
 
    <property name="name">
5
 
        <cstring>EnvironmentVariablesWidgetBase</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>566</width>
12
 
            <height>451</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Environment Variables</string>
17
 
    </property>
18
 
    <grid>
19
 
        <property name="name">
20
 
            <cstring>unnamed</cstring>
21
 
        </property>
22
 
        <property name="margin">
23
 
            <number>0</number>
24
 
        </property>
25
 
        <widget class="QListView" row="0" column="0" rowspan="6" colspan="1">
26
 
            <column>
27
 
                <property name="text">
28
 
                    <string>Name</string>
29
 
                </property>
30
 
                <property name="clickable">
31
 
                    <bool>true</bool>
32
 
                </property>
33
 
                <property name="resizable">
34
 
                    <bool>true</bool>
35
 
                </property>
36
 
            </column>
37
 
            <column>
38
 
                <property name="text">
39
 
                    <string>Value</string>
40
 
                </property>
41
 
                <property name="clickable">
42
 
                    <bool>true</bool>
43
 
                </property>
44
 
                <property name="resizable">
45
 
                    <bool>true</bool>
46
 
                </property>
47
 
            </column>
48
 
            <property name="name">
49
 
                <cstring>listview</cstring>
50
 
            </property>
51
 
            <property name="sizePolicy">
52
 
                <sizepolicy>
53
 
                    <hsizetype>7</hsizetype>
54
 
                    <vsizetype>7</vsizetype>
55
 
                    <horstretch>0</horstretch>
56
 
                    <verstretch>0</verstretch>
57
 
                </sizepolicy>
58
 
            </property>
59
 
            <property name="showSortIndicator">
60
 
                <bool>true</bool>
61
 
            </property>
62
 
            <property name="resizeMode">
63
 
                <enum>AllColumns</enum>
64
 
            </property>
65
 
        </widget>
66
 
        <widget class="QPushButton" row="2" column="1">
67
 
            <property name="name">
68
 
                <cstring>removevar_button</cstring>
69
 
            </property>
70
 
            <property name="sizePolicy">
71
 
                <sizepolicy>
72
 
                    <hsizetype>5</hsizetype>
73
 
                    <vsizetype>0</vsizetype>
74
 
                    <horstretch>0</horstretch>
75
 
                    <verstretch>0</verstretch>
76
 
                </sizepolicy>
77
 
            </property>
78
 
            <property name="text">
79
 
                <string>&amp;Remove</string>
80
 
            </property>
81
 
        </widget>
82
 
        <widget class="QPushButton" row="1" column="1">
83
 
            <property name="name">
84
 
                <cstring>editvar_button</cstring>
85
 
            </property>
86
 
            <property name="sizePolicy">
87
 
                <sizepolicy>
88
 
                    <hsizetype>1</hsizetype>
89
 
                    <vsizetype>0</vsizetype>
90
 
                    <horstretch>0</horstretch>
91
 
                    <verstretch>0</verstretch>
92
 
                </sizepolicy>
93
 
            </property>
94
 
            <property name="text">
95
 
                <string>&amp;Edit</string>
96
 
            </property>
97
 
        </widget>
98
 
        <widget class="QPushButton" row="0" column="1">
99
 
            <property name="name">
100
 
                <cstring>addvar_button</cstring>
101
 
            </property>
102
 
            <property name="sizePolicy">
103
 
                <sizepolicy>
104
 
                    <hsizetype>1</hsizetype>
105
 
                    <vsizetype>0</vsizetype>
106
 
                    <horstretch>0</horstretch>
107
 
                    <verstretch>0</verstretch>
108
 
                </sizepolicy>
109
 
            </property>
110
 
            <property name="text">
111
 
                <string>A&amp;dd / Copy</string>
112
 
            </property>
113
 
        </widget>
114
 
        <spacer row="3" column="1">
115
 
            <property name="name">
116
 
                <cstring>Spacer12</cstring>
117
 
            </property>
118
 
            <property name="orientation">
119
 
                <enum>Vertical</enum>
120
 
            </property>
121
 
            <property name="sizeType">
122
 
                <enum>Expanding</enum>
123
 
            </property>
124
 
            <property name="sizeHint">
125
 
                <size>
126
 
                    <width>20</width>
127
 
                    <height>60</height>
128
 
                </size>
129
 
            </property>
130
 
        </spacer>
131
 
        <widget class="QPushButton" row="4" column="1">
132
 
            <property name="name">
133
 
                <cstring>environmentButton</cstring>
134
 
            </property>
135
 
            <property name="text">
136
 
                <string>E&amp;nvironment</string>
137
 
            </property>
138
 
        </widget>
139
 
        <spacer row="5" column="1">
140
 
            <property name="name">
141
 
                <cstring>spacer2</cstring>
142
 
            </property>
143
 
            <property name="orientation">
144
 
                <enum>Vertical</enum>
145
 
            </property>
146
 
            <property name="sizeType">
147
 
                <enum>Expanding</enum>
148
 
            </property>
149
 
            <property name="sizeHint">
150
 
                <size>
151
 
                    <width>20</width>
152
 
                    <height>171</height>
153
 
                </size>
154
 
            </property>
155
 
        </spacer>
156
 
    </grid>
157
 
</widget>
158
 
<connections>
159
 
    <connection>
160
 
        <sender>addvar_button</sender>
161
 
        <signal>clicked()</signal>
162
 
        <receiver>EnvironmentVariablesWidgetBase</receiver>
163
 
        <slot>addVarClicked()</slot>
164
 
    </connection>
165
 
    <connection>
166
 
        <sender>removevar_button</sender>
167
 
        <signal>clicked()</signal>
168
 
        <receiver>EnvironmentVariablesWidgetBase</receiver>
169
 
        <slot>removeVarClicked()</slot>
170
 
    </connection>
171
 
    <connection>
172
 
        <sender>editvar_button</sender>
173
 
        <signal>clicked()</signal>
174
 
        <receiver>EnvironmentVariablesWidgetBase</receiver>
175
 
        <slot>editVarClicked()</slot>
176
 
    </connection>
177
 
    <connection>
178
 
        <sender>environmentButton</sender>
179
 
        <signal>clicked()</signal>
180
 
        <receiver>EnvironmentVariablesWidgetBase</receiver>
181
 
        <slot>environmentClicked()</slot>
182
 
    </connection>
183
 
</connections>
184
 
<tabstops>
185
 
    <tabstop>listview</tabstop>
186
 
    <tabstop>addvar_button</tabstop>
187
 
    <tabstop>removevar_button</tabstop>
188
 
</tabstops>
189
 
<includes>
190
 
    <include location="global" impldecl="in implementation">kdialog.h</include>
191
 
</includes>
192
 
<slots>
193
 
    <slot>addVarClicked()</slot>
194
 
    <slot>removeVarClicked()</slot>
195
 
    <slot>editVarClicked()</slot>
196
 
    <slot>environmentClicked()</slot>
197
 
</slots>
198
 
<layoutdefaults spacing="6" margin="11"/>
199
 
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
200
 
</UI>