Re: [QGIS-it-user] prove di compilazione di qgis in debian testing

2017-09-30 Thread nformica
Ciao Giovanni,

si grazie, ho risolto il problema installando libqjson-dev.

Ma ora ne è uscito un'altro che sembra più rognoso.
Il messaggio di errore di cmake è questo:

FindGEOS.cmake: geos-config not found. Please set it manually.
GEOS_CONFIG=GEOS_CONFIG-NOTFOUND
GEOS_INCLUDE_DIR=
GEOS_LIBRARY=
CMake Error at cmake/FindGEOS.cmake:182 (MESSAGE):
  Could not find GEOS

Ho controllato che il pacchetto "libgeos-dev" è già installato, quindi non
so cosa altro fare !?

Saluti
Nino



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] How do I update attribute values in a composer attribute table?

2017-09-30 Thread David Gessel
This was my error - the table was reading from a different (merged) .shp file.  

DOH!

 Original Message 
Subject: Re: [Qgis-user] How do I update attribute values in a composer 
attribute table?
From: David Gessel 
To: Andreas Neumann , qgis-user@lists.osgeo.org
Date: Wed Sep 27 2017 22:19:02 GMT+0300 (AST)

> I don't have other versions, but I'm happy to submit a bug report.  
> 
> I'll see if I can generate a wee project that reproduces the behavior.
> 
> hmmm... I tried adding a new attribute table and it came up without data and 
> crashed
> 
> I enabled "ulimit -c unlimited" and started from the command line.  I see 
> these errors:
> 
> Warning: QObject::connect: Incompatible sender/receiver arguments
> QgsComposerItemComboBox::itemChanged(QgsComposerItem*) --> 
> QgsComposerAttributeTableWidget::composerMapChanged(const QgsComposerItem*)
> 
> restarting I couldn't get it to crash, but the new attribute table also has 
> stale data.
> 
>  Original Message 
> Subject: Re: [Qgis-user] How do I update attribute values in a composer 
> attribute table?
> From: Andreas Neumann 
> To: qgis-user@lists.osgeo.org
> Date: Wed Sep 27 2017 17:58:40 GMT+0300 (AST)
> 
>> Hi David,
>>
>> This sounds like a bug to me. I haven't seen this behavior in my own 
>> projects.
>>
>> Did you check with other (non KML) data sources if they behave the same?
>>
>> You shouldn't have to delete any items in print composer to get them to 
>> update. A simple redraw should do it, normally. Can you please submit a bug 
>> report and provide a reduced project to demonstrate the issue?
>>
>> Do you have other QGIS versions at hand to test if this works in other 
>> versions? E.g. a nightly/weekly of QGIS master (2.99)?
>>
>> Thanks,
>> Andreas
>>
>> On 27.09.2017 14:08, David Gessel wrote:
>>> I have a configured an attribute table in a print composer, it pulls values 
>>> from an imported (GE) KML layer, "name" and "description" (and lat/lon). 
>>> These display nicely. But I updated the values in GE and these updates are 
>>> not reflected in the attribute table. I've pressed the "refresh table data" 
>>> button and the "refresh view" button (many times) and even restarted to no 
>>> avail.
>>>
>>> Looking at the values for the field values in Print 
>>> Composer->Attributes->Expression Dialog window, I get an old, not refreshed 
>>> list.
>>>
>>> While looking at the same data via the label tool in map mode 
>>> Map->Layer->Properties->Label With->Expression Dialog (not composer mode), 
>>> I see the correct, current values.
>>>
>>> I'd think the table data should update both in map mode and in composer 
>>> mode, but barring that, is there a way to update the attribute table in 
>>> composer? Do I need to delete all tables and recreate them every time the 
>>> underlying field values change to get them to update?
>>>
>>>
>>> I also posted this question to 
>>> https://gis.stackexchange.com/questions/256761/how-do-i-update-attribute-values-in-a-composer-attribute-table
>>>
>>> with screen shots.
>>>
>>> Thanks,
>>> David
>>> ___
>>> Qgis-user mailing list
>>> Qgis-user@lists.osgeo.org
>>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> 
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Error message: Processing toolbox

2017-09-30 Thread Pat Hin

 


Hello,

 

i have crashed my QGIS :-))

 

What i did: Unter "Processing toolbox->option->menu" i enabled checkbox for adding my own script to the menu bar.

after restart the processing toolbox is defect and cant be started.

 

The error message is below.

 

I tried to reinstall by plugin repo but there i get the same message that the "processing toolbox" is defect.

 

What can i do before fully reinstall what i would dont like due to lose all my projects etc.

 

thanks

pat


 

 

 

 

 


Konnte Erweiterung processing nicht laden aufgrund eines Fehlers beim Aufruf der classFactory() Methode

TypeError: coercing to Unicode: need string or buffer, NoneType found

Traceback (most recent call last):
  File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 333, in startPlugin
    plugins[packageName] = package.classFactory(iface)
  File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/__init__.py", line 38, in classFactory
    return ProcessingPlugin(iface)
  File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/ProcessingPlugin.py", line 58, in __init__
    Processing.initialize()
  File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/core/Processing.py", line 148, in initialize
    Processing.addProvider(c())
  File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/core/Processing.py", line 103, in addProvider
    % (provider.getDescription(), traceback.format_exc()))
  File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/algs/saga/SagaAlgorithmProvider.py", line 123, in getDescription
    version = SagaUtils.getSagaInstalledVersion()
  File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/algs/saga/SagaUtils.py", line 130, in getSagaInstalledVersion
    commands = [os.path.join(sagaPath(), "saga_cmd -v")]
  File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing/algs/saga/SagaUtils.py", line 75, in sagaPath
    if not os.path.isdir(folder):
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/genericpath.py", line 49, in isdir
    st = os.stat(s)
TypeError: coercing to Unicode: need string or buffer, NoneType found



Python-Version: 2.7.10 (default, Feb  7 2017, 00:08:15) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)]
QGIS-Version: 2.18.2 Las Palmas, exported

Python-Pfad:


	/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins/processing
	/Applications/QGIS.app/Contents/MacOS/../Resources/python
	/Users/hindenberger/.qgis2/python
	/Users/hindenberger/.qgis2/python/plugins
	/Applications/QGIS.app/Contents/MacOS/../Resources/python/plugins
	/Library/Frameworks/SQLite3.framework/Versions/C/Python/2.7
	/Library/Frameworks/GEOS.framework/Versions/3/Python/2.7/site-packages
	/Library/Python/2.7/site-packages/numpy-override
	/Library/Python/2.7/site-packages/matplotlib-override
	/Library/Frameworks/GDAL.framework/Versions/2.1/Python/2.7/site-packages
	/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip
	/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
	/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin
	/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
	/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages
	/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
	/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old
	/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
	/Library/Python/2.7/site-packages
	/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python
	/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC
	/Users/hindenberger/.qgis2//python



 

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Compiling QGIS3 with grass7 from MacPorts

2017-09-30 Thread Tom Elwertowski
The Find scripts probably don't check MacPorts directories so you need 
to tell CMake the location:


  -D GRASS_PREFIX7=/opt/local/share/grass-7.2.2

Tom

On 9/28/17 8:12 PM, David Liontooth wrote:


I'm interested in reading LIDAR data, which appears to require GRASS 
(I'm new to this).


I'm trying to compile QGIS2.99 (master) on OS X and short of GRASS 
everything is working -- the program starts up with


     open QGIS

MacPorts has gdal-grass @2.2.0 (gis), which pulls in grass7. It ends up 
here:


     /opt/local/share/grass-7.2.2/lib

so for instance /opt/local/share/grass-7.2.2/lib/libgrass_lidar.dylib.

How do I tell the QGIS build scripts to include grass7?

Cheers,
Dave

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Adding an own script to main menu

2017-09-30 Thread Pat Hin
Hello

 

i have already raised up this question in another question as

a follow up but maybe interesting to raise it as a stand alone question.

 

i have written an own scrip in processing toolbox. Could this be added

to the main menu of QGIS ( i have seen some of the toolbox scripts

are there but maybe this is exclusive).

 

thnaks

 

pat
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Processing toolbox: No autoclosing

2017-09-30 Thread DelazJ
I can't tell. You can give a look to
docs.qgis.org/2.18/en/docs/user_manual/processing/index.html where there
are some sections about creating your own scripts or the pyqgis cookbook
http://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/index.html#pyqgis-developer-cookbook
Sorry

H.

2017-09-30 11:33 GMT+02:00 Pat Hin :

> Hello H.
>
> many thanks.
> It worked now..
> QGIS is such a big package so everyday something new to learn :)
>
> may i add another question: i have seen some of the scrips are part of
> the QGIS main menu. Is that possible for "own" scripts too?
> Not a big issue, it would be just a cosmetic thing for me :)
>
> Pat
>
> *Gesendet:* Samstag, 30. September 2017 um 11:24 Uhr
> *Von:* DelazJ 
> *An:* "Pat Hin" 
> *Cc:* "qgis-user@lists.osgeo.org" 
> *Betreff:* Re: Re: Re: [Qgis-user] Processing toolbox: No autoclosing
> Did you see in Processing menu --> Options --> Providers --> GRASS
> commands section?  There should be an "Activate" checkbox
>
> H.
>
> 2017-09-30 11:11 GMT+02:00 Pat Hin :
>>
>> Hello
>>
>> i am sorry. You are right with "reply to all".
>>
>> How can i deactivate it? i have make a short look through
>> the documentation but not found something about :)
>>
>> Pat
>>
>> *Gesendet:* Samstag, 30. September 2017 um 10:59 Uhr
>> *Von:* DelazJ 
>> *An:* "Pat Hin" , "qgis-user@lists.osgeo.org" <
>> qgis-user@lists.osgeo.org>
>> *Betreff:* Re: Re: [Qgis-user] Processing toolbox: No autoclosing
>> In that case find where GRASS is installed in your computer and fix that
>> path (should be under Providers --> GRASS section) or clear the path and
>> deactivate GRASS if you don't need it
>>
>> NB: do not forget to *reply to all* (and not only the person who answers)
>>
>> H.
>>
>> 2017-09-30 10:40 GMT+02:00 Pat Hin :
>>>
>>> Hello
>>>
>>> thnak you. I tried a double click on it to change it and got the
>>> attached error message
>>>
>>> thx
>>> pat
>>>
>>> *Gesendet:* Samstag, 30. September 2017 um 10:31 Uhr
>>> *Von:* DelazJ 
>>> *An:* "Pat Hin" 
>>> *Cc:* "qgis-user@lists.osgeo.org" 
>>> *Betreff:* Re: [Qgis-user] Processing toolbox: No autoclosing
>>> Hi,
>>> In Processing menu --> Options --> General, you have a checkbox to
>>> handle that.
>>>
>>> regards,
>>> Harrissou
>>>
>>> 2017-09-30 9:42 GMT+02:00 Pat Hin :
>>> > Hello,
>>> >
>>> > i am writing some own code within the processing toolbox.
>>> > So is there a way that the window of the processing toolbox doesnt
>>> close
>>> > automatically after a successfull run?
>>> >
>>> > many thanks
>>> > Pat
>>> >
>>> > ___
>>> > Qgis-user mailing list
>>> > Qgis-user@lists.osgeo.org
>>> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>>
>>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Processing toolbox: No autoclosing

2017-09-30 Thread Pat Hin

Hello H.

 

many thanks.

It worked now..

QGIS is such a big package so everyday something new to learn :)

 

may i add another question: i have seen some of the scrips are part of

the QGIS main menu. Is that possible for "own" scripts too?

Not a big issue, it would be just a cosmetic thing for me :)

 

Pat

 

Gesendet: Samstag, 30. September 2017 um 11:24 Uhr
Von: DelazJ 
An: "Pat Hin" 
Cc: "qgis-user@lists.osgeo.org" 
Betreff: Re: Re: Re: [Qgis-user] Processing toolbox: No autoclosing



Did you see in Processing menu --> Options --> Providers --> GRASS commands section?  There should be an "Activate" checkbox
 
H.

 
2017-09-30 11:11 GMT+02:00 Pat Hin :





Hello

 

i am sorry. You are right with "reply to all".

 

How can i deactivate it? i have make a short look through

the documentation but not found something about :)

 

Pat

 

Gesendet: Samstag, 30. September 2017 um 10:59 Uhr
Von: DelazJ 
An: "Pat Hin" , "qgis-user@lists.osgeo.org" 
Betreff: Re: Re: [Qgis-user] Processing toolbox: No autoclosing





In that case find where GRASS is installed in your computer and fix that path (should be under Providers --> GRASS section) or clear the path and deactivate GRASS if you don't need it

NB: do not forget to reply to all (and not only the person who answers)
 
H.

 
2017-09-30 10:40 GMT+02:00 Pat Hin :





Hello

 

thnak you. I tried a double click on it to change it and got the attached error message 

 

thx

pat

 

Gesendet: Samstag, 30. September 2017 um 10:31 Uhr
Von: DelazJ 
An: "Pat Hin" 
Cc: "qgis-user@lists.osgeo.org" 
Betreff: Re: [Qgis-user] Processing toolbox: No autoclosing



Hi,
In Processing menu --> Options --> General, you have a checkbox to handle that.

regards,
Harrissou

2017-09-30 9:42 GMT+02:00 Pat Hin :
> Hello,
>
> i am writing some own code within the processing toolbox.
> So is there a way that the window of the processing toolbox doesnt close
> automatically after a successfull run?
>
> many thanks
> Pat
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


























___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Processing toolbox: No autoclosing

2017-09-30 Thread DelazJ
Did you see in Processing menu --> Options --> Providers --> GRASS commands
section?  There should be an "Activate" checkbox

H.

2017-09-30 11:11 GMT+02:00 Pat Hin :

> Hello
>
> i am sorry. You are right with "reply to all".
>
> How can i deactivate it? i have make a short look through
> the documentation but not found something about :)
>
> Pat
>
> *Gesendet:* Samstag, 30. September 2017 um 10:59 Uhr
> *Von:* DelazJ 
> *An:* "Pat Hin" , "qgis-user@lists.osgeo.org" <
> qgis-user@lists.osgeo.org>
> *Betreff:* Re: Re: [Qgis-user] Processing toolbox: No autoclosing
> In that case find where GRASS is installed in your computer and fix that
> path (should be under Providers --> GRASS section) or clear the path and
> deactivate GRASS if you don't need it
>
> NB: do not forget to *reply to all* (and not only the person who answers)
>
> H.
>
> 2017-09-30 10:40 GMT+02:00 Pat Hin :
>>
>> Hello
>>
>> thnak you. I tried a double click on it to change it and got the attached
>> error message
>>
>> thx
>> pat
>>
>> *Gesendet:* Samstag, 30. September 2017 um 10:31 Uhr
>> *Von:* DelazJ 
>> *An:* "Pat Hin" 
>> *Cc:* "qgis-user@lists.osgeo.org" 
>> *Betreff:* Re: [Qgis-user] Processing toolbox: No autoclosing
>> Hi,
>> In Processing menu --> Options --> General, you have a checkbox to handle
>> that.
>>
>> regards,
>> Harrissou
>>
>> 2017-09-30 9:42 GMT+02:00 Pat Hin :
>> > Hello,
>> >
>> > i am writing some own code within the processing toolbox.
>> > So is there a way that the window of the processing toolbox doesnt close
>> > automatically after a successfull run?
>> >
>> > many thanks
>> > Pat
>> >
>> > ___
>> > Qgis-user mailing list
>> > Qgis-user@lists.osgeo.org
>> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Processing toolbox: No autoclosing

2017-09-30 Thread Pat Hin

Hello

 

i am sorry. You are right with "reply to all".

 

How can i deactivate it? i have make a short look through

the documentation but not found something about :)

 

Pat

 

Gesendet: Samstag, 30. September 2017 um 10:59 Uhr
Von: DelazJ 
An: "Pat Hin" , "qgis-user@lists.osgeo.org" 
Betreff: Re: Re: [Qgis-user] Processing toolbox: No autoclosing



In that case find where GRASS is installed in your computer and fix that path (should be under Providers --> GRASS section) or clear the path and deactivate GRASS if you don't need it

NB: do not forget to reply to all (and not only the person who answers)
 
H.

 
2017-09-30 10:40 GMT+02:00 Pat Hin :





Hello

 

thnak you. I tried a double click on it to change it and got the attached error message 

 

thx

pat

 

Gesendet: Samstag, 30. September 2017 um 10:31 Uhr
Von: DelazJ 
An: "Pat Hin" 
Cc: "qgis-user@lists.osgeo.org" 
Betreff: Re: [Qgis-user] Processing toolbox: No autoclosing



Hi,
In Processing menu --> Options --> General, you have a checkbox to handle that.

regards,
Harrissou

2017-09-30 9:42 GMT+02:00 Pat Hin :
> Hello,
>
> i am writing some own code within the processing toolbox.
> So is there a way that the window of the processing toolbox doesnt close
> automatically after a successfull run?
>
> many thanks
> Pat
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user















___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Processing toolbox: No autoclosing

2017-09-30 Thread DelazJ
In that case find where GRASS is installed in your computer and fix that
path (should be under Providers --> GRASS section) or clear the path and
deactivate GRASS if you don't need it

NB: do not forget to *reply to all* (and not only the person who answers)

H.

2017-09-30 10:40 GMT+02:00 Pat Hin :

> Hello
>
> thnak you. I tried a double click on it to change it and got the attached
> error message
>
> thx
> pat
>
> *Gesendet:* Samstag, 30. September 2017 um 10:31 Uhr
> *Von:* DelazJ 
> *An:* "Pat Hin" 
> *Cc:* "qgis-user@lists.osgeo.org" 
> *Betreff:* Re: [Qgis-user] Processing toolbox: No autoclosing
> Hi,
> In Processing menu --> Options --> General, you have a checkbox to handle
> that.
>
> regards,
> Harrissou
>
> 2017-09-30 9:42 GMT+02:00 Pat Hin :
> > Hello,
> >
> > i am writing some own code within the processing toolbox.
> > So is there a way that the window of the processing toolbox doesnt close
> > automatically after a successfull run?
> >
> > many thanks
> > Pat
> >
> > ___
> > Qgis-user mailing list
> > Qgis-user@lists.osgeo.org
> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Processing toolbox: No autoclosing

2017-09-30 Thread DelazJ
Hi,
In Processing menu --> Options --> General, you have a checkbox to handle that.

regards,
Harrissou

2017-09-30 9:42 GMT+02:00 Pat Hin :
> Hello,
>
> i am writing some own code within the processing toolbox.
> So is there a way that the window of the processing toolbox doesnt close
> automatically after a successfull run?
>
> many thanks
> Pat
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Processing toolbox: No autoclosing

2017-09-30 Thread Pat Hin
Hello,

 

i am writing some own code within the processing toolbox.

So is there a way that the window of the processing toolbox doesnt close

automatically after a successfull run?

 

many thanks

Pat
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user