Cook
QDataWidgetMapper
by rullzer on Feb.05, 2007, under Cook
I just finished getting this baby to work. And i must say it works like it should work. Now the code is a lot better to read.
I suggest anybody that writes in Qt to check out this sexy thing. Now don’t forget to write your own ItemDelegate for it. It is a pain in the ass to get it working (at first) but once you’ve figured it out it just makes your life easier.
Now go forth and code.
Cooking progress 28-01-07
by rullzer on Jan.28, 2007, under Cook
I just finished adding the 11th revision of my personal recipe program cook. Still not ready for a release but I am getting closer. Thanks to my buddy Sander it now is no longer possible to add the items in the QListView/QTreeView. Updating a recipe no longer loses focus on a recipe (that was a real bitch). So for the upcoming week (besides school/work, which just has to be done) my main goal is to get the ingredients working. After that I will take a look at QWidgetMapper, which is supposed to make my life easier but at the moment I do not need it. So that is just bonus
O I also changed 2 QLineEdits to QComboBoxes which does make my life easier.
I was told that the link i posted provided an empty tarball. I will have a look at viewvc for that but i also decided i will keep a archive here: rullzer.com/cook. So if you want the latest release grab the latest tarball.
cooking program
by rullzer on Jan.27, 2007, under Cook
The ones of you that have been watching my subversion repository might have noticed my my cooking program. It is far from finished. But i decided to keep you all up to date trough this. It is a program written in Qt 4.2. And uses sqlite3 to store its data. Now the main concept is easy. I like to cook. Not that I am standing hours in the kitchen every day but I like creating someting that other people can actually eat
Now i do not like to write my recipes on a piece of paper, which always gets lost, ah well I’m just lazy and i like my things to be digital (to geek or not to geek, that’s the question).
The program has very limited functions now. For example you can’t add the ingredients yet. But that will come soon (else the whole point of the program is useless). Anyway for a v0.01a grab the tarball.