~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to src/qgsbookmarksbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Steve Halasz
  • Date: 2005-11-05 16:04:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051105160445-l0g4isz5bc9yehet
Tags: 0.7.4-1
* New upstream release
* Build GRASS support in qgis-plugin-grass package (Closes: #248649)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
 
2
<class>QgsBookmarksBase</class>
 
3
<widget class="QDialog">
 
4
    <property name="name">
 
5
        <cstring>QgsBookmarksBase</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>344</width>
 
12
            <height>263</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>Geospatial Bookmarks</string>
 
17
    </property>
 
18
    <grid>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <widget class="QListView" row="0" column="0">
 
23
            <column>
 
24
                <property name="text">
 
25
                    <string>Name</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>Project</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>Extent</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>Id</string>
 
59
                </property>
 
60
                <property name="clickable">
 
61
                    <bool>false</bool>
 
62
                </property>
 
63
                <property name="resizable">
 
64
                    <bool>false</bool>
 
65
                </property>
 
66
            </column>
 
67
            <property name="name">
 
68
                <cstring>lstBookmarks</cstring>
 
69
            </property>
 
70
        </widget>
 
71
        <widget class="QLayoutWidget" row="0" column="1">
 
72
            <property name="name">
 
73
                <cstring>layout3</cstring>
 
74
            </property>
 
75
            <vbox>
 
76
                <property name="name">
 
77
                    <cstring>unnamed</cstring>
 
78
                </property>
 
79
                <widget class="QPushButton">
 
80
                    <property name="name">
 
81
                        <cstring>btnZoomTo</cstring>
 
82
                    </property>
 
83
                    <property name="text">
 
84
                        <string>Zoom To</string>
 
85
                    </property>
 
86
                    <property name="toolTip" stdset="0">
 
87
                        <string>Zoom to the currently selected bookmark</string>
 
88
                    </property>
 
89
                </widget>
 
90
                <widget class="QPushButton">
 
91
                    <property name="name">
 
92
                        <cstring>btnDelete</cstring>
 
93
                    </property>
 
94
                    <property name="text">
 
95
                        <string>Delete</string>
 
96
                    </property>
 
97
                    <property name="toolTip" stdset="0">
 
98
                        <string>Delete the currently selected bookmark</string>
 
99
                    </property>
 
100
                </widget>
 
101
                <widget class="QPushButton">
 
102
                    <property name="name">
 
103
                        <cstring>btnClose</cstring>
 
104
                    </property>
 
105
                    <property name="text">
 
106
                        <string>Close</string>
 
107
                    </property>
 
108
                    <property name="toolTip" stdset="0">
 
109
                        <string>Close the dialog</string>
 
110
                    </property>
 
111
                </widget>
 
112
                <widget class="QPushButton">
 
113
                    <property name="name">
 
114
                        <cstring>btnHelp</cstring>
 
115
                    </property>
 
116
                    <property name="text">
 
117
                        <string>Help</string>
 
118
                    </property>
 
119
                    <property name="toolTip" stdset="0">
 
120
                        <string>Close the dialog</string>
 
121
                    </property>
 
122
                </widget>
 
123
                <spacer>
 
124
                    <property name="name">
 
125
                        <cstring>spacer1</cstring>
 
126
                    </property>
 
127
                    <property name="orientation">
 
128
                        <enum>Vertical</enum>
 
129
                    </property>
 
130
                    <property name="sizeType">
 
131
                        <enum>Expanding</enum>
 
132
                    </property>
 
133
                    <property name="sizeHint">
 
134
                        <size>
 
135
                            <width>20</width>
 
136
                            <height>100</height>
 
137
                        </size>
 
138
                    </property>
 
139
                </spacer>
 
140
            </vbox>
 
141
        </widget>
 
142
    </grid>
 
143
</widget>
 
144
<connections>
 
145
    <connection>
 
146
        <sender>btnClose</sender>
 
147
        <signal>clicked()</signal>
 
148
        <receiver>QgsBookmarksBase</receiver>
 
149
        <slot>reject()</slot>
 
150
    </connection>
 
151
    <connection>
 
152
        <sender>btnDelete</sender>
 
153
        <signal>clicked()</signal>
 
154
        <receiver>QgsBookmarksBase</receiver>
 
155
        <slot>deleteBookmark()</slot>
 
156
    </connection>
 
157
    <connection>
 
158
        <sender>btnZoomTo</sender>
 
159
        <signal>clicked()</signal>
 
160
        <receiver>QgsBookmarksBase</receiver>
 
161
        <slot>zoomToBookmark()</slot>
 
162
    </connection>
 
163
    <connection>
 
164
        <sender>btnHelp</sender>
 
165
        <signal>clicked()</signal>
 
166
        <receiver>QgsBookmarksBase</receiver>
 
167
        <slot>showHelp()</slot>
 
168
    </connection>
 
169
    <connection>
 
170
        <sender>lstBookmarks</sender>
 
171
        <signal>doubleClicked(QListViewItem*)</signal>
 
172
        <receiver>QgsBookmarksBase</receiver>
 
173
        <slot>zoomViaDoubleClick(QListViewItem*)</slot>
 
174
    </connection>
 
175
</connections>
 
176
<slots>
 
177
    <slot>deleteBookmark()</slot>
 
178
    <slot>zoomToBookmark()</slot>
 
179
    <slot>showHelp()</slot>
 
180
    <slot>zoomViaDoubleClick(QListViewItem*)</slot>
 
181
</slots>
 
182
<layoutdefaults spacing="6" margin="11"/>
 
183
</UI>