<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>That's OK, I understand how things are.  But could you (or someone else on this list) point me in the direction of some developer documentation that would allow me to understand how Qyoto and Smoke work?  The source-code comments aren't much to go on.</span></div><div><br><span></span></div><div><span>BTW, in response to my earlier query about SetModel() doing something to prevent garbage-collection of the incoming item model, it appears the solution is easy, though it involves editing kalyptus-generated files that say "DO NOT EDIT".  All I did was add "protected QAbstractItemModel m_Model" to QAbstractItemView, and "m_Model = model;" to QAbstractItemView.SetModel() and QTreeView.SetModel().  This takes care of the problem that I was reproducing in my code.  Granted, there are many other places
 where this would have to be done, but other than editing machine-generated files, the idea appears to be sound.</span></div><div><br><span></span></div><div><span>Steven Boswell<br></span></div><div><br></div>  <div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"> <div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight: bold;">From:</span></b> Arno Rehn <arno@arnorehn.de><br> <b><span style="font-weight: bold;">To:</span></b> Steven Boswell II <ulatekh@yahoo.com>; KDE bindings for other programming languages <kde-bindings@kde.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Friday, December 2, 2011 7:01 AM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [Kde-bindings] Qyoto on Windows<br> </font> <br>
On Friday 02 December 2011 05:50:00 Steven Boswell II wrote:<br>> OK, I'll try your changes sometime today.<br>> <br>> I wanted to build my own binaries because I wanted the opportunity to<br>> track down bugs.  Your binaries aren't totally functional yet, after<br>> all.  Also, I was hoping that someone on this mailing list would know how to<br>> modify the existing projects the right way to cope with the Windows build<br>> issues.<br>If I had more time, I would be willing to help, so that at least the <br>buildsystem would work fine on Windows. However I'm quite busy atm and can't <br>spare much time.<br>I'm afraid your on your own, more or less. But I'll help whenever I can spare <br>the time.<br><br>-- <br>Arno Rehn<br><br><br> </div> </div>  </div></body></html>