Data-aware widgets in PyQt
Here's the challenge: a nicer version of Qt's data-aware widgets, using PyQt.
Did I succeed? Probably not, but it was interesting to do. Maybe it will be interesting to read about ;-)
Here's the challenge: a nicer version of Qt's data-aware widgets, using PyQt.
Did I succeed? Probably not, but it was interesting to do. Maybe it will be interesting to read about ;-)
Gosh... I'd completely forgotten I had ever written that tutorial :-). Anyway, nice to be hearing from from you again!
Not only am I posting again, I have a dozen of my half-baked pieces of code to show ;-)
Hmm, since you're using a ducktape (read: 'harcoded' SQL) in the class, I feel like you will lose flexibility. I myself prefer loosely coupled one. The things with datasource dand data provider. Nevertheless, your example/solution is a great.
Keep up the good code :)