~ubuntu-branches/ubuntu/utopic/qgis/utopic

« back to all changes in this revision

Viewing changes to python/plugins/GdalTools/tools/widgetTileIndex.ui

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-04-24 15:12:20 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120424151220-r88g00af5fpn5fc3
Tags: 1.7.4+1.7.5~20120320-1
The "Sometimes they come back" release.

* Branching from Qgis tree and adapting to current Debian Policy and
  standards. The target tree is currently set to release-1.7.
  (closes: #661491, #606304, #615683, #616182, #600308)
* Policy bumped to 3.9.3.
* Moving to debhelper compatibility level 9.
* Source format is now 3.0 with quilt support.
* Merged with 2bf42287 upstream git snapshot.
* Migrated to dh_python2 instead of python-central.
  (closes: #617048)
* Snapshot in qgis.org release-1.7: c936d031
* Added an automagic creation of a lintian override for sqlite embedding.
  This is required for uploading currently.
* Added missing ${misc:Depends} to make lintian happy.
* Copyright notes updated and debian/copyright moved to format 1.0.
* More licenses notices now reported in debian/copyright. Thanks ftpmasters.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>GdalToolsWidget</class>
 
4
 <widget class="QWidget" name="GdalToolsWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>400</width>
 
10
    <height>181</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Raster tile index</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <item>
 
18
    <layout class="QGridLayout" name="gridLayout">
 
19
     <item row="0" column="0">
 
20
      <widget class="QLabel" name="label">
 
21
       <property name="text">
 
22
        <string>Input directory</string>
 
23
       </property>
 
24
       <property name="buddy">
 
25
        <cstring>inSelector</cstring>
 
26
       </property>
 
27
      </widget>
 
28
     </item>
 
29
     <item row="1" column="1">
 
30
      <widget class="QCheckBox" name="recurseCheck">
 
31
       <property name="text">
 
32
        <string>Recurse subdirectories</string>
 
33
       </property>
 
34
      </widget>
 
35
     </item>
 
36
     <item row="2" column="0">
 
37
      <widget class="QLabel" name="label_2">
 
38
       <property name="text">
 
39
        <string>Output shapefile</string>
 
40
       </property>
 
41
       <property name="buddy">
 
42
        <cstring>outSelector</cstring>
 
43
       </property>
 
44
      </widget>
 
45
     </item>
 
46
     <item row="3" column="0">
 
47
      <widget class="QCheckBox" name="indexFieldCheck">
 
48
       <property name="text">
 
49
        <string>Tile index field</string>
 
50
       </property>
 
51
      </widget>
 
52
     </item>
 
53
     <item row="3" column="1">
 
54
      <widget class="QLineEdit" name="indexFieldEdit">
 
55
       <property name="enabled">
 
56
        <bool>true</bool>
 
57
       </property>
 
58
       <property name="text">
 
59
        <string>location</string>
 
60
       </property>
 
61
      </widget>
 
62
     </item>
 
63
     <item row="0" column="1">
 
64
      <widget class="GdalToolsInOutSelector" name="inSelector" native="true"/>
 
65
     </item>
 
66
     <item row="2" column="1">
 
67
      <widget class="GdalToolsInOutSelector" name="outSelector" native="true"/>
 
68
     </item>
 
69
    </layout>
 
70
   </item>
 
71
   <item>
 
72
    <widget class="QCheckBox" name="absolutePathCheck">
 
73
     <property name="text">
 
74
      <string>Write absolute path</string>
 
75
     </property>
 
76
    </widget>
 
77
   </item>
 
78
   <item>
 
79
    <widget class="QCheckBox" name="skipDifferentProjCheck">
 
80
     <property name="text">
 
81
      <string>Skip files with different projection ref</string>
 
82
     </property>
 
83
    </widget>
 
84
   </item>
 
85
  </layout>
 
86
 </widget>
 
87
 <customwidgets>
 
88
  <customwidget>
 
89
   <class>GdalToolsInOutSelector</class>
 
90
   <extends>QWidget</extends>
 
91
   <header>inOutSelector</header>
 
92
   <container>1</container>
 
93
  </customwidget>
 
94
 </customwidgets>
 
95
 <resources/>
 
96
 <connections/>
 
97
</ui>