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

« back to all changes in this revision

Viewing changes to knetworkmanager/src/connection_setting_wireless.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.3" stdsetdef="1">
 
2
<class>ConnectionSettingWirelessWidget</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>ConnectionSettingWirelessWidget</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>506</width>
 
12
            <height>418</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>Form6</string>
 
17
    </property>
 
18
    <grid>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <widget class="QLabel" row="2" column="0">
 
23
            <property name="name">
 
24
                <cstring>textLabel1</cstring>
 
25
            </property>
 
26
            <property name="text">
 
27
                <string>Essid:</string>
 
28
            </property>
 
29
        </widget>
 
30
        <widget class="KLineEdit" row="2" column="1" rowspan="1" colspan="3">
 
31
            <property name="name">
 
32
                <cstring>txtEssid</cstring>
 
33
            </property>
 
34
        </widget>
 
35
        <widget class="KPushButton" row="3" column="2" rowspan="1" colspan="2">
 
36
            <property name="name">
 
37
                <cstring>pbExpert</cstring>
 
38
            </property>
 
39
            <property name="text">
 
40
                <string>Expert options</string>
 
41
            </property>
 
42
        </widget>
 
43
        <spacer row="3" column="0" rowspan="1" colspan="2">
 
44
            <property name="name">
 
45
                <cstring>spacer1</cstring>
 
46
            </property>
 
47
            <property name="orientation">
 
48
                <enum>Horizontal</enum>
 
49
            </property>
 
50
            <property name="sizeType">
 
51
                <enum>Expanding</enum>
 
52
            </property>
 
53
            <property name="sizeHint">
 
54
                <size>
 
55
                    <width>282</width>
 
56
                    <height>20</height>
 
57
                </size>
 
58
            </property>
 
59
        </spacer>
 
60
        <widget class="KListView" row="1" column="0" rowspan="1" colspan="4">
 
61
            <column>
 
62
                <property name="text">
 
63
                    <string>Essid</string>
 
64
                </property>
 
65
                <property name="clickable">
 
66
                    <bool>true</bool>
 
67
                </property>
 
68
                <property name="resizable">
 
69
                    <bool>true</bool>
 
70
                </property>
 
71
            </column>
 
72
            <column>
 
73
                <property name="text">
 
74
                    <string>Quality</string>
 
75
                </property>
 
76
                <property name="clickable">
 
77
                    <bool>true</bool>
 
78
                </property>
 
79
                <property name="resizable">
 
80
                    <bool>true</bool>
 
81
                </property>
 
82
            </column>
 
83
            <column>
 
84
                <property name="text">
 
85
                    <string>Security</string>
 
86
                </property>
 
87
                <property name="clickable">
 
88
                    <bool>true</bool>
 
89
                </property>
 
90
                <property name="resizable">
 
91
                    <bool>true</bool>
 
92
                </property>
 
93
            </column>
 
94
            <property name="name">
 
95
                <cstring>lvEssids</cstring>
 
96
            </property>
 
97
            <property name="frameShape">
 
98
                <enum>StyledPanel</enum>
 
99
            </property>
 
100
            <property name="frameShadow">
 
101
                <enum>Sunken</enum>
 
102
            </property>
 
103
            <property name="allColumnsShowFocus">
 
104
                <bool>true</bool>
 
105
            </property>
 
106
            <property name="fullWidth">
 
107
                <bool>true</bool>
 
108
            </property>
 
109
        </widget>
 
110
        <widget class="QFrame" row="0" column="0" rowspan="1" colspan="3">
 
111
            <property name="name">
 
112
                <cstring>framePlaceholder</cstring>
 
113
            </property>
 
114
            <property name="frameShape">
 
115
                <enum>NoFrame</enum>
 
116
            </property>
 
117
            <property name="frameShadow">
 
118
                <enum>Raised</enum>
 
119
            </property>
 
120
        </widget>
 
121
        <widget class="QCheckBox" row="0" column="3">
 
122
            <property name="name">
 
123
                <cstring>chkAutoRefresh</cstring>
 
124
            </property>
 
125
            <property name="text">
 
126
                <string>Refresh automatically</string>
 
127
            </property>
 
128
        </widget>
 
129
    </grid>
 
130
</widget>
 
131
<layoutdefaults spacing="6" margin="11"/>
 
132
<includehints>
 
133
    <includehint>klineedit.h</includehint>
 
134
    <includehint>kpushbutton.h</includehint>
 
135
    <includehint>klistview.h</includehint>
 
136
</includehints>
 
137
</UI>