Skip to content

Commit

Permalink
improve delimited text plugin ui and allow skipping lines
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@14642 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Nov 14, 2010
1 parent be4614b commit 403dd3b
Show file tree
Hide file tree
Showing 6 changed files with 557 additions and 281 deletions.
2 changes: 1 addition & 1 deletion src/plugins/delimited_text/qgsdelimitedtextplugin.cpp
Expand Up @@ -124,7 +124,7 @@ void QgsDelimitedTextPlugin::run()
connect( myQgsDelimitedTextPluginGui,
SIGNAL( drawVectorLayer( QString, QString, QString ) ),
this, SLOT( drawVectorLayer( QString, QString, QString ) ) );
myQgsDelimitedTextPluginGui->show();
myQgsDelimitedTextPluginGui->exec();
}
//!draw a vector layer in the qui - intended to respond to signal
//sent by diolog when it as finished creating a layer
Expand Down

0 comments on commit 403dd3b

Please sign in to comment.