~ubuntu-branches/ubuntu/oneiric/psi/oneiric

« back to all changes in this revision

Viewing changes to src/ui_addurl.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2005-01-10 17:41:43 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050110174143-ltocv5zapl6blf5d
Tags: 0.9.3-1
* New upstream release
* Cleaned up debian/rules (some things are done by upstream Makefiles now)
* Fixed some lintian warnings:
  - removed executable bit from some .png files
  - moved psi.desktop to /usr/share/applications
* Updated menu files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
 
2
<class>AddUrlUI</class>
 
3
<widget class="QDialog">
 
4
    <property name="name">
 
5
        <cstring>AddUrlUI</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>337</width>
 
12
            <height>123</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>Add URL</string>
 
17
    </property>
 
18
    <vbox>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <property name="margin">
 
23
            <number>11</number>
 
24
        </property>
 
25
        <property name="spacing">
 
26
            <number>6</number>
 
27
        </property>
 
28
        <widget class="QLayoutWidget">
 
29
            <property name="name">
 
30
                <cstring>Layout2</cstring>
 
31
            </property>
 
32
            <grid>
 
33
                <property name="name">
 
34
                    <cstring>unnamed</cstring>
 
35
                </property>
 
36
                <property name="margin">
 
37
                    <number>0</number>
 
38
                </property>
 
39
                <property name="spacing">
 
40
                    <number>6</number>
 
41
                </property>
 
42
                <widget class="QLineEdit" row="1" column="1">
 
43
                    <property name="name">
 
44
                        <cstring>le_desc</cstring>
 
45
                    </property>
 
46
                </widget>
 
47
                <widget class="QLabel" row="0" column="0">
 
48
                    <property name="name">
 
49
                        <cstring>TextLabel1</cstring>
 
50
                    </property>
 
51
                    <property name="text">
 
52
                        <string>URL:</string>
 
53
                    </property>
 
54
                </widget>
 
55
                <widget class="QLabel" row="1" column="0">
 
56
                    <property name="name">
 
57
                        <cstring>TextLabel2</cstring>
 
58
                    </property>
 
59
                    <property name="text">
 
60
                        <string>Description:</string>
 
61
                    </property>
 
62
                </widget>
 
63
                <widget class="QLineEdit" row="0" column="1">
 
64
                    <property name="name">
 
65
                        <cstring>le_url</cstring>
 
66
                    </property>
 
67
                </widget>
 
68
            </grid>
 
69
        </widget>
 
70
        <spacer>
 
71
            <property name="name">
 
72
                <cstring>Spacer2</cstring>
 
73
            </property>
 
74
            <property name="orientation">
 
75
                <enum>Vertical</enum>
 
76
            </property>
 
77
            <property name="sizeType">
 
78
                <enum>Expanding</enum>
 
79
            </property>
 
80
            <property name="sizeHint">
 
81
                <size>
 
82
                    <width>16</width>
 
83
                    <height>16</height>
 
84
                </size>
 
85
            </property>
 
86
        </spacer>
 
87
        <widget class="QLayoutWidget">
 
88
            <property name="name">
 
89
                <cstring>layout38</cstring>
 
90
            </property>
 
91
            <hbox>
 
92
                <property name="name">
 
93
                    <cstring>unnamed</cstring>
 
94
                </property>
 
95
                <spacer>
 
96
                    <property name="name">
 
97
                        <cstring>Spacer1</cstring>
 
98
                    </property>
 
99
                    <property name="orientation">
 
100
                        <enum>Horizontal</enum>
 
101
                    </property>
 
102
                    <property name="sizeType">
 
103
                        <enum>Expanding</enum>
 
104
                    </property>
 
105
                    <property name="sizeHint">
 
106
                        <size>
 
107
                            <width>203</width>
 
108
                            <height>16</height>
 
109
                        </size>
 
110
                    </property>
 
111
                </spacer>
 
112
                <widget class="IconButton">
 
113
                    <property name="name">
 
114
                        <cstring>pb_close</cstring>
 
115
                    </property>
 
116
                    <property name="text">
 
117
                        <string>&amp;Close</string>
 
118
                    </property>
 
119
                    <property name="iconName" stdset="0">
 
120
                        <string>psi/cancel</string>
 
121
                    </property>
 
122
                </widget>
 
123
                <widget class="IconButton">
 
124
                    <property name="name">
 
125
                        <cstring>pb_ok</cstring>
 
126
                    </property>
 
127
                    <property name="text">
 
128
                        <string>&amp;OK</string>
 
129
                    </property>
 
130
                    <property name="accel">
 
131
                        <string>Alt+O</string>
 
132
                    </property>
 
133
                    <property name="default">
 
134
                        <bool>true</bool>
 
135
                    </property>
 
136
                    <property name="iconName" stdset="0">
 
137
                        <string>psi/ok</string>
 
138
                    </property>
 
139
                </widget>
 
140
            </hbox>
 
141
        </widget>
 
142
    </vbox>
 
143
</widget>
 
144
<customwidgets>
 
145
</customwidgets>
 
146
<tabstops>
 
147
    <tabstop>le_url</tabstop>
 
148
    <tabstop>le_desc</tabstop>
 
149
</tabstops>
 
150
<layoutdefaults spacing="6" margin="11"/>
 
151
<includehints>
 
152
    <includehint>iconwidget.h</includehint>
 
153
    <includehint>iconwidget.h</includehint>
 
154
</includehints>
 
155
</UI>