~ubuntu-branches/ubuntu/oneiric/knetworkmanager/oneiric

« back to all changes in this revision

Viewing changes to knetworkmanager/src/networkchoicewidget.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-07-14 14:05:44 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080714140544-yjhxgrdwartk3kx7
Tags: 1:0.7svn830754-0ubuntu1
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2
 
<class>NetworkChoiceWidget</class>
3
 
<widget class="QWidget">
4
 
    <property name="name">
5
 
        <cstring>NetworkChoiceWidget</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>291</width>
12
 
            <height>104</height>
13
 
        </rect>
14
 
    </property>
15
 
    <vbox>
16
 
        <property name="name">
17
 
            <cstring>unnamed</cstring>
18
 
        </property>
19
 
        <property name="margin">
20
 
            <number>0</number>
21
 
        </property>
22
 
        <widget class="QButtonGroup">
23
 
            <property name="name">
24
 
                <cstring>buttonGroup1</cstring>
25
 
            </property>
26
 
            <property name="title">
27
 
                <string>Wireless Network</string>
28
 
            </property>
29
 
            <grid>
30
 
                <property name="name">
31
 
                    <cstring>unnamed</cstring>
32
 
                </property>
33
 
                <widget class="QLabel" row="0" column="0">
34
 
                    <property name="name">
35
 
                        <cstring>textLabel1</cstring>
36
 
                    </property>
37
 
                    <property name="text">
38
 
                        <string>&amp;Name (ESSID):</string>
39
 
                    </property>
40
 
                    <property name="buddy" stdset="0">
41
 
                        <cstring>leditEssid</cstring>
42
 
                    </property>
43
 
                </widget>
44
 
                <widget class="QLineEdit" row="0" column="1">
45
 
                    <property name="name">
46
 
                        <cstring>leditEssid</cstring>
47
 
                    </property>
48
 
                </widget>
49
 
                <widget class="QComboBox" row="1" column="1">
50
 
                    <property name="name">
51
 
                        <cstring>comboDevice</cstring>
52
 
                    </property>
53
 
                </widget>
54
 
                <widget class="QLabel" row="1" column="0">
55
 
                    <property name="name">
56
 
                        <cstring>textLabel2</cstring>
57
 
                    </property>
58
 
                    <property name="text">
59
 
                        <string>&amp;Device:</string>
60
 
                    </property>
61
 
                    <property name="buddy" stdset="0">
62
 
                        <cstring>comboDevice</cstring>
63
 
                    </property>
64
 
                </widget>
65
 
            </grid>
66
 
        </widget>
67
 
    </vbox>
68
 
</widget>
69
 
<tabstops>
70
 
    <tabstop>leditEssid</tabstop>
71
 
    <tabstop>comboDevice</tabstop>
72
 
</tabstops>
73
 
<layoutdefaults spacing="6" margin="11"/>
74
 
</UI>