[PyQt] converting old signal/slot to new signal/slot

Florian Bruhin me at the-compiler.org
Fri May 29 12:54:48 BST 2015


* c c <coastalchaos at hotmail.co.uk> [2015-05-28 07:50:14 +0100]:
> Yes I agree the new style is cleaner, I'm just trying to understand
> the code as it was so I can refactor it to the new style to move
> forward with pyqt5/qt5 now and not have to worry in the future.

I suggest writing some unit tests[1]. I use py.test[2] and
pytest-qt[3] which makes this a lot easier.

[1] http://nedbatchelder.com/text/test0.html
[2] http://pytest.org/
[3] https://pytest-qt.readthedocs.org/

You'll get more familiar with Python, with the application you're
porting, and - most importantly - if you have good test coverage
([4] helps), you'll instantly know what works and what doesn't.

Also, seeing the number of successful tests go up while you're working
is satisfying! :)

[4] http://nedbatchelder.com/code/coverage/

Florian

-- 
http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP)
   GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc
         I love long mails! | http://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150529/72e97786/attachment.sig>


More information about the PyQt mailing list