Thanks Denis.  That&#39;s very helpful.  After some poking around this morning, I found my issue.  I&#39;m not sure why it was happening, but whenever my I bound my new qcompleter object to the textbox, the application crashed.  Changing out the QLineEdit&#39;s QCompleter object isn&#39;t the preferred method for working with dynamic content, but at the time it was the only one I could get to work at the time.  This morning I started using a QStringListModel to store the list for the QCompleter, and I update that instead now.  The result has been much better, as the application no longer crashes.  Thanks again!<div>
<br></div><div>Aaron<br><br><div class="gmail_quote">On Tue, May 22, 2012 at 10:21 PM, Denis Rouzaud <span dir="ltr">&lt;<a href="mailto:denis.rouzaud@gmail.com" target="_blank">denis.rouzaud@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
If you run QGIS from the terminal / command window and place some &quot;print&quot; in your code, you&#39;ll see the result in the terminal.<br>
<br>
Hope it helps to start.<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
On 05/23/2012 12:31 AM, SJWC GIS wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Perhaps a way to output to the console?<br>
</blockquote>
</div></div></blockquote></div><br></div>