~ubuntu-branches/ubuntu/gutsy/wpasupplicant/gutsy

« back to all changes in this revision

Viewing changes to wpa_supplicant/wpa_gui-qt4/eventhistory.ui

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler, Alexander Sack
  • Date: 2007-08-26 16:06:57 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070826160657-2m8pxoweuxe8f93t
Tags: 0.6.0+0.5.8-0ubuntu1
* New upstream release
* remove patch 11_erroneous_manpage_ref, applied upstream
* remove patch 25_wpas_dbus_unregister_iface_fix, applied upstream

[ Alexander Sack ]
* bumping upstream version to replace development version 0.6.0 with
  this package from stable release branch.
* attempt to fix wierd timeout and high latency issues by going
  back to stable upstream version (0.5.9) (LP: #140763,
  LP: #141233).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" stdsetdef="1" >
2
 
  <author></author>
3
 
  <comment></comment>
4
 
  <exportmacro></exportmacro>
5
 
  <class>EventHistory</class>
6
 
  <widget class="QDialog" name="EventHistory" >
7
 
    <property name="geometry" >
8
 
      <rect>
9
 
        <x>0</x>
10
 
        <y>0</y>
11
 
        <width>533</width>
12
 
        <height>285</height>
13
 
      </rect>
14
 
    </property>
15
 
    <property name="windowTitle" >
16
 
      <string>Event history</string>
17
 
    </property>
18
 
    <layout class="QVBoxLayout" >
19
 
      <item>
20
 
        <widget class="QTableView" name="eventListView" >
21
 
          <property name="sizePolicy" >
22
 
            <sizepolicy>
23
 
              <hsizetype>7</hsizetype>
24
 
              <vsizetype>7</vsizetype>
25
 
              <horstretch>0</horstretch>
26
 
              <verstretch>0</verstretch>
27
 
            </sizepolicy>
28
 
          </property>
29
 
          <property name="selectionMode" >
30
 
            <enum>QAbstractItemView::NoSelection</enum>
31
 
          </property>
32
 
          <column>
33
 
            <property name="text" >
34
 
              <string>Timestamp</string>
35
 
            </property>
36
 
            <property name="clickable" >
37
 
              <bool>true</bool>
38
 
            </property>
39
 
            <property name="resizable" >
40
 
              <bool>true</bool>
41
 
            </property>
42
 
          </column>
43
 
          <column>
44
 
            <property name="text" >
45
 
              <string>Message</string>
46
 
            </property>
47
 
            <property name="clickable" >
48
 
              <bool>true</bool>
49
 
            </property>
50
 
            <property name="resizable" >
51
 
              <bool>true</bool>
52
 
            </property>
53
 
          </column>
54
 
        </widget>
55
 
      </item>
56
 
      <item>
57
 
        <layout class="QHBoxLayout" >
58
 
          <property name="margin" >
59
 
            <number>0</number>
60
 
          </property>
61
 
          <item>
62
 
            <spacer name="spacer3" >
63
 
              <property name="sizeHint" >
64
 
                <size>
65
 
                  <width>20</width>
66
 
                  <height>20</height>
67
 
                </size>
68
 
              </property>
69
 
              <property name="sizeType" >
70
 
                <enum>Expanding</enum>
71
 
              </property>
72
 
              <property name="orientation" >
73
 
                <enum>Horizontal</enum>
74
 
              </property>
75
 
            </spacer>
76
 
          </item>
77
 
          <item>
78
 
            <widget class="QPushButton" name="closeButton" >
79
 
              <property name="text" >
80
 
                <string>Close</string>
81
 
              </property>
82
 
            </widget>
83
 
          </item>
84
 
        </layout>
85
 
      </item>
86
 
    </layout>
87
 
  </widget>
88
 
  <layoutdefault spacing="6" margin="11" />
89
 
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
90
 
  <includes>
91
 
    <include location="local" >wpamsg.h</include>
92
 
  </includes>
93
 
</ui>