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

« back to all changes in this revision

Viewing changes to knetworkmanager/src/authentication.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>AuthenticationDialog</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>AuthenticationDialog</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>426</width>
12
 
            <height>224</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="sizePolicy">
16
 
        <sizepolicy>
17
 
            <hsizetype>1</hsizetype>
18
 
            <vsizetype>7</vsizetype>
19
 
            <horstretch>0</horstretch>
20
 
            <verstretch>0</verstretch>
21
 
        </sizepolicy>
22
 
    </property>
23
 
    <grid>
24
 
        <property name="name">
25
 
            <cstring>unnamed</cstring>
26
 
        </property>
27
 
        <widget class="KPushButton" row="5" column="1">
28
 
            <property name="name">
29
 
                <cstring>pushOK</cstring>
30
 
            </property>
31
 
            <property name="text">
32
 
                <string>OK</string>
33
 
            </property>
34
 
        </widget>
35
 
        <widget class="QCheckBox" row="3" column="1" rowspan="1" colspan="2">
36
 
            <property name="name">
37
 
                <cstring>chkStorePasswordsPermanent</cstring>
38
 
            </property>
39
 
            <property name="text">
40
 
                <string>Save passwords permanent</string>
41
 
            </property>
42
 
        </widget>
43
 
        <widget class="QCheckBox" row="4" column="1" rowspan="1" colspan="2">
44
 
            <property name="name">
45
 
                <cstring>chkStorePasswordsSession</cstring>
46
 
            </property>
47
 
            <property name="text">
48
 
                <string>Save passwords for this session</string>
49
 
            </property>
50
 
        </widget>
51
 
        <widget class="KPushButton" row="5" column="2">
52
 
            <property name="name">
53
 
                <cstring>pushCancel</cstring>
54
 
            </property>
55
 
            <property name="text">
56
 
                <string>Cancel</string>
57
 
            </property>
58
 
        </widget>
59
 
        <spacer row="5" column="0">
60
 
            <property name="name">
61
 
                <cstring>spacer1</cstring>
62
 
            </property>
63
 
            <property name="orientation">
64
 
                <enum>Horizontal</enum>
65
 
            </property>
66
 
            <property name="sizeType">
67
 
                <enum>Expanding</enum>
68
 
            </property>
69
 
            <property name="sizeHint">
70
 
                <size>
71
 
                    <width>40</width>
72
 
                    <height>20</height>
73
 
                </size>
74
 
            </property>
75
 
        </spacer>
76
 
        <widget class="QLabel" row="1" column="0" rowspan="4" colspan="1">
77
 
            <property name="name">
78
 
                <cstring>labelPixmap</cstring>
79
 
            </property>
80
 
            <property name="scaledContents">
81
 
                <bool>false</bool>
82
 
            </property>
83
 
            <property name="alignment">
84
 
                <set>AlignTop</set>
85
 
            </property>
86
 
        </widget>
87
 
        <spacer row="2" column="1">
88
 
            <property name="name">
89
 
                <cstring>spacer2</cstring>
90
 
            </property>
91
 
            <property name="orientation">
92
 
                <enum>Vertical</enum>
93
 
            </property>
94
 
            <property name="sizeType">
95
 
                <enum>Expanding</enum>
96
 
            </property>
97
 
            <property name="sizeHint">
98
 
                <size>
99
 
                    <width>20</width>
100
 
                    <height>20</height>
101
 
                </size>
102
 
            </property>
103
 
        </spacer>
104
 
        <widget class="QWidgetStack" row="1" column="1" rowspan="1" colspan="2">
105
 
            <property name="name">
106
 
                <cstring>widgetStack</cstring>
107
 
            </property>
108
 
            <property name="frameShape">
109
 
                <enum>NoFrame</enum>
110
 
            </property>
111
 
            <widget class="QWidget">
112
 
                <property name="name">
113
 
                    <cstring>WStackPage</cstring>
114
 
                </property>
115
 
                <attribute name="id">
116
 
                    <number>0</number>
117
 
                </attribute>
118
 
            </widget>
119
 
        </widget>
120
 
    </grid>
121
 
</widget>
122
 
<customwidgets>
123
 
</customwidgets>
124
 
<connections>
125
 
    <connection>
126
 
        <sender>pushCancel</sender>
127
 
        <signal>clicked()</signal>
128
 
        <receiver>AuthenticationDialog</receiver>
129
 
        <slot>cancel()</slot>
130
 
    </connection>
131
 
    <connection>
132
 
        <sender>pushOK</sender>
133
 
        <signal>clicked()</signal>
134
 
        <receiver>AuthenticationDialog</receiver>
135
 
        <slot>ok()</slot>
136
 
    </connection>
137
 
</connections>
138
 
<tabstops>
139
 
    <tabstop>pushOK</tabstop>
140
 
    <tabstop>pushCancel</tabstop>
141
 
    <tabstop>chkStorePasswordsPermanent</tabstop>
142
 
    <tabstop>chkStorePasswordsSession</tabstop>
143
 
    <tabstop>widgetStack</tabstop>
144
 
</tabstops>
145
 
<slots>
146
 
    <slot access="protected">ok()</slot>
147
 
    <slot access="protected">cancel()</slot>
148
 
</slots>
149
 
<layoutdefaults spacing="6" margin="11"/>
150
 
<includehints>
151
 
    
152
 
    
153
 
</includehints>
154
 
</UI>