~ubuntu-branches/ubuntu/lucid/wpasupplicant/lucid-updates

« back to all changes in this revision

Viewing changes to wpa_gui-qt4/userdatarequest.ui

  • Committer: Bazaar Package Importer
  • Author(s): Kel Modderman
  • Date: 2006-10-05 08:04:01 UTC
  • mfrom: (1.1.5 upstream) (3 etch)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061005080401-r8lqlix4390yos7b
Tags: 0.5.5-2
* Update madwifi headers to latest SVN. (Closes: #388316)
* Remove failed attempt at action locking. [debian/functions.sh,
  debian/wpa_action.sh]
* Add hysteresis checking functions, to avoid "event loops" while
  using wpa-roam. [debian/functions.sh, debian/wpa_action.sh]
* Change of co-maintainer email address.
* Add ishex() function to functions.sh to determine wpa-psk value type in
  plaintext or hex. This effectively eliminates the need for the bogus and
  somewhat confusing wpa-passphrase contruct specific to our scripts and
  allows wpa-psk to work with either a 8 to 63 character long plaintext
  string or 64 character long hex string.
* Adjust README.modes to not refer to the redundant wpa-passphrase stuff.
* Add big fat NOTE about acceptable wpa-psk's to top of example gallery.
* Strip surrounding quotes from wpa-ssid if present, instead of just whining
  about them.
* Update email address in copyright blurb of functions.sh, ifupdown.sh and
  wpa_action.sh.  

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2
 
<class>UserDataRequest</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>UserDataRequest</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>216</width>
12
 
            <height>103</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Authentication credentials required</string>
17
 
    </property>
18
 
    <property name="sizeGripEnabled">
19
 
        <bool>true</bool>
20
 
    </property>
21
 
    <vbox>
22
 
        <property name="name">
23
 
            <cstring>unnamed</cstring>
24
 
        </property>
25
 
        <widget class="QLabel">
26
 
            <property name="name">
27
 
                <cstring>queryInfo</cstring>
28
 
            </property>
29
 
            <property name="text">
30
 
                <string></string>
31
 
            </property>
32
 
        </widget>
33
 
        <widget class="QLayoutWidget">
34
 
            <property name="name">
35
 
                <cstring>layout28</cstring>
36
 
            </property>
37
 
            <hbox>
38
 
                <property name="name">
39
 
                    <cstring>unnamed</cstring>
40
 
                </property>
41
 
                <widget class="QLabel">
42
 
                    <property name="name">
43
 
                        <cstring>queryField</cstring>
44
 
                    </property>
45
 
                    <property name="text">
46
 
                        <string></string>
47
 
                    </property>
48
 
                </widget>
49
 
                <widget class="QLineEdit">
50
 
                    <property name="name">
51
 
                        <cstring>queryEdit</cstring>
52
 
                    </property>
53
 
                    <property name="enabled">
54
 
                        <bool>true</bool>
55
 
                    </property>
56
 
                    <property name="echoMode">
57
 
                        <enum>Password</enum>
58
 
                    </property>
59
 
                </widget>
60
 
            </hbox>
61
 
        </widget>
62
 
        <widget class="QLayoutWidget">
63
 
            <property name="name">
64
 
                <cstring>layout27</cstring>
65
 
            </property>
66
 
            <hbox>
67
 
                <property name="name">
68
 
                    <cstring>unnamed</cstring>
69
 
                </property>
70
 
                <spacer>
71
 
                    <property name="name">
72
 
                        <cstring>spacer4</cstring>
73
 
                    </property>
74
 
                    <property name="orientation">
75
 
                        <enum>Horizontal</enum>
76
 
                    </property>
77
 
                    <property name="sizeType">
78
 
                        <enum>Expanding</enum>
79
 
                    </property>
80
 
                    <property name="sizeHint">
81
 
                        <size>
82
 
                            <width>20</width>
83
 
                            <height>20</height>
84
 
                        </size>
85
 
                    </property>
86
 
                </spacer>
87
 
                <widget class="QPushButton">
88
 
                    <property name="name">
89
 
                        <cstring>buttonOk</cstring>
90
 
                    </property>
91
 
                    <property name="text">
92
 
                        <string>&amp;OK</string>
93
 
                    </property>
94
 
                    <property name="accel">
95
 
                        <string></string>
96
 
                    </property>
97
 
                    <property name="autoDefault">
98
 
                        <bool>true</bool>
99
 
                    </property>
100
 
                    <property name="default">
101
 
                        <bool>true</bool>
102
 
                    </property>
103
 
                </widget>
104
 
                <widget class="QPushButton">
105
 
                    <property name="name">
106
 
                        <cstring>buttonCancel</cstring>
107
 
                    </property>
108
 
                    <property name="text">
109
 
                        <string>&amp;Cancel</string>
110
 
                    </property>
111
 
                    <property name="accel">
112
 
                        <string></string>
113
 
                    </property>
114
 
                    <property name="autoDefault">
115
 
                        <bool>true</bool>
116
 
                    </property>
117
 
                </widget>
118
 
            </hbox>
119
 
        </widget>
120
 
    </vbox>
121
 
</widget>
122
 
<connections>
123
 
    <connection>
124
 
        <sender>buttonOk</sender>
125
 
        <signal>clicked()</signal>
126
 
        <receiver>UserDataRequest</receiver>
127
 
        <slot>sendReply()</slot>
128
 
    </connection>
129
 
    <connection>
130
 
        <sender>buttonCancel</sender>
131
 
        <signal>clicked()</signal>
132
 
        <receiver>UserDataRequest</receiver>
133
 
        <slot>reject()</slot>
134
 
    </connection>
135
 
    <connection>
136
 
        <sender>queryEdit</sender>
137
 
        <signal>returnPressed()</signal>
138
 
        <receiver>UserDataRequest</receiver>
139
 
        <slot>sendReply()</slot>
140
 
    </connection>
141
 
</connections>
142
 
<includes>
143
 
    <include location="local" impldecl="in implementation">wpa_ctrl.h</include>
144
 
    <include location="local" impldecl="in implementation">wpagui.h</include>
145
 
    <include location="local" impldecl="in implementation">userdatarequest.ui.h</include>
146
 
</includes>
147
 
<forwards>
148
 
    <forward>class WpaGui;</forward>
149
 
</forwards>
150
 
<variables>
151
 
    <variable access="private">WpaGui *wpagui;</variable>
152
 
    <variable access="private">int networkid;</variable>
153
 
    <variable access="private">QString field;</variable>
154
 
</variables>
155
 
<slots>
156
 
    <slot>sendReply()</slot>
157
 
</slots>
158
 
<functions>
159
 
    <function specifier="non virtual" returnType="int">setParams( WpaGui * _wpagui, const char * reqMsg )</function>
160
 
</functions>
161
 
<pixmapinproject/>
162
 
<layoutdefaults spacing="6" margin="11"/>
163
 
</UI>
 
1
<ui version="4.0" stdsetdef="1" >
 
2
  <author></author>
 
3
  <comment></comment>
 
4
  <exportmacro></exportmacro>
 
5
  <class>UserDataRequest</class>
 
6
  <widget class="QDialog" name="UserDataRequest" >
 
7
    <property name="geometry" >
 
8
      <rect>
 
9
        <x>0</x>
 
10
        <y>0</y>
 
11
        <width>216</width>
 
12
        <height>103</height>
 
13
      </rect>
 
14
    </property>
 
15
    <property name="windowTitle" >
 
16
      <string>Authentication credentials required</string>
 
17
    </property>
 
18
    <property name="sizeGripEnabled" >
 
19
      <bool>true</bool>
 
20
    </property>
 
21
    <layout class="QVBoxLayout" >
 
22
      <item>
 
23
        <widget class="QLabel" name="queryInfo" >
 
24
          <property name="text" >
 
25
            <string/>
 
26
          </property>
 
27
        </widget>
 
28
      </item>
 
29
      <item>
 
30
        <layout class="QHBoxLayout" >
 
31
          <property name="margin" >
 
32
            <number>0</number>
 
33
          </property>
 
34
          <item>
 
35
            <widget class="QLabel" name="queryField" >
 
36
              <property name="text" >
 
37
                <string/>
 
38
              </property>
 
39
            </widget>
 
40
          </item>
 
41
          <item>
 
42
            <widget class="QLineEdit" name="queryEdit" >
 
43
              <property name="enabled" >
 
44
                <bool>true</bool>
 
45
              </property>
 
46
              <property name="echoMode" >
 
47
                <enum>QLineEdit::Password</enum>
 
48
              </property>
 
49
            </widget>
 
50
          </item>
 
51
        </layout>
 
52
      </item>
 
53
      <item>
 
54
        <layout class="QHBoxLayout" >
 
55
          <property name="margin" >
 
56
            <number>0</number>
 
57
          </property>
 
58
          <item>
 
59
            <spacer name="spacer4" >
 
60
              <property name="sizeHint" >
 
61
                <size>
 
62
                  <width>20</width>
 
63
                  <height>20</height>
 
64
                </size>
 
65
              </property>
 
66
              <property name="sizeType" >
 
67
                <enum>Expanding</enum>
 
68
              </property>
 
69
              <property name="orientation" >
 
70
                <enum>Horizontal</enum>
 
71
              </property>
 
72
            </spacer>
 
73
          </item>
 
74
          <item>
 
75
            <widget class="QPushButton" name="buttonOk" >
 
76
              <property name="text" >
 
77
                <string>&amp;OK</string>
 
78
              </property>
 
79
              <property name="shortcut" >
 
80
                <string/>
 
81
              </property>
 
82
              <property name="autoDefault" >
 
83
                <bool>true</bool>
 
84
              </property>
 
85
              <property name="default" >
 
86
                <bool>true</bool>
 
87
              </property>
 
88
            </widget>
 
89
          </item>
 
90
          <item>
 
91
            <widget class="QPushButton" name="buttonCancel" >
 
92
              <property name="text" >
 
93
                <string>&amp;Cancel</string>
 
94
              </property>
 
95
              <property name="shortcut" >
 
96
                <string/>
 
97
              </property>
 
98
              <property name="autoDefault" >
 
99
                <bool>true</bool>
 
100
              </property>
 
101
            </widget>
 
102
          </item>
 
103
        </layout>
 
104
      </item>
 
105
    </layout>
 
106
  </widget>
 
107
  <layoutdefault spacing="6" margin="11" />
 
108
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
109
</ui>