<div dir="ltr"><div><div><div><div><div>Hi everyone,<br><br></div><div>Two questions regarding Processing Plugin development for 
QGIS 2.18.17 

:<br><ol><li>How should I go about customizing the default Processing Algorithm user interface? I need to make the help panel a little bit wider, but the GeoAlgorithm and AlgorithmProvider classes doesn't seem to provide any way to accomplish this.<br></li><li>
I'm also trying to have the <i>ProcessingConfig.USE_FILENAME_AS_LAYER_NAME</i>
 option set to True but for some reason it
 doesn't seem to to work. The Output layer keeps being loaded with the 
default parameter name from the algorithm. I'm using the following line 
of code:<br>

</li></ol></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">ProcessingConfig.setSettingValue(ProcessingConfig.USE_FILENAME_AS_LAYER_NAME, True)<br></blockquote><div style="margin-left:40px"><br>I tried setting a different option, like<i> ProcessingConfig.KEEP_DIALOG_OPEN, </i>and it behaves as expected, which leads me to believe my code isn't terribly wrong. Is there anything else I should pay attention to?<br></div></div></div><br></div>Thanks in advance!<br></div>AndrĂ©<br></div>