Skip to content

Commit

Permalink
Quick typo fix.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@13480 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
cfarmer committed May 13, 2010
1 parent 29756ec commit 7f7a5ac
Showing 1 changed file with 89 additions and 88 deletions.
177 changes: 89 additions & 88 deletions python/plugins/fTools/tools/frmJoinAttributes.ui
@@ -1,102 +1,103 @@
<ui version="4.0" >
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog" >
<property name="windowModality" >
<widget class="QDialog" name="Dialog">
<property name="windowModality">
<enum>Qt::NonModal</enum>
</property>
<property name="geometry" >
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>377</width>
<width>417</width>
<height>562</height>
</rect>
</property>
<property name="windowTitle" >
<property name="windowTitle">
<string>Join Attributes</string>
</property>
<property name="sizeGripEnabled" >
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout" >
<item row="0" column="0" colspan="2" >
<layout class="QVBoxLayout" >
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="2">
<layout class="QVBoxLayout">
<item>
<widget class="QLabel" name="label_3" >
<property name="text" >
<widget class="QLabel" name="label_3">
<property name="text">
<string>Target vector layer</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="inShape" />
<widget class="QComboBox" name="inShape"/>
</item>
</layout>
</item>
<item row="1" column="0" colspan="2" >
<layout class="QVBoxLayout" >
<item row="1" column="0" colspan="2">
<layout class="QVBoxLayout">
<item>
<widget class="QLabel" name="label_4" >
<property name="text" >
<widget class="QLabel" name="label_4">
<property name="text">
<string>Target join field</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="inField" />
<widget class="QComboBox" name="inField"/>
</item>
</layout>
</item>
<item row="2" column="0" colspan="2" >
<widget class="QGroupBox" name="groupBox" >
<property name="title" >
<item row="2" column="0" colspan="2">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Join data</string>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" >
<layout class="QVBoxLayout" >
<layout class="QGridLayout">
<item row="0" column="0">
<layout class="QVBoxLayout">
<item>
<widget class="QRadioButton" name="rdoVector" >
<property name="text" >
<widget class="QRadioButton" name="rdoVector">
<property name="text">
<string>Join vector layer</string>
</property>
<property name="checked" >
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="joinShape" />
<widget class="QComboBox" name="joinShape"/>
</item>
</layout>
</item>
<item row="1" column="0" >
<layout class="QVBoxLayout" >
<item row="1" column="0">
<layout class="QVBoxLayout">
<item>
<widget class="QRadioButton" name="rdoTable" >
<property name="text" >
<widget class="QRadioButton" name="rdoTable">
<property name="text">
<string>Join dbf table</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="inTable" >
<property name="enabled" >
<widget class="QLineEdit" name="inTable">
<property name="enabled">
<bool>false</bool>
</property>
<property name="readOnly" >
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolTable" >
<property name="enabled" >
<widget class="QToolButton" name="toolTable">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text" >
<property name="text">
<string>Browse</string>
</property>
</widget>
Expand All @@ -105,44 +106,44 @@
</item>
</layout>
</item>
<item row="2" column="0" >
<layout class="QVBoxLayout" >
<item row="2" column="0">
<layout class="QVBoxLayout">
<item>
<widget class="QLabel" name="label_6" >
<property name="text" >
<widget class="QLabel" name="label_6">
<property name="text">
<string>Join field</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="joinField" />
<widget class="QComboBox" name="joinField"/>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item row="3" column="0" colspan="2" >
<layout class="QVBoxLayout" >
<item row="3" column="0" colspan="2">
<layout class="QVBoxLayout">
<item>
<widget class="QLabel" name="label_2" >
<property name="text" >
<widget class="QLabel" name="label_2">
<property name="text">
<string>Output Shapefile</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<layout class="QHBoxLayout">
<item>
<widget class="QLineEdit" name="outShape" >
<property name="readOnly" >
<widget class="QLineEdit" name="outShape">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolOut" >
<property name="text" >
<widget class="QToolButton" name="toolOut">
<property name="text">
<string>Browse</string>
</property>
</widget>
Expand All @@ -151,51 +152,51 @@
</item>
</layout>
</item>
<item row="4" column="0" colspan="2" >
<widget class="QGroupBox" name="groupBox_2" >
<property name="title" >
<item row="4" column="0" colspan="2">
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Output table</string>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" >
<widget class="QRadioButton" name="rdoMatch" >
<property name="text" >
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="QRadioButton" name="rdoMatch">
<property name="text">
<string>Only keep matching records</string>
</property>
<property name="checked" >
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QRadioButton" name="rdoKeep" >
<property name="text" >
<string>Keep all records (includeing non-matching target records)</string>
<item row="1" column="0">
<widget class="QRadioButton" name="rdoKeep">
<property name="text">
<string>Keep all records (including non-matching target records)</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="5" column="0" >
<widget class="QProgressBar" name="progressBar" >
<property name="value" >
<item row="5" column="0">
<widget class="QProgressBar" name="progressBar">
<property name="value">
<number>0</number>
</property>
<property name="alignment" >
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="textVisible" >
<property name="textVisible">
<bool>true</bool>
</property>
</widget>
</item>
<item row="5" column="1" >
<widget class="QDialogButtonBox" name="buttonBox_2" >
<property name="orientation" >
<item row="5" column="1">
<widget class="QDialogButtonBox" name="buttonBox_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons" >
<property name="standardButtons">
<set>QDialogButtonBox::Close|QDialogButtonBox::Ok</set>
</property>
</widget>
Expand All @@ -210,11 +211,11 @@
<receiver>Dialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>133</x>
<y>512</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>215</x>
<y>290</y>
</hint>
Expand All @@ -226,11 +227,11 @@
<receiver>Dialog</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>59</x>
<y>512</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>132</x>
<y>239</y>
</hint>
Expand All @@ -242,11 +243,11 @@
<receiver>joinField</receiver>
<slot>clear()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>68</x>
<y>226</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>47</x>
<y>305</y>
</hint>
Expand All @@ -258,11 +259,11 @@
<receiver>joinField</receiver>
<slot>clear()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>107</x>
<y>162</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>104</x>
<y>309</y>
</hint>
Expand All @@ -274,11 +275,11 @@
<receiver>joinShape</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>222</x>
<y>164</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>226</x>
<y>186</y>
</hint>
Expand All @@ -290,11 +291,11 @@
<receiver>inTable</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>91</x>
<y>227</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>91</x>
<y>255</y>
</hint>
Expand All @@ -306,11 +307,11 @@
<receiver>toolTable</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>281</x>
<y>227</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>332</x>
<y>256</y>
</hint>
Expand Down

0 comments on commit 7f7a5ac

Please sign in to comment.