<ui version="4.0" > <class>QgsGPSPluginGuiBase</class> <widget class="QDialog" name="QgsGPSPluginGuiBase" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>820</width> <height>406</height> </rect> </property> <property name="windowTitle" > <string>GPS Tools</string> </property> <property name="windowIcon" > <iconset/> </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" > <property name="text" > <string/> </property> <property name="pixmap" > <pixmap resource="qgsgps_plugin.qrc" >:/gps.xpm</pixmap> </property> <property name="scaledContents" > <bool>true</bool> </property> </widget> </item> <item row="0" column="1" > <widget class="Line" name="line1" > <property name="frameShape" > <enum>QFrame::VLine</enum> </property> <property name="frameShadow" > <enum>QFrame::Sunken</enum> </property> <property name="orientation" > <enum>Qt::Vertical</enum> </property> </widget> </item> <item row="0" column="2" > <widget class="QTabWidget" name="tabWidget" > <property name="currentIndex" > <number>0</number> </property> <widget class="QWidget" name="tab1" > <attribute name="title" > <string>Load GPX file</string> </attribute> <layout class="QGridLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="0" colspan="2" > <widget class="QTextEdit" name="textEdit" > <property name="sizePolicy" > <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>7</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="lineWidth" > <number>0</number> </property> <property name="readOnly" > <bool>true</bool> </property> <property name="html" > <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:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Arial'; font-size:12pt;"><span style=" font-size:10pt;">GPX is the </span><a href="http://www.topografix.com/gpx.asp"><span style=" font-size:10pt; text-decoration: underline; color:#0000ff;">GPS eXchange file format</span></a><span style=" font-size:10pt;">, which is used to store information about waypoints, routes, and tracks.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Arial'; font-size:10pt;">Select a GPX file and then select the feature types that you want to load.</p></body></html></string> </property> </widget> </item> <item row="1" column="0" > <widget class="QLabel" name="lblGPXFile" > <property name="text" > <string>File:</string> </property> </widget> </item> <item row="2" column="1" > <widget class="QPushButton" name="pbnGPXSelectFile" > <property name="text" > <string>Browse...</string> </property> </widget> </item> <item row="2" column="0" > <widget class="QgsFileDropEdit" name="leGPXFile" /> </item> <item row="3" column="0" > <widget class="QLabel" name="lblGPXFeatureTypes" > <property name="text" > <string>Feature types:</string> </property> </widget> </item> <item row="4" column="0" > <widget class="QCheckBox" name="cbGPXWaypoints" > <property name="enabled" > <bool>false</bool> </property> <property name="text" > <string>Waypoints</string> </property> <property name="checked" > <bool>false</bool> </property> </widget> </item> <item row="5" column="0" > <widget class="QCheckBox" name="cbGPXRoutes" > <property name="enabled" > <bool>false</bool> </property> <property name="text" > <string>Routes</string> </property> <property name="checked" > <bool>false</bool> </property> </widget> </item> <item row="6" column="0" > <widget class="QCheckBox" name="cbGPXTracks" > <property name="enabled" > <bool>false</bool> </property> <property name="text" > <string>Tracks</string> </property> <property name="checked" > <bool>false</bool> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="tab2" > <attribute name="title" > <string>Import other file</string> </attribute> <layout class="QGridLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="0" colspan="4" > <widget class="QTextEdit" name="textEdit_2" > <property name="readOnly" > <bool>true</bool> </property> <property name="html" > <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:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Arial'; font-size:12pt;"><span style=" font-size:10pt;">QGIS can only load GPX files by itself, but many other formats can be converted to GPX using GPSBabel (</span><a href="http://gpsbabel.sf.net"><span style=" font-size:10pt; text-decoration: underline; color:#0000ff;">http://gpsbabel.sf.net</span></a><span style=" font-size:10pt;">). This requires that you have GPSBabel installed where QGIS can find it.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Arial'; font-size:10pt;">Select a GPS file format and the file that you want to import, the feature type that you want to use, a GPX filename that you want to save the converted file as, and a name for the new layer. All file formats can not store waypoints, routes, and tracks, so some feature types may be disabled for some file formats.</p></body></html></string> </property> </widget> </item> <item row="4" column="1" colspan="2" > <widget class="QLineEdit" name="leIMPLayer" /> </item> <item row="4" column="0" > <widget class="QLabel" name="textLabel1_6" > <property name="text" > <string>Layer name:</string> </property> </widget> </item> <item row="3" column="3" > <widget class="QPushButton" name="pbnIMPOutput" > <property name="text" > <string>Save As...</string> </property> </widget> </item> <item row="1" column="3" > <widget class="QPushButton" name="pbnIMPInput" > <property name="text" > <string>Browse...</string> </property> </widget> </item> <item row="3" column="1" colspan="2" > <widget class="QLineEdit" name="leIMPOutput" /> </item> <item row="3" column="0" > <widget class="QLabel" name="textLabel3_3" > <property name="text" > <string>GPX output file:</string> </property> </widget> </item> <item row="2" column="2" > <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeType" > <enum>QSizePolicy::Expanding</enum> </property> <property name="sizeHint" > <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item row="2" column="1" > <widget class="QComboBox" name="cmbIMPFeature" > <property name="minimumSize" > <size> <width>130</width> <height>0</height> </size> </property> </widget> </item> <item row="2" column="0" > <widget class="QLabel" name="textLabel2_3" > <property name="text" > <string>Feature type:</string> </property> </widget> </item> <item row="2" column="2" > <widget class="QLabel" name="textLabel2_6" > <property name="text" > <string>(Note: Selecting correct file type in browser dialog important!)</string> </property> </widget> </item> <item row="1" column="1" colspan="2" > <widget class="QLineEdit" name="leIMPInput" > <property name="enabled" > <bool>false</bool> </property> </widget> </item> <item row="1" column="0" > <widget class="QLabel" name="textLabel1_5" > <property name="text" > <string>File to import:</string> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="tab3" > <attribute name="title" > <string>Download from GPS</string> </attribute> <layout class="QGridLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="0" colspan="5" > <widget class="QTextEdit" name="textEdit_3" > <property name="readOnly" > <bool>true</bool> </property> <property name="html" > <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:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Arial'; font-size:12pt;"><span style=" font-size:10pt;">This tool will help you download data from a GPS device. Choose your GPS device, the port it is connected to, the feature type you want to download, a name for your new layer, and the GPX file where you want to store the data. If your device isn't listed, or if you want to change some settings, you can also edit the devices.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Arial'; font-size:10pt;">This tool uses the program GPSBabel (<a href="http://gpsbabel.sf.net"><span style=" text-decoration: underline; color:#0000ff;">http://gpsbabel.sf.net</span></a>) to transfer the data. If you don't have GPSBabel installed where QGIS can find it, this tool will not work.</p></body></html></string> </property> </widget> </item> <item row="1" column="4" > <widget class="QComboBox" name="cmbDLPort" > <property name="minimumSize" > <size> <width>90</width> <height>0</height> </size> </property> </widget> </item> <item row="2" column="4" > <widget class="QComboBox" name="cmbDLFeatureType" > <property name="minimumSize" > <size> <width>100</width> <height>0</height> </size> </property> <item> <property name="text" > <string>Waypoints</string> </property> </item> <item> <property name="text" > <string>Routes</string> </property> </item> <item> <property name="text" > <string>Tracks</string> </property> </item> </widget> </item> <item row="1" column="3" > <widget class="QLabel" name="textLabel2_5" > <property name="text" > <string>Port:</string> </property> </widget> </item> <item row="2" column="3" > <widget class="QLabel" name="textLabel1_3" > <property name="text" > <string>Feature type:</string> </property> </widget> </item> <item row="4" column="1" colspan="3" > <widget class="QLineEdit" name="leDLBasename" /> </item> <item row="4" column="0" > <widget class="QLabel" name="textLabel1_2" > <property name="text" > <string>Layer name:</string> </property> </widget> </item> <item row="3" column="0" > <widget class="QLabel" name="textLabel2" > <property name="text" > <string>Output file:</string> </property> </widget> </item> <item row="3" column="1" colspan="3" > <widget class="QLineEdit" name="leDLOutput" /> </item> <item row="1" column="2" > <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeType" > <enum>QSizePolicy::Expanding</enum> </property> <property name="sizeHint" > <size> <width>80</width> <height>20</height> </size> </property> </spacer> </item> <item row="2" column="2" > <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeType" > <enum>QSizePolicy::Expanding</enum> </property> <property name="sizeHint" > <size> <width>80</width> <height>20</height> </size> </property> </spacer> </item> <item row="1" column="0" > <widget class="QLabel" name="textLabel1" > <property name="text" > <string>GPS device:</string> </property> </widget> </item> <item row="1" column="1" > <widget class="QComboBox" name="cmbDLDevice" > <property name="minimumSize" > <size> <width>120</width> <height>0</height> </size> </property> </widget> </item> <item row="2" column="1" > <widget class="QPushButton" name="pbDLEditDevices" > <property name="text" > <string>Edit devices</string> </property> </widget> </item> <item row="3" column="4" > <widget class="QPushButton" name="pbnDLOutput" > <property name="text" > <string>Save As...</string> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="tab4" > <attribute name="title" > <string>Upload to GPS</string> </attribute> <layout class="QGridLayout" > <property name="margin" > <number>9</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="sizeType" > <enum>QSizePolicy::Expanding</enum> </property> <property name="sizeHint" > <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item row="0" column="0" colspan="5" > <widget class="QTextEdit" name="textEdit_4" > <property name="readOnly" > <bool>true</bool> </property> <property name="html" > <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:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Arial'; font-size:12pt;"><span style=" font-size:10pt;">This tool will help you upload data from a GPX layer to a GPS device. Choose the layer you want to upload, the device you want to upload it to, and the port your device is connected to. If your device isn't listed, or if you want to change some settings, you can also edit the devices.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Arial'; font-size:10pt;">This tool uses the program GPSBabel (<a href="http://gpsbabel.sf.net"><span style=" text-decoration: underline; color:#0000ff;">http://gpsbabel.sf.net</span></a>) to transfer the data. If you don't have GPSBabel installed where QGIS can find it, this tool will not work.</p></body></html></string> </property> </widget> </item> <item row="2" column="1" > <widget class="QComboBox" name="cmbULPort" > <property name="minimumSize" > <size> <width>100</width> <height>0</height> </size> </property> </widget> </item> <item row="2" column="0" > <widget class="QLabel" name="textLabel3" > <property name="text" > <string>Port:</string> </property> </widget> </item> <item row="1" column="4" > <widget class="QComboBox" name="cmbULDevice" > <property name="minimumSize" > <size> <width>120</width> <height>0</height> </size> </property> </widget> </item> <item row="1" column="1" > <widget class="QComboBox" name="cmbULLayer" > <property name="minimumSize" > <size> <width>90</width> <height>0</height> </size> </property> </widget> </item> <item row="2" column="4" > <widget class="QPushButton" name="pbULEditDevices" > <property name="text" > <string>Edit devices</string> </property> </widget> </item> <item row="1" column="3" > <widget class="QLabel" name="textLabel2_4" > <property name="text" > <string>GPS device:</string> </property> </widget> </item> <item row="1" column="0" > <widget class="QLabel" name="textLabel2_2" > <property name="text" > <string>Data layer:</string> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="tab5" > <attribute name="title" > <string>GPX Conversions</string> </attribute> <layout class="QGridLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="0" colspan="4" > <widget class="QTextEdit" name="teCONVDescription" > <property name="readOnly" > <bool>true</bool> </property> <property name="html" > <string></string> </property> </widget> </item> <item row="4" column="1" colspan="2" > <widget class="QLineEdit" name="leCONVLayer" /> </item> <item row="4" column="0" > <widget class="QLabel" name="textLabel5_1" > <property name="text" > <string>Layer name:</string> </property> </widget> </item> <item row="3" column="3" > <widget class="QPushButton" name="pbnCONVOutput" > <property name="text" > <string>Save As...</string> </property> </widget> </item> <item row="1" column="3" > <widget class="QPushButton" name="pbnCONVInput" > <property name="text" > <string>Browse...</string> </property> </widget> </item> <item row="3" column="1" colspan="2" > <widget class="QLineEdit" name="leCONVOutput" /> </item> <item row="3" column="0" > <widget class="QLabel" name="textLabel5_2" > <property name="text" > <string>GPX output file:</string> </property> </widget> </item> <item row="2" column="2" > <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeType" > <enum>QSizePolicy::Expanding</enum> </property> <property name="sizeHint" > <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item row="2" column="1" > <widget class="QComboBox" name="cmbCONVType" > <property name="minimumSize" > <size> <width>10</width> <height>0</height> </size> </property> </widget> </item> <item row="2" column="0" > <widget class="QLabel" name="textLabel5_3" > <property name="text" > <string>Conversion:</string> </property> </widget> </item> <item row="1" column="1" colspan="2" > <widget class="QLineEdit" name="leCONVInput" > <property name="enabled" > <bool>false</bool> </property> </widget> </item> <item row="1" column="0" > <widget class="QLabel" name="textLabel5_4" > <property name="text" > <string>GPX input file:</string> </property> </widget> </item> </layout> </widget> </widget> </item> <item row="1" column="0" colspan="3" > <widget class="QDialogButtonBox" name="buttonBox" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="standardButtons" > <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <layoutdefault spacing="6" margin="11" /> <customwidgets> <customwidget> <class>QgsFileDropEdit</class> <extends>QLineEdit</extends> <header>qgsfiledropedit.h</header> </customwidget> </customwidgets> <resources> <include location="qgsgps_plugin.qrc" /> </resources> <connections/> </ui>