<div><br><span class="gmail_quote">Hi Phil,<br></span></div>
<div><span class="gmail_quote">I am trying to write a plugin for Qgis. The plugin will do</span></div>
<div><span class="gmail_quote">spatial data </span>analysis.&nbsp;I am&nbsp;using PyQt4 in python 2.5.<br>In one form/dialog, there are several Qwidgets like <br>QLineEdit and QLabel. I want to get the list of <br>Qwidgets name, Qwidgets type (like QLineEdit, QLabel)<br>
and Qwidgets default value (my_qlabel.text()) and assign<br>these values to python list. I mean that trying to get <br>a list like;<br><br>list_widgets_name = [&quot;my_qlineEdit&quot;, &quot;my_qlabel&quot;]<br>list_widgets_type = [&quot;QLineEdit&quot;, &quot;QLabel&quot;]<br>
list_widgets_value = [&quot;Hello world&quot;, &quot;Thanks a lot&quot;]</div>
<div>&nbsp;</div>
<div>Could you please help me? Is there a qt-class having</div>
<div>the list of widgets in the form? or where to look?</div>
<div>&nbsp;</div>
<div>Regards,<br><span class="sg">Volkan Kepoglu<br>PHD Candidate<br>Department of GGIT in METU.<br>&nbsp;</span></div>