~ubuntu-branches/ubuntu/edgy/knemo/edgy

« back to all changes in this revision

Viewing changes to src/kcm/configdlg.ui

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-09-27 14:05:40 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060927140540-jz9yej1srkuukgj2
Tags: 0.4.5-1ubuntu1
Sync with debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
 
1
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2
2
<class>ConfigDlg</class>
3
3
<widget class="QWidget">
4
4
    <property name="name">
8
8
        <rect>
9
9
            <x>0</x>
10
10
            <y>0</y>
11
 
            <width>484</width>
12
 
            <height>484</height>
 
11
            <width>447</width>
 
12
            <height>465</height>
13
13
        </rect>
14
14
    </property>
15
 
    <property name="caption">
16
 
        <string>ConfigDlg</string>
17
 
    </property>
18
 
    <hbox>
 
15
    <vbox>
19
16
        <property name="name">
20
17
            <cstring>unnamed</cstring>
21
18
        </property>
 
19
        <widget class="QCheckBox">
 
20
            <property name="name">
 
21
                <cstring>checkBoxStartKNemo</cstring>
 
22
            </property>
 
23
            <property name="text">
 
24
                <string>Use KNemo to monitor your interfaces</string>
 
25
            </property>
 
26
        </widget>
22
27
        <widget class="QTabWidget">
23
28
            <property name="name">
24
 
                <cstring>tabWidget</cstring>
 
29
                <cstring>tabWidgetConfiguration</cstring>
25
30
            </property>
26
31
            <widget class="QWidget">
27
32
                <property name="name">
271
276
                                <property name="text">
272
277
                                    <string>Hide icon when &amp;not connected</string>
273
278
                                </property>
274
 
                                <property name="accel">
275
 
                                    <string>Alt+N</string>
276
 
                                </property>
277
279
                                <property name="whatsThis" stdset="0">
278
280
                                    <string>When selected the icon for this interface will be
279
281
hidden when the interface is not connected. 
1152
1154
                        <property name="title">
1153
1155
                            <string>Traffic</string>
1154
1156
                        </property>
1155
 
                        <vbox>
 
1157
                        <hbox>
1156
1158
                            <property name="name">
1157
1159
                                <cstring>unnamed</cstring>
1158
1160
                            </property>
1172
1174
                                    <string>Show &amp;outgoing traffic</string>
1173
1175
                                </property>
1174
1176
                            </widget>
1175
 
                        </vbox>
 
1177
                        </hbox>
1176
1178
                    </widget>
1177
1179
                </grid>
1178
1180
            </widget>
1179
1181
        </widget>
1180
 
    </hbox>
 
1182
    </vbox>
1181
1183
</widget>
1182
1184
<customwidgets>
1183
1185
</customwidgets>
1260
1262
        <receiver>pushButtonAddCommand</receiver>
1261
1263
        <slot>setEnabled(bool)</slot>
1262
1264
    </connection>
 
1265
    <connection>
 
1266
        <sender>checkBoxStartKNemo</sender>
 
1267
        <signal>toggled(bool)</signal>
 
1268
        <receiver>tabWidgetConfiguration</receiver>
 
1269
        <slot>setEnabled(bool)</slot>
 
1270
    </connection>
1263
1271
</connections>
1264
1272
<tabstops>
1265
 
    <tabstop>tabWidget</tabstop>
 
1273
    <tabstop>tabWidgetConfiguration</tabstop>
1266
1274
    <tabstop>listBoxInterfaces</tabstop>
1267
1275
    <tabstop>pushButtonNew</tabstop>
1268
1276
    <tabstop>pushButtonDelete</tabstop>