Ralsina
KCalc: A Modest Usability Improvement
Tuesday, 28 September 2004
Ok, so I don't like KCalc much. I think that usability-wise, it's the worst KDE application ever. So here's a proposal for a replacement. And since code speaks louder than words, here's an implementation too (PyQt).
Read More
Tutorial: Custom Widgets using PyQt
Sunday, 4 April 2004
Everyone who has programmed an application knows that sometimes you create a gadget that can be reused in other situations, and that code reuse is good. In the specific case of GUI applications, often what you would want to reuse is a widget. I wrote a short tutorial explaining how to create easy-to-reuse custom widgets using PyQt.
Read More
Rapid Application Development using PyQt and Eric3
Saturday, 10 January 2004
Tired of long, carefully crafted tutorials trying to show you the quickest way to write a program? Here I take another approach. I just went and did a program and the tutorial while checking the clock. So here you have all three in one:
the app, the tutorial, and the timeline. :-)
Read More