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

« back to all changes in this revision

Viewing changes to wpa_gui-qt4/scanresults.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>ScanResults</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>ScanResults</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>452</width>
12
 
            <height>225</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Scan results</string>
17
 
    </property>
18
 
    <vbox>
19
 
        <property name="name">
20
 
            <cstring>unnamed</cstring>
21
 
        </property>
22
 
        <widget class="QListView">
23
 
            <column>
24
 
                <property name="text">
25
 
                    <string>SSID</string>
26
 
                </property>
27
 
                <property name="clickable">
28
 
                    <bool>true</bool>
29
 
                </property>
30
 
                <property name="resizable">
31
 
                    <bool>true</bool>
32
 
                </property>
33
 
            </column>
34
 
            <column>
35
 
                <property name="text">
36
 
                    <string>BSSID</string>
37
 
                </property>
38
 
                <property name="clickable">
39
 
                    <bool>true</bool>
40
 
                </property>
41
 
                <property name="resizable">
42
 
                    <bool>true</bool>
43
 
                </property>
44
 
            </column>
45
 
            <column>
46
 
                <property name="text">
47
 
                    <string>frequency</string>
48
 
                </property>
49
 
                <property name="clickable">
50
 
                    <bool>true</bool>
51
 
                </property>
52
 
                <property name="resizable">
53
 
                    <bool>true</bool>
54
 
                </property>
55
 
            </column>
56
 
            <column>
57
 
                <property name="text">
58
 
                    <string>signal</string>
59
 
                </property>
60
 
                <property name="clickable">
61
 
                    <bool>true</bool>
62
 
                </property>
63
 
                <property name="resizable">
64
 
                    <bool>true</bool>
65
 
                </property>
66
 
            </column>
67
 
            <column>
68
 
                <property name="text">
69
 
                    <string>flags</string>
70
 
                </property>
71
 
                <property name="clickable">
72
 
                    <bool>true</bool>
73
 
                </property>
74
 
                <property name="resizable">
75
 
                    <bool>true</bool>
76
 
                </property>
77
 
            </column>
78
 
            <property name="name">
79
 
                <cstring>scanResultsView</cstring>
80
 
            </property>
81
 
            <property name="frameShape">
82
 
                <enum>StyledPanel</enum>
83
 
            </property>
84
 
            <property name="frameShadow">
85
 
                <enum>Sunken</enum>
86
 
            </property>
87
 
        </widget>
88
 
        <widget class="QLayoutWidget">
89
 
            <property name="name">
90
 
                <cstring>layout24</cstring>
91
 
            </property>
92
 
            <hbox>
93
 
                <property name="name">
94
 
                    <cstring>unnamed</cstring>
95
 
                </property>
96
 
                <spacer>
97
 
                    <property name="name">
98
 
                        <cstring>spacer6</cstring>
99
 
                    </property>
100
 
                    <property name="orientation">
101
 
                        <enum>Horizontal</enum>
102
 
                    </property>
103
 
                    <property name="sizeType">
104
 
                        <enum>Expanding</enum>
105
 
                    </property>
106
 
                    <property name="sizeHint">
107
 
                        <size>
108
 
                            <width>50</width>
109
 
                            <height>20</height>
110
 
                        </size>
111
 
                    </property>
112
 
                </spacer>
113
 
                <widget class="QPushButton">
114
 
                    <property name="name">
115
 
                        <cstring>scanButton</cstring>
116
 
                    </property>
117
 
                    <property name="text">
118
 
                        <string>Scan</string>
119
 
                    </property>
120
 
                </widget>
121
 
                <widget class="QPushButton">
122
 
                    <property name="name">
123
 
                        <cstring>closeButton</cstring>
124
 
                    </property>
125
 
                    <property name="text">
126
 
                        <string>Close</string>
127
 
                    </property>
128
 
                </widget>
129
 
            </hbox>
130
 
        </widget>
131
 
    </vbox>
132
 
</widget>
133
 
<connections>
134
 
    <connection>
135
 
        <sender>closeButton</sender>
136
 
        <signal>clicked()</signal>
137
 
        <receiver>ScanResults</receiver>
138
 
        <slot>close()</slot>
139
 
    </connection>
140
 
    <connection>
141
 
        <sender>scanButton</sender>
142
 
        <signal>clicked()</signal>
143
 
        <receiver>ScanResults</receiver>
144
 
        <slot>scanRequest()</slot>
145
 
    </connection>
146
 
    <connection>
147
 
        <sender>scanResultsView</sender>
148
 
        <signal>doubleClicked(QListViewItem*)</signal>
149
 
        <receiver>ScanResults</receiver>
150
 
        <slot>bssSelected(QListViewItem*)</slot>
151
 
    </connection>
152
 
</connections>
153
 
<includes>
154
 
    <include location="local" impldecl="in implementation">wpa_ctrl.h</include>
155
 
    <include location="local" impldecl="in implementation">wpagui.h</include>
156
 
    <include location="local" impldecl="in implementation">networkconfig.h</include>
157
 
    <include location="local" impldecl="in implementation">scanresults.ui.h</include>
158
 
</includes>
159
 
<forwards>
160
 
    <forward>class WpaGui;</forward>
161
 
</forwards>
162
 
<variables>
163
 
    <variable access="private">WpaGui *wpagui;</variable>
164
 
    <variable access="private">QTimer *timer;</variable>
165
 
</variables>
166
 
<slots>
167
 
    <slot>setWpaGui( WpaGui * _wpagui )</slot>
168
 
    <slot>updateResults()</slot>
169
 
    <slot>scanRequest()</slot>
170
 
    <slot>getResults()</slot>
171
 
    <slot>bssSelected( QListViewItem * sel )</slot>
172
 
</slots>
173
 
<functions>
174
 
    <function access="private" specifier="non virtual">init()</function>
175
 
    <function access="private" specifier="non virtual">destroy()</function>
176
 
</functions>
177
 
<pixmapinproject/>
178
 
<layoutdefaults spacing="6" margin="11"/>
179
 
</UI>
 
1
<ui version="4.0" stdsetdef="1" >
 
2
  <author></author>
 
3
  <comment></comment>
 
4
  <exportmacro></exportmacro>
 
5
  <class>ScanResults</class>
 
6
  <widget class="QDialog" name="ScanResults" >
 
7
    <property name="geometry" >
 
8
      <rect>
 
9
        <x>0</x>
 
10
        <y>0</y>
 
11
        <width>452</width>
 
12
        <height>225</height>
 
13
      </rect>
 
14
    </property>
 
15
    <property name="windowTitle" >
 
16
      <string>Scan results</string>
 
17
    </property>
 
18
    <layout class="QVBoxLayout" >
 
19
      <item>
 
20
        <widget class="Q3ListView" name="scanResultsView" >
 
21
          <property name="frameShape" >
 
22
            <enum>QFrame::StyledPanel</enum>
 
23
          </property>
 
24
          <property name="frameShadow" >
 
25
            <enum>QFrame::Sunken</enum>
 
26
          </property>
 
27
          <column>
 
28
            <property name="text" >
 
29
              <string>SSID</string>
 
30
            </property>
 
31
            <property name="clickable" >
 
32
              <bool>true</bool>
 
33
            </property>
 
34
            <property name="resizable" >
 
35
              <bool>true</bool>
 
36
            </property>
 
37
          </column>
 
38
          <column>
 
39
            <property name="text" >
 
40
              <string>BSSID</string>
 
41
            </property>
 
42
            <property name="clickable" >
 
43
              <bool>true</bool>
 
44
            </property>
 
45
            <property name="resizable" >
 
46
              <bool>true</bool>
 
47
            </property>
 
48
          </column>
 
49
          <column>
 
50
            <property name="text" >
 
51
              <string>frequency</string>
 
52
            </property>
 
53
            <property name="clickable" >
 
54
              <bool>true</bool>
 
55
            </property>
 
56
            <property name="resizable" >
 
57
              <bool>true</bool>
 
58
            </property>
 
59
          </column>
 
60
          <column>
 
61
            <property name="text" >
 
62
              <string>signal</string>
 
63
            </property>
 
64
            <property name="clickable" >
 
65
              <bool>true</bool>
 
66
            </property>
 
67
            <property name="resizable" >
 
68
              <bool>true</bool>
 
69
            </property>
 
70
          </column>
 
71
          <column>
 
72
            <property name="text" >
 
73
              <string>flags</string>
 
74
            </property>
 
75
            <property name="clickable" >
 
76
              <bool>true</bool>
 
77
            </property>
 
78
            <property name="resizable" >
 
79
              <bool>true</bool>
 
80
            </property>
 
81
          </column>
 
82
        </widget>
 
83
      </item>
 
84
      <item>
 
85
        <layout class="QHBoxLayout" >
 
86
          <property name="margin" >
 
87
            <number>0</number>
 
88
          </property>
 
89
          <item>
 
90
            <spacer name="spacer6" >
 
91
              <property name="sizeHint" >
 
92
                <size>
 
93
                  <width>50</width>
 
94
                  <height>20</height>
 
95
                </size>
 
96
              </property>
 
97
              <property name="sizeType" >
 
98
                <enum>Expanding</enum>
 
99
              </property>
 
100
              <property name="orientation" >
 
101
                <enum>Horizontal</enum>
 
102
              </property>
 
103
            </spacer>
 
104
          </item>
 
105
          <item>
 
106
            <widget class="QPushButton" name="scanButton" >
 
107
              <property name="text" >
 
108
                <string>Scan</string>
 
109
              </property>
 
110
            </widget>
 
111
          </item>
 
112
          <item>
 
113
            <widget class="QPushButton" name="closeButton" >
 
114
              <property name="text" >
 
115
                <string>Close</string>
 
116
              </property>
 
117
            </widget>
 
118
          </item>
 
119
        </layout>
 
120
      </item>
 
121
    </layout>
 
122
  </widget>
 
123
  <layoutdefault spacing="6" margin="11" />
 
124
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
125
</ui>