~ubuntu-branches/ubuntu/vivid/kvpnc/vivid-proposed

« back to all changes in this revision

Viewing changes to src/toolsinfowidgetbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-04-23 09:18:50 UTC
  • mfrom: (1.1.10 upstream) (8.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090423091850-hweeg0jo64t0jx52
Tags: 0.9.1-1
* New upstream release (KDE4 is here)
* Add Build-Depends cmake and pkg-kde-tools
* Remove obsolete debian/patches
* Refresh debian/patches:
  - 10_su-to-root_usage.diff
  - 13_add_kuser_issuperuser.diff
* Cleanup debian/rules - simple under KDE4
* Update debian/watch for KDE4 version
* Update debian/copyright - use versionned licenses
* Update Section field - move to utils
* Remove obsolete dependencies: kdebase-bin, gksu, sux and modutils
* Update debian/kvpnc.{manpages,1}

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2
 
<class>ToolsInfoWidgetBase</class>
3
 
<widget class="QWidget">
4
 
    <property name="name">
5
 
        <cstring>ToolsInfoWidgetBase</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>942</width>
12
 
            <height>346</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Tools Information</string>
17
 
    </property>
18
 
    <grid>
19
 
        <property name="name">
20
 
            <cstring>unnamed</cstring>
21
 
        </property>
22
 
        <widget class="QLabel" row="0" column="0">
23
 
            <property name="name">
24
 
                <cstring>textLabel1</cstring>
25
 
            </property>
26
 
            <property name="text">
27
 
                <string>The following information about the tools has been collected:</string>
28
 
            </property>
29
 
        </widget>
30
 
        <widget class="KListView" row="1" column="0">
31
 
            <column>
32
 
                <property name="text">
33
 
                    <string>Tool</string>
34
 
                </property>
35
 
                <property name="clickable">
36
 
                    <bool>true</bool>
37
 
                </property>
38
 
                <property name="resizable">
39
 
                    <bool>true</bool>
40
 
                </property>
41
 
            </column>
42
 
            <column>
43
 
                <property name="text">
44
 
                    <string>State</string>
45
 
                </property>
46
 
                <property name="clickable">
47
 
                    <bool>true</bool>
48
 
                </property>
49
 
                <property name="resizable">
50
 
                    <bool>true</bool>
51
 
                </property>
52
 
            </column>
53
 
            <column>
54
 
                <property name="text">
55
 
                    <string>Version</string>
56
 
                </property>
57
 
                <property name="clickable">
58
 
                    <bool>true</bool>
59
 
                </property>
60
 
                <property name="resizable">
61
 
                    <bool>true</bool>
62
 
                </property>
63
 
            </column>
64
 
            <column>
65
 
                <property name="text">
66
 
                    <string>Usability</string>
67
 
                </property>
68
 
                <property name="clickable">
69
 
                    <bool>true</bool>
70
 
                </property>
71
 
                <property name="resizable">
72
 
                    <bool>true</bool>
73
 
                </property>
74
 
            </column>
75
 
            <column>
76
 
                <property name="text">
77
 
                    <string>required by</string>
78
 
                </property>
79
 
                <property name="clickable">
80
 
                    <bool>true</bool>
81
 
                </property>
82
 
                <property name="resizable">
83
 
                    <bool>true</bool>
84
 
                </property>
85
 
            </column>
86
 
            <column>
87
 
                <property name="text">
88
 
                    <string>Path</string>
89
 
                </property>
90
 
                <property name="clickable">
91
 
                    <bool>true</bool>
92
 
                </property>
93
 
                <property name="resizable">
94
 
                    <bool>true</bool>
95
 
                </property>
96
 
            </column>
97
 
            <column>
98
 
                <property name="text">
99
 
                    <string>Comment</string>
100
 
                </property>
101
 
                <property name="clickable">
102
 
                    <bool>true</bool>
103
 
                </property>
104
 
                <property name="resizable">
105
 
                    <bool>true</bool>
106
 
                </property>
107
 
            </column>
108
 
            <property name="name">
109
 
                <cstring>InfoListView</cstring>
110
 
            </property>
111
 
            <property name="sizePolicy">
112
 
                <sizepolicy>
113
 
                    <hsizetype>7</hsizetype>
114
 
                    <vsizetype>3</vsizetype>
115
 
                    <horstretch>0</horstretch>
116
 
                    <verstretch>0</verstretch>
117
 
                </sizepolicy>
118
 
            </property>
119
 
            <property name="minimumSize">
120
 
                <size>
121
 
                    <width>600</width>
122
 
                    <height>300</height>
123
 
                </size>
124
 
            </property>
125
 
            <property name="resizePolicy">
126
 
                <enum>AutoOneFit</enum>
127
 
            </property>
128
 
            <property name="fullWidth">
129
 
                <bool>true</bool>
130
 
            </property>
131
 
            <property name="itemsMovable">
132
 
                <bool>false</bool>
133
 
            </property>
134
 
        </widget>
135
 
    </grid>
136
 
</widget>
137
 
<layoutdefaults spacing="6" margin="11"/>
138
 
<includehints>
139
 
    <includehint>klistview.h</includehint>
140
 
</includehints>
141
 
</UI>