Qt 4 and MyPasswordSafe

  • user warning: Table 'nolan.comments' doesn't exist query: SELECT COUNT(*) FROM comments WHERE nid = 5 AND status = 0 in /home/sneakin/web/nolan.eakins.net/includes/database.mysql.inc on line 120.
  • user warning: Table 'nolan.comments' doesn't exist query: SELECT c.cid as cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, c.homepage, u.uid, u.name AS registered_name, u.picture, u.data, c.score, c.users, c.thread, c.status FROM comments c INNER JOIN users u ON c.uid = u.uid WHERE c.nid = 5 AND c.status = 0 GROUP BY c.cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, u.picture, c.homepage, u.uid, u.name, u.picture, u.data, c.score, c.users, c.thread, c.status ORDER BY c.thread DESC LIMIT 0, 50 in /home/sneakin/web/nolan.eakins.net/includes/database.mysql.inc on line 120.
|

I just got done looking at the information on Trolltech's Qt 4 Technical Preview, and it looks pretty good. One thing that did provoke some thought is Interview, because it got me thinking about better ways to implement the "MVC" in MyPasswordSafe. I think I got it completely wrong since the model is coupled to the view and the view is coupled to the controller. Not exactly the way it should be, so I might figure out the right way to do it. I think the right way may be to couple the view to an abstract model, the controller to the real model, and the the model built of the abstract model.

Getting a copy of Design Patterns - Elements of Reusable Object-Oriented Software would be a good idea especially with this rework. It would be nice to have a reference, and it would surely help my designing and programming. That's just one book I need to get.

Ad's by Google