mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
390 lines
274 KiB
Plaintext
390 lines
274 KiB
Plaintext
|
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
|
||
|
<class>PluginGuiBase</class>
|
||
|
<widget class="QDialog">
|
||
|
<property name="name">
|
||
|
<cstring>PluginGuiBase</cstring>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>593</width>
|
||
|
<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>
|
||
|
<spacer>
|
||
|
<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>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>87</x>
|
||
|
<y>399</y>
|
||
|
<width>441</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
<widget class="Line">
|
||
|
<property name="name">
|
||
|
<cstring>line1</cstring>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>160</x>
|
||
|
<y>0</y>
|
||
|
<width>20</width>
|
||
|
<height>381</height>
|
||
|
</rect>
|
||
|
</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">
|
||
|
<property name="name">
|
||
|
<cstring>pixmapLabel1</cstring>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>161</width>
|
||
|
<height>381</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="pixmap">
|
||
|
<pixmap>image1</pixmap>
|
||
|
</property>
|
||
|
<property name="scaledContents">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel">
|
||
|
<property name="name">
|
||
|
<cstring>txtHeading</cstring>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>180</x>
|
||
|
<y>0</y>
|
||
|
<width>411</width>
|
||
|
<height>41</height>
|
||
|
</rect>
|
||
|
</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">
|
||
|
<property name="name">
|
||
|
<cstring>teInstructions</cstring>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>180</x>
|
||
|
<y>50</y>
|
||
|
<width>410</width>
|
||
|
<height>171</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string><h2>Description</h2>
|
||
|
<p>Select the GPS dowload file that you would like to convert to a shapefile and this plugin will do the job for you! </p>
|
||
|
|
||
|
<p>Use the minumum time gap to let the importer know what time interval should be used before starting a new feature. </p>
|
||
|
|
||
|
<p>Use the minimum distance gap to define what distance between two readings should be considered the start of a new feature.</p></string>
|
||
|
</property>
|
||
|
<property name="wordWrap">
|
||
|
<enum>WidgetWidth</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel">
|
||
|
<property name="name">
|
||
|
<cstring>lblInputFile</cstring>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>180</x>
|
||
|
<y>230</y>
|
||
|
<width>241</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Input File:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel">
|
||
|
<property name="name">
|
||
|
<cstring>lblOutputFile</cstring>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>180</x>
|
||
|
<y>290</y>
|
||
|
<width>241</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Output (Shape) File:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel">
|
||
|
<property name="name">
|
||
|
<cstring>lblMinTimeGap</cstring>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>180</x>
|
||
|
<y>350</y>
|
||
|
<width>130</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Minimum time gap (s):</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel">
|
||
|
<property name="name">
|
||
|
<cstring>lblMinDistanceGap</cstring>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>360</x>
|
||
|
<y>350</y>
|
||
|
<width>150</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Minimum distance gap (dd):</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton">
|
||
|
<property name="name">
|
||
|
<cstring>pbnSelectInputFile</cstring>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>540</x>
|
||
|
<y>260</y>
|
||
|
<width>41</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>...</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton">
|
||
|
<property name="name">
|
||
|
<cstring>pbnSelectOutputFile</cstring>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>540</x>
|
||
|
<y>320</y>
|
||
|
<width>41</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>...</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSpinBox">
|
||
|
<property name="name">
|
||
|
<cstring>spinMinTimeGap</cstring>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>310</x>
|
||
|
<y>350</y>
|
||
|
<width>39</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</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">
|
||
|
<property name="name">
|
||
|
<cstring>spinMinDistanceGap</cstring>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>531</x>
|
||
|
<y>350</y>
|
||
|
<width>50</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</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">
|
||
|
<property name="name">
|
||
|
<cstring>pbnCancel</cstring>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>11</x>
|
||
|
<y>398</y>
|
||
|
<width>70</width>
|
||
|
<height>23</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Cancel</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLineEdit">
|
||
|
<property name="name">
|
||
|
<cstring>leInputFile</cstring>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>180</x>
|
||
|
<y>260</y>
|
||
|
<width>350</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLineEdit">
|
||
|
<property name="name">
|
||
|
<cstring>leOutputShapeFile</cstring>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>180</x>
|
||
|
<y>320</y>
|
||
|
<width>350</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton">
|
||
|
<property name="name">
|
||
|
<cstring>pbnOK</cstring>
|
||
|
</property>
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>534</x>
|
||
|
<y>398</y>
|
||
|
<width>48</width>
|
||
|
<height>23</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>OK</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<images>
|
||
|
<image name="image0">
|
||
|
<data format="XPM.GZ" length="3982">789c8596c972ddca0d86f77e0a95b173a570794836d95da92c345ad62c4f929dca029c3458933559f2adbc7bfafc3fac546e927b446dbe031040636afef666e9f86077e9cd6fafeeeeedfeac5fea4fed76e9cdf07079f9fcf77ffcedf757afcb7229ffcf62b154befecbabd787f74bfdd2def5d5380739c9205555c5aa039f82535dd435f86cce7555c7ba05df80ebbaad1bb082ad1eeb097c0deec32ccce6ac113c84c2b9004fa124cb34e750647b093c92435933be5be73a2078f90e9e853644f039388414f0be5d819bc6ea017201b7c15cff073866e679ae9cbb80f318e5a9e902ceaf096ca10f06de020f61a43fd9243755437f77736e8aa66e98bfb7ce5d5bc1fe03d9521d606f1f3c6baa80fcdb23d922e3b77b706963cdf7bfbd30edbf03574d6860cf2ec9d679bdde83eb26313e5d0187a6a5bece9c6343fba3f3d8b03e1bbfd8e3bf209b79bde8afcdf621974767f3f30fe09899fe1a706afa86f1ad3b8f6d01790bb62c677fed380f643d7e61becff8871c2febfb93dce68c83ed85d14f8afa36535bb58c6fd739870c2ee7dc16ed8cf932752e694fbf3a576e6fdd39b718f4cf9cad41bfd81dd962e8c1e8e776d68e94eb01b8ccf6209727e7bac13cd939d926ef3fd4631ebdebaf3907e6cf30bf6ddd367c5ff79c538b7a29cf1732235ef9e46c2df3f711dc6639f3f70c8e6de7f9295e98febf3af764db701e5acec33638653999e74d7132fa43bdb3f75ffe93b3eb5b47b689fd6498ffec7d68517f9317e6fc9f388f2dea63372fcc7c3e3b4f643dfac511f99365709fe5cc7720c7c2e53d788a65e47e389c739cc592f9d22fceb5c78ffc66ed8af1c8857388885fb1ff621583c787fe8d7596731e30df9902ede99373e3f93c741e8df161bfc4265a643d30ffb1cdbf607fdaa6b345f6c3957317b97f969dfbc8f3637fc5fcc7f895f294dfe7f9d1df736fb4671fc0d95ae43efdecdc47d677d5794a3c1fe3ebe3e0fabbce93c78f7eccd291efebb5f3447dd97a61fadf21a7c2ed339e311594cbbf99f3c9fc4ebfde9715729ab9ff81dc05af1ff6752aacec184f052e531d29c77d97aa7c1d711e51df54e7f1c33eb56de72eb15fb00fb2769b589f75e72eb17fd19fa9c9bf701f77ce6e4fee9d23df973db2858ef944beb276be70e00ff5cfda6d647ff6e42eb0fe82fb25a5ec9ffb1af9cfd427eedf1adca72171fe90ff345891902f45bdd39826ea1bfa354d59cef3621eacb05962bea16f555e00ac1ff6bbd5f917e60ff5b060bdb1ff31bf79b936f467d87fd67645c7fd8b7eb568c9785ee43b9319f3bbe7dc19cf8379b3f91febb3efec7243bf766537749c4fecafaece0fe7edc839769c17ec9bcebabee3f70ef65137f5b38ef38efeec677dd9311fabce55c7f3a1fffb3233f3897dd7d77d43b9203fbdf5d3c0fb16fba6effa7160be8c3ce44f3030f6433fcc1fd8c3fd308421f6dc7fb8af8694c5ac37eeffc1867c60d8477f676937705f20dfc3304ccee8bf611acb81f1c2ff588ed5c8f93b77aec9827d9aa5a533be07b2b41ed9cfe8af316446bd14fd3ee6cf8391f5c4be1f2d3ff48ffe1dbbfc90f1fd31e6748cac07e6772aa662e4792f9c67ce0fcea533fa7faaf3f580fc2abe6fa6901ff0e1fd1f1f1535edb4d7e18f92ffd6d751273dd1533dd373fda6177ab940ff4aaff546bfebaddee9bd3ee8e302fd1ffaa4cffa5397754557754dd716e8afeb86bed54d7da75bbaad3bbabb407f4ff7f5400ff5bd7ed08ffa493f2fd03fd263fda25fb5d099965a69bd403f68a3ad464da22262d2fdb9bef432c828939cc8a99cc9b97c5ba07f21977225d77223dfe556ee6441bde421eb3fca0f799267f929cbb2b2407f555b599375d990b7b229ef646b81feb6ecc8aeecc9be1cc8a1bc970f0bf43f66fd4ff2598ee458bec857ad16e8173293522aa9254823adc405fac9d4b8fdf2becd4336fdb9be9dd8a99dd9b97db30bbbb42bbb5ea07f63dfedd6eeecde1eecd17ed8d302fd67fb69cbb662abb666ebb6616f17e86fda3bdbb26ddbb15ddbb37d3b58a07f68efed837db44ff6d98eecf83fa5ff7bdefffff3fa9f7f7df52f3685cffc</data>
|
||
|
</image>
|
||
|
<image name="image1">
|
||
|
<data format="XPM.GZ" length="370609">789c44bdc972eb408f6e3bafa7f8a338abb8c192c47e7007b6dc5bee7bdfb8832429ba915bc9fd79f943e95bc0deb3bdc262764824128944feeffffce7faf8e03ffff3bfffb5f8081f0fcd7f9afb30ffcfffb49fcfcfbfffdffffffffe9ffffaef6191fe27c906ff190eaabcfc4ff2dfffcf7ffd77fc51ffa7f94f3458fd5b81f1bd8391fea27590aec0fcc941b6026bff40a19fec3ba804761d842508eda5837a09a2af1b07cd0abc9f3b68573fb9fbf7d1a9fe2237305c553d5a3f71b0aa7ad8dc76a0aa3f05c090d69eb70ed4dad70f07eaa09bc881be91ec3a58353f6af61ce4abbf287e1dacfa239a4f1d942bb0983958b5367c7e191826aafa9683d547c378e4401ffde80c8cd496d9066044e3e62f0e866a4be140adbd7c76b02a366a9f1ca8b537ffbea1d69eb60e548f8d7f1fad342e7f0e34b68b470753b5d63a7934d447bf2606461298d73b40a2b6449307076acb59e2406df9be72c0c8c50e520dd4d0810437b971b0eae4283a74b06a5cd8ba74103494ff3e2a39fddc7620b13cb72e4c3494d1bb89434a5b0ede1ca8eae7470e54f5ef27071a86f3a90355bdf87020a14b9e1d685cee720712ba66e460d5c9a11e3a584db1e8cc3a3945c6decf00192235397630d45f4c1ca82db76f0ed4969f1307547de440eaa2d872500a5c3b904845070e340c7faf0e340c7393b19c4e7edf77a061680e1d481ca64f0ee8c20f078c7ee9403db6fdee40c59efe2b962e9c3a90387c7e1b186918b66cee17d4b42e1ca8a6e1d3816a3adf708032481c50d32f07eaa02876d0a84fad1ea575d09a0386f2d401827bec2055298583d5cc0ecfd61f15f2513e3b90385c2c1cac9a1fd673075a0ab6be1d485d5c9d3990725cd81a5549af471fd6c9d548fae3dd5470a0c7de8f1ca8d8cd1d07aafac264bdb6fed875c0474f1c6836d4530712cbc59d0389c385f547cddc5f3f76a08a6de40ea472b64de81a1b861d07fac67cd30113397180c63d70a0d15fdc3b90587a6b1bad9571f10398d2fc5fd6b97edd134891a021cb4994309443d3c923fb8929b6afa18144c536b7009441b4403e8661a8b6248cfed0ead17c3950af7f32faa3612ef9f8bc315068a03e870ed0c91920c9f906ebfe282fd4c9361b12063bfe1dafc070692cacc078dd018a2d75209dfcf5eb00c5f6e940d374d138409f6e3a50f3f33d0712cb8f2707d21ff33f079d24283320198bc7f61766d45c7c39d05ab9f9ea0091ea1c68bdfdb19f98ed505c39506b6f330712dcbf998154f5788a00c847fc7ae240f6d8cbb501a4f0db7e6212f4f1e6401a77ebca81467fa3343052b1672340464daf371d608fcd1ca8d7af8e00b658dcde3b9086797c75a07aacfd3ac03eb5fe406bc7d7270e30d0ee00e54873ffe30180b60c5b99037db4b9040474d06f0d68138d7e63fde1d303191b4e73cdfdcf16d0e56aed279d3c0a85d4c54725908c8ad54743c33732843f9a5eacc068695dae1ac74ab8046aede8d6816abafde940f2f19638503d0e6b07aae97be540c2cf5ab904ad8ab5bf40b443b3e340a560e48d4c92c3d7ab834ea2fd0130d1beb972c00e67db8124e8c7da62927cfbe340537d78e54036cc7ce64036cc6f0020daf1f5a103f5e9fcd50113e80460d6d6cdaf03f5d8d87a3dd3ea119f77809c8a5d150e54b19b67071afd6d6b4b413d26470ea41d6e3e1d0469ba6340c9506e2d0095be11b6e70e24525b3920b002b1c3e94122155cdb60d7260ed6415333adb5de8e864daec1fe954d371ab5054b01a3df8f82b4e507729a24a526f29b40627a3daa6b07fa8bf9d881ac9c903958f569a81307ece7d61d48e866f70e64b2c4ad0355ecccff82cdeadd2f809d67d4b50e24856b770013dc8f1d072c2763071a97af438009eec6bd030d76faea404277fbed4012f4b1e74093f0eb136092fc7ae54052387e7420e19f3f3b90d0cdadb5a9d6fd78d6004cd65f8f1d302bef1c685c36370d0cb11c67801cfdb165f5c88708ff0500c3396a2307eab1875b0792c2dd2740c9b8dc7f3a901a7f881d480a6fac0b2bbaf066d7819a5f2385c32116ec670798e6189bda03a52ea777a903cd97937507086eeb40f3f6ebc8816a7a397720497efc72200ba5d97520917afb57ac3af9397720d17ef1bf902487f6d3812ab6b6093083847d43ea6e86e99d03f5d860e2401b9afb5703cc97dcfec2441b3d96ba686ffefb0b8d2d2ab807232d9e3709808d77d4bc39d09cdbfc0724da6bcf0eb48f5a7b7130d5f4b03e3549fedd732029446da5b69d8d0f37003955ff0e0e70cb4d1d68e4c2c8803a399e9500db46ce22071aa8600355528fab350712cb87990349f2dcfab464bbf265552f13cddb7c01a818caf573071acad19d03a9f1cda90379f2c656b1c6168b6b40cba6e8fd1bd099d6a64f871dfb86c5ab01b6d59f7706582c0ef48dcc6654f89e39904279fa73a04e9e6e38d0f498de3a5029f308806847f3c68144eae81c60dba6b702801b2ade681ca8a669ee409bd59f09c0cce249ee4096f4c60920b3dd6be940e372f7ea40e3b2f9e2002fedc4812ca5b1552cb73dd09503c9e9eba503f547f4ed40a6c2fcde412d59b79f14e661bd77a0fe787d70a0397763e352b202556f009c0871161ca8d8abca81a6e9c47add3c026b3b0ed4eb8f6b0e544af90f68cdbe3900e00088cf1f1de00f5a001a54dfe335a065b7363091ea50b08d76afd910a75bd8a494618633f4730e28524dd36f8d7eee92fcb7e340c51e060788f6bd0349f26cea400a36240e34f7df3207b2d8b6538019dfd3ce81da72f9ee40e2b07707c0e31ceeb61d482cf37d80f94fa733009ecdc87f8223334ee60
|
||
|
</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>
|
||
|
</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>
|
||
|
</slots>
|
||
|
<layoutdefaults spacing="6" margin="11"/>
|
||
|
</UI>
|