~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to src/plugins/georeferencer/qgsgeorefwarpoptionsdialogbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <author></author>
3
 
 <comment></comment>
4
 
 <exportmacro></exportmacro>
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
5
3
 <class>QgsGeorefWarpOptionsDialogBase</class>
6
 
 <widget class="QDialog" name="QgsGeorefWarpOptionsDialogBase" >
7
 
  <property name="geometry" >
 
4
 <widget class="QDialog" name="QgsGeorefWarpOptionsDialogBase">
 
5
  <property name="geometry">
8
6
   <rect>
9
7
    <x>0</x>
10
8
    <y>0</y>
11
 
    <width>282</width>
12
 
    <height>100</height>
 
9
    <width>366</width>
 
10
    <height>153</height>
13
11
   </rect>
14
12
  </property>
15
 
  <property name="windowTitle" >
 
13
  <property name="windowTitle">
16
14
   <string>Warp options</string>
17
15
  </property>
18
 
  <layout class="QGridLayout" >
19
 
   <property name="margin" >
20
 
    <number>10</number>
21
 
   </property>
22
 
   <property name="spacing" >
23
 
    <number>6</number>
24
 
   </property>
25
 
   <item row="0" column="0" >
26
 
    <widget class="QLabel" name="textLabel1" >
27
 
     <property name="text" >
28
 
      <string>Resampling method:</string>
 
16
  <layout class="QGridLayout" name="gridLayout">
 
17
   <item row="0" column="0">
 
18
    <widget class="QLabel" name="textLabel1">
 
19
     <property name="text">
 
20
      <string>Resampling method</string>
 
21
     </property>
 
22
     <property name="buddy">
 
23
      <cstring>cmbResampling</cstring>
29
24
     </property>
30
25
    </widget>
31
26
   </item>
32
 
   <item row="0" column="1" colspan="2" >
33
 
    <widget class="QComboBox" name="cmbResampling" >
34
 
     <property name="currentIndex" >
 
27
   <item row="0" column="1">
 
28
    <widget class="QComboBox" name="cmbResampling">
 
29
     <property name="currentIndex">
35
30
      <number>0</number>
36
31
     </property>
37
32
     <item>
38
 
      <property name="text" >
 
33
      <property name="text">
39
34
       <string>Nearest neighbour</string>
40
35
      </property>
41
36
     </item>
42
37
     <item>
43
 
      <property name="text" >
 
38
      <property name="text">
44
39
       <string>Linear</string>
45
40
      </property>
46
41
     </item>
47
42
     <item>
48
 
      <property name="text" >
 
43
      <property name="text">
49
44
       <string>Cubic</string>
50
45
      </property>
51
46
     </item>
52
47
    </widget>
53
48
   </item>
54
 
   <item row="2" column="2" >
55
 
    <widget class="QPushButton" name="pbnOK" >
56
 
     <property name="text" >
57
 
      <string>OK</string>
 
49
   <item row="1" column="0">
 
50
    <widget class="QLabel" name="mCompressionLabel">
 
51
     <property name="text">
 
52
      <string>Compression</string>
58
53
     </property>
59
 
     <property name="default" >
60
 
      <bool>true</bool>
 
54
     <property name="buddy">
 
55
      <cstring>mCompressionComboBox</cstring>
61
56
     </property>
62
57
    </widget>
63
58
   </item>
64
 
   <item row="1" column="0" colspan="2" >
65
 
    <widget class="QCheckBox" name="cbxZeroAsTrans" >
66
 
     <property name="text" >
 
59
   <item row="1" column="1">
 
60
    <widget class="QComboBox" name="mCompressionComboBox"/>
 
61
   </item>
 
62
   <item row="2" column="0" colspan="2">
 
63
    <widget class="QCheckBox" name="cbxZeroAsTrans">
 
64
     <property name="text">
67
65
      <string>Use 0 for transparency when needed</string>
68
66
     </property>
69
 
     <property name="checked" >
70
 
      <bool>true</bool>
 
67
     <property name="checked">
 
68
      <bool>false</bool>
 
69
     </property>
 
70
    </widget>
 
71
   </item>
 
72
   <item row="3" column="1">
 
73
    <widget class="QDialogButtonBox" name="buttonBox">
 
74
     <property name="standardButtons">
 
75
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
71
76
     </property>
72
77
    </widget>
73
78
   </item>
74
79
  </layout>
75
80
 </widget>
76
 
 <layoutdefault spacing="6" margin="11" />
77
 
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
81
 <layoutdefault spacing="6" margin="11"/>
78
82
 <resources/>
79
83
 <connections/>
80
84
</ui>