Thanks Denis. That's very helpful. After some poking around this morning, I found my issue. I'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's QCompleter object isn'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"><<a href="mailto:denis.rouzaud@gmail.com" target="_blank">denis.rouzaud@gmail.com</a>></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 "print" in your code, you'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>