<ui version="4.0" > <class>QgsOptionsBase</class> <widget class="QDialog" name="QgsOptionsBase" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>848</width> <height>506</height> </rect> </property> <property name="windowTitle" > <string>QGIS Options</string> </property> <property name="windowIcon" > <iconset/> </property> <property name="sizeGripEnabled" > <bool>true</bool> </property> <property name="modal" > <bool>true</bool> </property> <layout class="QGridLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="0" > <widget class="QTabWidget" name="tabWidget" > <property name="currentIndex" > <number>0</number> </property> <widget class="QWidget" name="tabGeneral" > <attribute name="title" > <string>&General</string> </attribute> <layout class="QVBoxLayout" > <property name="margin" > <number>11</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QGroupBox" name="groupBox_11" > <property name="title" > <string>General</string> </property> <layout class="QVBoxLayout" > <property name="margin" > <number>11</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QCheckBox" name="chbAskToSaveProjectChanges" > <property name="text" > <string>Ask to save project changes when required</string> </property> </widget> </item> </layout> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" > <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </widget> <widget class="QWidget" name="tabAppearance" > <attribute name="title" > <string>&Appearance</string> </attribute> <layout class="QVBoxLayout" > <property name="margin" > <number>11</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QGroupBox" name="groupBox" > <property name="title" > <string>&Splash screen</string> </property> <layout class="QGridLayout" > <property name="margin" > <number>11</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="0" > <widget class="QCheckBox" name="cbxHideSplash" > <property name="text" > <string>Hide splash screen at startup</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2" > <property name="title" > <string>&Icon Theme</string> </property> <layout class="QGridLayout" > <property name="margin" > <number>11</number> </property> <property name="spacing" > <number>6</number> </property> <item row="1" column="0" colspan="3" > <widget class="QLabel" name="textLabel1_5" > <property name="text" > <string><b>Note: </b>Theme changes take effect the next time QGIS is started</string> </property> <property name="alignment" > <set>Qt::AlignVCenter</set> </property> </widget> </item> <item row="0" column="0" > <widget class="QLabel" name="textLabel1_4" > <property name="sizePolicy" > <sizepolicy> <hsizetype>0</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text" > <string>Theme</string> </property> <property name="buddy" > <cstring>cmbTheme</cstring> </property> </widget> </item> <item row="0" column="1" > <widget class="QComboBox" name="cmbTheme" > <property name="duplicatesEnabled" > <bool>false</bool> </property> <item> <property name="text" > <string/> </property> </item> </widget> </item> <item row="0" column="2" > <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" > <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_9" > <property name="title" > <string>Default Map Appearance (Overridden by project properties)</string> </property> <layout class="QHBoxLayout" > <property name="margin" > <number>11</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QLabel" name="textLabel1_9" > <property name="text" > <string>Selection Color:</string> </property> <property name="buddy" > <cstring>pbnMeasureColour</cstring> </property> </widget> </item> <item> <widget class="QgsColorButton" name="pbnSelectionColour" > <property name="minimumSize" > <size> <width>100</width> <height>0</height> </size> </property> <property name="text" > <string/> </property> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" > <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="label" > <property name="text" > <string>Background Color:</string> </property> <property name="buddy" > <cstring>pbnCanvasColor</cstring> </property> </widget> </item> <item> <widget class="QgsColorButton" name="pbnCanvasColor" > <property name="minimumSize" > <size> <width>100</width> <height>0</height> </size> </property> <property name="text" > <string/> </property> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" > <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_3" > <property name="title" > <string>Appearance</string> </property> <layout class="QVBoxLayout" > <property name="margin" > <number>11</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QCheckBox" name="capitaliseCheckBox" > <property name="text" > <string>Capitalise layer name</string> </property> </widget> </item> </layout> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" > <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </widget> <widget class="QWidget" name="tabRendering" > <attribute name="title" > <string>&Rendering</string> </attribute> <layout class="QVBoxLayout" > <property name="margin" > <number>11</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QGroupBox" name="groupBox_5" > <property name="title" > <string>&Update during drawing</string> </property> <layout class="QGridLayout" > <property name="margin" > <number>11</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="2" > <widget class="QLabel" name="textLabel2_2" > <property name="text" > <string>features</string> </property> </widget> </item> <item row="0" column="1" > <widget class="QSpinBox" name="spinBoxUpdateThreshold" > <property name="toolTip" > <string>Map display will be updated (drawn) after this many features have been read from the data source</string> </property> <property name="maximum" > <number>1000000</number> </property> <property name="value" > <number>1000</number> </property> </widget> </item> <item row="0" column="0" > <widget class="QLabel" name="textLabel1_6" > <property name="text" > <string>Update display after reading</string> </property> <property name="buddy" > <cstring>spinBoxUpdateThreshold</cstring> </property> </widget> </item> <item row="1" column="0" colspan="3" > <widget class="QLabel" name="textLabel3" > <property name="text" > <string>(Set to 0 to not update the display until all features have been read)</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_4" > <property name="title" > <string>Initial Visibility</string> </property> <layout class="QGridLayout" > <property name="margin" > <number>11</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="0" > <widget class="QCheckBox" name="chkAddedVisibility" > <property name="text" > <string>By default new la&yers added to the map should be displayed</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_8" > <property name="title" > <string>Rendering</string> </property> <layout class="QVBoxLayout" > <property name="margin" > <number>11</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QCheckBox" name="chkAntiAliasing" > <property name="text" > <string>Make lines appear less jagged at the expense of some drawing performance</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="chkUseQPixmap" > <property name="toolTip" > <string><html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Sans Serif; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Selecting this will unselect the 'make lines less' jagged toggle</p></body></html></string> </property> <property name="text" > <string>Fix problems with incorrectly filled polygons</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="cbxSplitterRedraw" > <property name="text" > <string>Continuously redraw the map when dragging the legend/map divider</string> </property> </widget> </item> </layout> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" > <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </widget> <widget class="QWidget" name="tabMap" > <attribute name="title" > <string>&Map tools</string> </attribute> <layout class="QGridLayout" > <property name="margin" > <number>11</number> </property> <property name="spacing" > <number>6</number> </property> <item row="2" column="0" > <widget class="QGroupBox" name="groupBox_10" > <property name="title" > <string>Panning and zooming</string> </property> <layout class="QGridLayout" > <property name="margin" > <number>11</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="1" > <widget class="QComboBox" name="cmbWheelAction" > <item> <property name="text" > <string>Zoom</string> </property> </item> <item> <property name="text" > <string>Zoom and recenter</string> </property> </item> <item> <property name="text" > <string>Nothing</string> </property> </item> </widget> </item> <item row="1" column="0" > <widget class="QLabel" name="label_3" > <property name="text" > <string>Zoom factor:</string> </property> </widget> </item> <item row="0" column="0" > <widget class="QLabel" name="label_2" > <property name="text" > <string>Mouse wheel action:</string> </property> </widget> </item> <item row="1" column="1" > <widget class="QDoubleSpinBox" name="spinZoomFactor" > <property name="decimals" > <number>1</number> </property> <property name="minimum" > <double>1.100000000000000</double> </property> <property name="value" > <double>2.000000000000000</double> </property> </widget> </item> </layout> </widget> </item> <item row="1" column="0" > <widget class="QGroupBox" name="groupBox_6" > <property name="title" > <string>Measure tool</string> </property> <layout class="QGridLayout" > <property name="margin" > <number>11</number> </property> <property name="spacing" > <number>6</number> </property> <item row="1" column="2" > <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" > <size> <width>191</width> <height>20</height> </size> </property> </spacer> </item> <item row="1" column="1" > <widget class="QgsColorButton" name="pbnMeasureColour" > <property name="minimumSize" > <size> <width>100</width> <height>0</height> </size> </property> <property name="text" > <string/> </property> </widget> </item> <item row="0" column="1" colspan="2" > <widget class="QComboBox" name="cmbEllipsoid" /> </item> <item row="1" column="0" > <widget class="QLabel" name="textLabel1_10" > <property name="text" > <string>Rubberband color:</string> </property> <property name="buddy" > <cstring>cmbEllipsoid</cstring> </property> </widget> </item> <item row="0" column="0" > <widget class="QLabel" name="textLabel1_8" > <property name="text" > <string>Ellipsoid for distance calculations:</string> </property> <property name="buddy" > <cstring>cmbEllipsoid</cstring> </property> </widget> </item> </layout> </widget> </item> <item row="0" column="0" > <widget class="QGroupBox" name="groupBox_7" > <property name="title" > <string>Search radius</string> </property> <layout class="QGridLayout" > <property name="margin" > <number>11</number> </property> <property name="spacing" > <number>6</number> </property> <item row="1" column="0" colspan="2" > <widget class="QLabel" name="textLabel2" > <property name="text" > <string><html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Note:</span> Specify the search radius as a percentage of the map width.</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html></string> </property> <property name="wordWrap" > <bool>true</bool> </property> </widget> </item> <item row="0" column="0" > <widget class="QLabel" name="textLabel1_3" > <property name="text" > <string>Search Radius for Identifying Features</string> </property> <property name="buddy" > <cstring>spinBoxIdentifyValue</cstring> </property> </widget> </item> <item row="0" column="1" > <widget class="QDoubleSpinBox" name="spinBoxIdentifyValue" > <property name="suffix" > <string>%</string> </property> <property name="maximum" > <double>100.000000000000000</double> </property> <property name="singleStep" > <double>0.010000000000000</double> </property> <property name="value" > <double>5.000000000000000</double> </property> </widget> </item> </layout> </widget> </item> <item row="3" column="0" > <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" > <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </widget> <widget class="QWidget" name="tabDigitizing" > <attribute name="title" > <string>Digitizing</string> </attribute> <layout class="QGridLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="0" > <widget class="QGroupBox" name="mRubberBandGroupBox" > <property name="title" > <string>Rubberband</string> </property> <layout class="QGridLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="0" > <layout class="QHBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QLabel" name="mLineWidthTextLabel" > <property name="text" > <string>Line Width:</string> </property> <property name="buddy" > <cstring>mLineWidthSpinBox</cstring> </property> </widget> </item> <item> <widget class="QSpinBox" name="mLineWidthSpinBox" > <property name="toolTip" > <string>Line width in pixels</string> </property> <property name="minimum" > <number>1</number> </property> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" > <size> <width>271</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="mLineColourTextLabel" > <property name="text" > <string>Line Colour:</string> </property> <property name="buddy" > <cstring>mLineColourToolButton</cstring> </property> </widget> </item> <item> <widget class="QgsColorButton" name="mLineColourToolButton" > <property name="minimumSize" > <size> <width>100</width> <height>0</height> </size> </property> <property name="text" > <string/> </property> </widget> </item> </layout> </item> </layout> </widget> </item> <item row="1" column="0" > <widget class="QGroupBox" name="mSnappingGroupBox" > <property name="title" > <string>Snapping</string> </property> <layout class="QGridLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="0" > <layout class="QHBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QLabel" name="mDefaultSnappingToleranceTextLabel" > <property name="text" > <string>Default Snapping Tolerance (in layer units):</string> </property> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" > <size> <width>241</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QSpinBox" name="mDefaultSnappingToleranceSpinBox" > <property name="maximum" > <number>1000000000</number> </property> </widget> </item> </layout> </item> <item row="1" column="0" > <layout class="QHBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QLabel" name="mVertexSearchRadiusVertexEditLabel" > <property name="text" > <string>Search radius for vertex edits (in layer units):</string> </property> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" > <size> <width>61</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QSpinBox" name="mSearchRadiusVertexEditSpinBox" > <property name="maximum" > <number>1000000000</number> </property> <property name="minimum" > <number>0</number> </property> <property name="value" > <number>0</number> </property> </widget> </item> </layout> </item> </layout> </widget> </item> <item row="2" column="0" > <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" > <size> <width>20</width> <height>171</height> </size> </property> </spacer> </item> </layout> </widget> <widget class="QWidget" name="tabProjection" > <attribute name="title" > <string>Pro&jection</string> </attribute> <layout class="QGridLayout" > <property name="margin" > <number>11</number> </property> <property name="spacing" > <number>6</number> </property> <item row="3" column="0" > <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" > <size> <width>51</width> <height>31</height> </size> </property> </spacer> </item> <item row="2" column="0" > <widget class="QPushButton" name="pbnSelectProjection" > <property name="text" > <string>Select Global Default ...</string> </property> </widget> </item> <item row="1" column="0" > <widget class="QTextBrowser" name="txtGlobalWKT" /> </item> <item row="0" column="0" > <widget class="QGroupBox" name="grpProjectionBehaviour" > <property name="title" > <string>When layer is loaded that has no projection information</string> </property> <layout class="QVBoxLayout" > <property name="margin" > <number>11</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QRadioButton" name="radPromptForProjection" > <property name="text" > <string>Prompt for projection.</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="radUseProjectProjection" > <property name="text" > <string>Project wide default projection will be used.</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="radUseGlobalProjection" > <property name="text" > <string>Global default projection displa&yed below will be used.</string> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> <widget class="QWidget" name="tabLocale" > <attribute name="title" > <string>Locale</string> </attribute> <layout class="QGridLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="0" > <widget class="QGroupBox" name="grpLocale" > <property name="title" > <string>Force Override System Locale</string> </property> <property name="checkable" > <bool>true</bool> </property> <layout class="QGridLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="0" > <widget class="QLabel" name="label_5" > <property name="text" > <string>Locale to use instead</string> </property> <property name="buddy" > <cstring>cboLocale</cstring> </property> </widget> </item> <item row="0" column="1" > <widget class="QComboBox" name="cboLocale" /> </item> <item row="1" column="0" colspan="2" > <widget class="QLabel" name="label_7" > <property name="text" > <string>Note: Enabling / changing overide on local requires an application restart.</string> </property> <property name="wordWrap" > <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item row="2" column="0" > <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" > <size> <width>501</width> <height>51</height> </size> </property> </spacer> </item> <item row="1" column="0" > <widget class="QGroupBox" name="groupBox_12" > <property name="title" > <string>Additional Info</string> </property> <layout class="QGridLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="0" > <widget class="QLabel" name="lblSystemLocale" > <property name="text" > <string>Detected active locale on your system:</string> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> <widget class="QWidget" name="tabHelpBrowser" > <attribute name="title" > <string>Help &Browser</string> </attribute> <layout class="QGridLayout" > <property name="margin" > <number>11</number> </property> <property name="spacing" > <number>6</number> </property> <item row="2" column="0" colspan="2" > <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" > <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item row="1" column="0" colspan="3" > <widget class="QLabel" name="textLabel1_2" > <property name="text" > <string><b>Note:</b> The browser must be in your PATH or you can specify the full path above</string> </property> <property name="wordWrap" > <bool>true</bool> </property> </widget> </item> <item row="0" column="2" > <widget class="QPushButton" name="btnFindBrowser" > <property name="maximumSize" > <size> <width>60</width> <height>32767</height> </size> </property> <property name="text" > <string>...</string> </property> </widget> </item> <item row="0" column="1" > <widget class="QComboBox" name="cmbBrowser" > <property name="editable" > <bool>true</bool> </property> <item> <property name="text" > <string>epiphany</string> </property> </item> <item> <property name="text" > <string>firefox</string> </property> </item> <item> <property name="text" > <string>mozilla-firefox</string> </property> </item> <item> <property name="text" > <string>galeon</string> </property> </item> <item> <property name="text" > <string>konqueror</string> </property> </item> <item> <property name="text" > <string>mozilla</string> </property> </item> <item> <property name="text" > <string>opera</string> </property> </item> </widget> </item> <item row="0" column="0" > <widget class="QLabel" name="textLabel1" > <property name="text" > <string>Open help documents with</string> </property> <property name="buddy" > <cstring>cmbBrowser</cstring> </property> </widget> </item> </layout> </widget> </widget> </item> <item row="1" column="0" > <widget class="QDialogButtonBox" name="buttonBox" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="standardButtons" > <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <layoutdefault spacing="6" margin="11" /> <customwidgets> <customwidget> <class>QgsColorButton</class> <extends>QToolButton</extends> <header>qgscolorbutton.h</header> </customwidget> </customwidgets> <tabstops> <tabstop>tabWidget</tabstop> <tabstop>btnFindBrowser</tabstop> <tabstop>cbxHideSplash</tabstop> <tabstop>cmbTheme</tabstop> <tabstop>pbnSelectionColour</tabstop> <tabstop>pbnCanvasColor</tabstop> <tabstop>spinBoxUpdateThreshold</tabstop> <tabstop>chkAddedVisibility</tabstop> <tabstop>chkAntiAliasing</tabstop> <tabstop>cmbEllipsoid</tabstop> <tabstop>radPromptForProjection</tabstop> <tabstop>radUseProjectProjection</tabstop> <tabstop>radUseGlobalProjection</tabstop> <tabstop>txtGlobalWKT</tabstop> <tabstop>pbnSelectProjection</tabstop> <tabstop>cmbBrowser</tabstop> </tabstops> <resources/> <connections/> </ui>