2004-03-23 01:36:19 +00:00
|
|
|
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
|
2004-03-22 23:38:26 +00:00
|
|
|
<class>PluginGuiBase</class>
|
|
|
|
<widget class="QDialog">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>PluginGuiBase</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2004-03-24 21:57:55 +00:00
|
|
|
<width>640</width>
|
2004-03-22 23:38:26 +00:00
|
|
|
<height>432</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="paletteBackgroundColor">
|
|
|
|
<color>
|
|
|
|
<red>255</red>
|
|
|
|
<green>255</green>
|
|
|
|
<blue>255</blue>
|
|
|
|
</color>
|
|
|
|
</property>
|
|
|
|
<property name="caption">
|
|
|
|
<string>QGIS Plugin Template</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<pixmap>image0</pixmap>
|
|
|
|
</property>
|
2004-03-24 21:57:55 +00:00
|
|
|
<grid>
|
|
|
|
<property name="name">
|
|
|
|
<cstring>unnamed</cstring>
|
|
|
|
</property>
|
|
|
|
<spacer row="7" column="1" rowspan="1" colspan="5">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>spacer2</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint">
|
|
|
|
<size>
|
|
|
|
<width>441</width>
|
|
|
|
<height>21</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
<widget class="Line" row="0" column="2" rowspan="7" colspan="1">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>line1</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>VLine</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>Sunken</enum>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" row="0" column="3" rowspan="1" colspan="4">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>txtHeading</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>24</pointsize>
|
|
|
|
<bold>1</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>GPS Download File Importer</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QTextEdit" row="1" column="3" rowspan="1" colspan="4">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>teInstructions</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
|
2004-03-23 01:36:19 +00:00
|
|
|
<p style="margin-top:16px"><span style="font-size:18pt;font-weight:600">Description</span></p>
|
2004-04-25 14:04:35 +00:00
|
|
|
<p>Select the GPS download file that you would like to convert to a shapefile and this plugin will do the job for you! </p>
|
2004-03-22 23:38:26 +00:00
|
|
|
<p>Use the minumum time gap to let the importer know what time interval should be used before starting a new feature. </p>
|
2004-03-23 01:36:19 +00:00
|
|
|
<p>Use the minimum distance gap to define what distance between two readings should be considered the start of a new feature.</p>
|
|
|
|
</body></html>
|
|
|
|
</string>
|
2004-03-24 21:57:55 +00:00
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<enum>WidgetWidth</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" row="2" column="3" rowspan="1" colspan="3">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>lblInputFile</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Input File:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" row="4" column="3" rowspan="1" colspan="3">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>lblOutputFile</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Output (Shape) File:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" row="6" column="3">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>lblMinTimeGap</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Minimum time gap (s):</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" row="6" column="5">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>lblMinDistanceGap</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Minimum distance gap (dd):</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QPushButton" row="3" column="6">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>pbnSelectInputFile</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QPushButton" row="5" column="6">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>pbnSelectOutputFile</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QSpinBox" row="6" column="4">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>spinMinTimeGap</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="maxValue">
|
|
|
|
<number>999999999</number>
|
|
|
|
</property>
|
|
|
|
<property name="lineStep">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>60</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QSpinBox" row="6" column="6">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>spinMinDistanceGap</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="maxValue">
|
|
|
|
<number>999999999</number>
|
|
|
|
</property>
|
|
|
|
<property name="lineStep">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>60</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QPushButton" row="7" column="0">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>pbnCancel</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Cancel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QPushButton" row="7" column="6">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>pbnOK</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>OK</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLineEdit" row="3" column="3" rowspan="1" colspan="3">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>leInputFile</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLineEdit" row="5" column="3" rowspan="1" colspan="3">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>leOutputShapeFile</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" row="0" column="0" rowspan="7" colspan="2">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>pixmapLabel1</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
|
|
|
<pixmap>image1</pixmap>
|
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</grid>
|
2004-03-22 23:38:26 +00:00
|
|
|
</widget>
|
|
|
|
<images>
|
|
|
|
<image name="image0">
|
|
|
|
<data format="XPM.GZ" length="3982">789c8596c972ddca0d86f77e0a95b173a570794836d95da92c345ad62c4f929dca029c3458933559f2adbc7bfafc3fac546e927b446dbe031040636afef666e9f86077e9cd6fafeeeeedfeac5fea4fed76e9cdf07079f9fcf77ffcedf757afcb7229ffcf62b154befecbabd787f74bfdd2def5d5380739c9205555c5aa039f82535dd435f86cce7555c7ba05df80ebbaad1bb082ad1eeb097c0deec32ccce6ac113c84c2b9004fa124cb34e750647b093c92435933be5be73a2078f90e9e853644f039388414f0be5d819bc6ea017201b7c15cff073866e679ae9cbb80f318e5a9e902ceaf096ca10f06de020f61a43fd9243755437f77736e8aa66e98bfb7ce5d5bc1fe03d9521d606f1f3c6baa80fcdb23d922e3b77b706963cdf7bfbd30edbf03574d6860cf2ec9d679bdde83eb26313e5d0187a6a5bece9c6343fba3f3d8b03e1bbfd8e3bf209b79bde8afcdf621974767f3f30fe09899fe1a706afa86f1ad3b8f6d01790bb62c677fed380f643d7e61becff8871c2febfb93dce68c83ed85d14f8afa36535bb58c6fd739870c2ee7dc16ed8cf932752e694fbf3a576e6fdd39b718f4cf9cad41bfd81dd962e8c1e8e776d68e94eb01b8ccf6209727e7bac13cd939d926ef3fd4631ebdebaf3907e6cf30bf6ddd367c5ff79c538b7a29cf1732235ef9e46c2df3f711dc6639f3f70c8e6de7f9295e98febf3af764db701e5acec33638653999e74d7132fa43bdb3f75ffe93b3eb5b47b689fd6498ffec7d68517f9317e6fc9f388f2dea63372fcc7c3e3b4f643dfac511f99365709fe5cc7720c7c2e53d788a65e47e389c739cc592f9d22fceb5c78ffc66ed8af1c8857388885fb1ff621583c787fe8d7596731e30df9902ede99373e3f93c741e8df161bfc4265a643d30ffb1cdbf607fdaa6b345f6c3957317b97f969dfbc8f3637fc5fcc7f895f294dfe7f9d1df736fb4671fc0d95ae43efdecdc47d677d5794a3c1fe3ebe3e0fabbce93c78f7eccd291efebb5f3447dd97a61fadf21a7c2ed339e311594cbbf99f3c9fc4ebfde9715729ab9ff81dc05af1ff6752aacec184f052e531d29c77d97aa7c1d711e51df54e7f1c33eb56de72eb15fb00fb2769b589f75e72eb17fd19fa9c9bf701f77ce6e4fee9d23df973db2858ef944beb276be70e00ff5cfda6d647ff6e42eb0fe82fb25a5ec9ffb1af9cfd427eedf1adca72171fe90ff345891902f45bdd39826ea1bfa354d59cef3621eacb05962bea16f555e00ac1ff6bbd5f917e60ff5b060bdb1ff31bf79b936f467d87fd67645c7fd8b7eb568c9785ee43b9319f3bbe7dc19cf8379b3f91febb3efec7243bf766537749c4fecafaece0fe7edc839769c17ec9bcebabee3f70ef65137f5b38ef38efeec677dd9311fabce55c7f3a1fffb3233f3897dd7d77d43b9203fbdf5d3c0fb16fba6effa7160be8c3ce44f3030f6433fcc1fd8c3fd308421f6dc7fb8af8694c5ac37eeffc1867c60d8477f676937705f20dfc3304ccee8bf611acb81f1c2ff588ed5c8f93b77aec9827d9aa5a533be07b2b41ed9cfe8af316446bd14fd3ee6cf8391f5c4be1f2d3ff48ffe1dbbfc90f1fd31e6748cac07e6772aa662e4792f9c67ce0fcea533fa7faaf3f580fc2abe6fa6901ff0e1fd1f1f1535edb4d7e18f92ffd6d751273dd1533dd373fda6177ab940ff4aaff546bfebaddee9bd3ee8e302fd1ffaa4cffa5397754557754dd716e8afeb86bed54d7da75bbaad3bbabb407f4ff7f5400ff5bd7ed08ffa493f2fd03fd263fda25fb5d099965a69bd403f68a3ad464da22262d2fdb9bef432c828939cc8a99cc9b97c5ba07f21977225d77223dfe556ee6441bde421eb3fca0f799267f929cbb2b2407f555b599375d990b7b229ef646b81feb6ecc8aeecc9be1cc8a1bc970f0bf43f66fd4ff2598ee458bec857ad16e8173293522aa9254823adc405fac9d4b8fdf2becd4336fdb9be9dd8a99dd9b97db30bbbb42bbb5ea07f63dfedd6eeecde1eecd17ed8d302fd67fb69cbb662abb666ebb6616f17e86fda3bdbb26ddbb15ddbb37d3b58a07f68efed837db44ff6d98eecf83fa5ff7bdefffff3fa9f7f7df52f3685cffc</data>
|
|
|
|
</image>
|
|
|
|
<image name="image1">
|
2004-03-24 21:57:55 +00:00
|
|
|
<data format="XPM.GZ" length="394517">789c44bdc772f340936d3befa7f8a331ebb8812601d00dee40de7cf25eba7107009d48894694a1a4f3f28764aebd151a69050894cdcacacaccfadffff9cfc3c5e97ffee77fffebfda3fc1875ffd37d2e17fff99fdee764f2f3fffdffffeffff9afffae378bff649dce7fea45d1aefd27ffefffe7bffebb9a9dffa7fb9fa456af356be51a9467bb1bd0ae67f522c0ce0674ea39e07cb40165bda83736ef782d36a0aa95b546fce43140bd516f6d9e985c6d40b75eaff3441fd0e48969805ead53ab6dc062b801fdd5333c710118d437452f2fda01eab5da60f3c4f30da0a5a2f700ed784759bfde80c1ea2d9d287a0f3088a227f94b80d54babcd4f2eb700f5faa660e5d3d91aac3f1a2f4d1e160156a81f4fb405eaddcd13f55b40bdb601e5ee3ea088ba54bd438368d367fda4536f46abdf18b4e32780ac93c54f66e30d587da3b6f949359f025cdb32802b77fe0ca8d373b599403d9e98f18e7a16e3a39aea1d796d538e55370b440355bd034083a29f0d009d7869d5df0594f52858ff2240d6a8c757baff00cdac1e9fdd0c875529fab5e8fddb3e6010e528efce03acffe2b30f809cbeaddf196c3a2a691d0ad0eae501a088164b1e7f05ea9b7294e53ea049d1c75b8076d4b67a49019d2847f5762f107529cff600658c8ff26206a8a2fae550e5e8475796fd96413450ff3240d66238744f04b2f8ec345a3d5f3550cc86fa778055ef47d12709a01e4f54d59e004d78fb0f9031f84f4a405e8b59f9da31d8bcb4ec8e05a2c5d2f699418cf59282ad1a39a647ad6bb099c849331588364d3aa54174f6aeded188a95e9519a045377ceaa56d7aaebd679045dfaa3d2a06ee5875e951fd7f313df22c63361cbf018ae8b9aa77671073fff367035655439e3ecd017d8643da050c100659d4a5d0b02c9fce05a8edc901a0889726f7af02f1d2b47d6a109d5d3b34d8bcb44aae018d5a2fdab42b40df3e8c0d425aa637063160de7a0259803207341128c336a0457b642aa944f049d720de91ea1d1de47afbd52084d250752999b7f72a6949d1b36d83982f9d9e41cc97e73b408f39378c895c643566d4e01120417f4cf5b39c9f1c7d001af558707ab7805e16b3e1377aaeb1eadb105be9c26010430ab0125c311b868f063181fedd00f21a83bf0234a281d2d63f0316e021a0892c3cc90ca21bca4381a85cd23a32d8943429fe9e88779c5f015a8cd3c54480e9d17b30884938bb04b4eb9b31560ebe0ca2faef2a580749b75f18c48c7afe0094888bf4dc20be92e406d1d98dbf9fc467af5e01558cb1f2fcd620c6e944efe8a26ef4f48e2e1328bb3488465ea8e8dd2ccad17b07485c9caae7fa942353e50694f436969346569384a1d55712264a7af4096850d28f90414d0b948f9a413cd13c1260bedcdc00506acae328c7aaefa3b6e5f2d1206a8b905e01e6cbc83f61f0d729c76a76c4229ef2d9d5da10637d940b6431914fbe01395f39bd02145214b70c6202cd2b0106ccebb600cb5aaaa2331bcaab434033c669da7815a0d56b35812c3a9b457ca57bb2e014c702f44bdb4fd02fed738368f58b29a01df2b47c1f0850b0ac6610b57dd83208cdf1b60be8b002f517064cb17b8310e30b7da513752947ea9792553d7913a0e81f2706d173af170651f4893abb8a6e28db898094ef73831028f33d401771f19e1bc4381dbd007a0c98c18f0033eaa505e8b3449fde0ad051cfd78081c4f895410ccbce8141142c8fb561d5d52c385b8c42cbf593a54174d41605cbb29096d5a82e8030f83732882175f26510ead7b80dc8e9b9e38541f4cb37432a6b67d162cd901fad5a8f973e76007d168bce1d60c018bb8992b656f3367ed21e0950dbe33d403d56a0f27b6910a3306f0920607ffe0132a443fe07a2912fbf01058b56f7cd805d12255dad7448ba13014dc20b83e8cab7ae4086c8a13dd6a32ce6fe960012f7650068f1d9a343835e2c8dc702d2615430b4be32bd3788de9fef18c4c0bd7f3208fdf4e619d061357dfb1288f1913cbc19c49a5dbf3188ce3e9d0158d6caeec8203a7bb70fd02660be6b10ddf0fe6c10e5982d0092fca7d706d1eac5cc20caf17d69109f2d3a021228af801edbea525fe921503e1b06d10d5f7b06314e4763403f4650d55703f555b03301f56d1b30d0f64ddd3060dbd46f06580dd3f8ca7e2e103be0f2e0c7207affb407a8b32b183c18447be4770651b9d34220169cf22231887ed9669c662c7ce5f6a301ab7acd0055e1de801d9f3e9b210c0e55b09c0def48ef9089a07b0a684afba4b3573bbe68d3f7582bdb6b2bca06b432c08071da88466eafe4471e0bdf3e40e2a2fd2180d87a6902a84bf2b804e4888b8753831852df2d00bbe8325f1ac480399d021a6806e35d8318da572f00ec5255550830b36b6d83585f469900fa075bf3b657f5db638368d3971ea0cd56f47a6610e5687c0ab07aa4b7069b564f9b4b83e8cabadfc144ae8f0458d65e86800eed717122c0901a7c1b4447757a06d162ef7e07d59f5d19c4f4b83f3088ba0c770025b3b27a37889e9babc54a04caefa541b4fac3b941f4ed48e5a8d04ffbea17b6d5e5e3834114fd4b9d5d21725e5e0da2a326eaca2ed69ee1ae41d436516dbbc8a0c5d420aaff591844e5720d29adb7777583a85cd1364018dc0950d2cebe414cd3970e80ed7d79f96b10edf1ab770ca4902c0d62c0fc32a4562a4bf4feef8d011acaaf01827e5780161bee01eaec911f7f04e8fdd34a80ba5cbe1a447b5c203f56522a8a7efd2e8008beaa1944c12edb0621e9c6888b0c6b4f79f86810fd72fdf744c8b13e5db9daf284fab5649c665d24ee222ab75a7e1963c5af0
|
2004-03-22 23:38:26 +00:00
|
|
|
</image>
|
|
|
|
</images>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>pbnOK</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>PluginGuiBase</receiver>
|
|
|
|
<slot>pbnOK_clicked()</slot>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>pbnSelectInputFile</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>PluginGuiBase</receiver>
|
|
|
|
<slot>pbnSelectInputFile_clicked()</slot>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>pbnSelectOutputFile</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>PluginGuiBase</receiver>
|
|
|
|
<slot>pbnSelectOutputFile_clicked()</slot>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>pbnCancel</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>PluginGuiBase</receiver>
|
|
|
|
<slot>pbnCancel_clicked()</slot>
|
|
|
|
</connection>
|
2004-03-23 01:36:19 +00:00
|
|
|
<connection>
|
|
|
|
<sender>leInputFile</sender>
|
|
|
|
<signal>textChanged(const QString&)</signal>
|
|
|
|
<receiver>PluginGuiBase</receiver>
|
|
|
|
<slot>leInputFile_textChanged(const QString&)</slot>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>leOutputShapeFile</sender>
|
|
|
|
<signal>textChanged(const QString&)</signal>
|
|
|
|
<receiver>PluginGuiBase</receiver>
|
|
|
|
<slot>leOutputShapeFile_textChanged(const QString&)</slot>
|
|
|
|
</connection>
|
2004-03-22 23:38:26 +00:00
|
|
|
</connections>
|
|
|
|
<includes>
|
|
|
|
<include location="local" impldecl="in implementation">pluginguibase.ui.h</include>
|
|
|
|
</includes>
|
|
|
|
<slots>
|
|
|
|
<slot>pbnOK_clicked()</slot>
|
|
|
|
<slot>pbnSelectInputFile_clicked()</slot>
|
|
|
|
<slot>pbnSelectOutputFile_clicked()</slot>
|
|
|
|
<slot>pbnCancel_clicked()</slot>
|
2004-03-23 01:36:19 +00:00
|
|
|
<slot>leInputFile_textChanged( const QString & theQString )</slot>
|
|
|
|
<slot>leOutputShapeFile_textChanged( const QString & theQString )</slot>
|
2004-03-22 23:38:26 +00:00
|
|
|
</slots>
|
|
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
|
|
</UI>
|