mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Hide dialog before setting props.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1511 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
32a594b885
commit
ca3c3c055d
@ -40,15 +40,9 @@ PluginGui::~PluginGui()
|
||||
|
||||
void PluginGui::pbnOK_clicked()
|
||||
{
|
||||
//
|
||||
// If you have a produced a raster layer using your plugin, you can ask qgis to
|
||||
// add it to the view using:
|
||||
// emit drawRasterLayer(QString("layername"));
|
||||
// or for a vector layer
|
||||
// emit drawVectorLayer(QString("pathname"),QString("layername"),QString("provider name (either ogr or postgres"));
|
||||
//
|
||||
//hide the dialog before we send all our signals
|
||||
hide();
|
||||
//close the dialog
|
||||
//emit refreshCanvas();
|
||||
emit changeFont(txtCopyrightText->currentFont());
|
||||
emit changeLabel(txtCopyrightText->text());
|
||||
emit changeColor(txtCopyrightText->color());
|
||||
|
Loading…
x
Reference in New Issue
Block a user