Closed ghost closed 10 years ago
thx, I am planning to recreate it from the ground in model/view style (had this in mind for soooo long time xD) ... it is one of my first projects with Qt so its really ugly ^^
I am glad you try to improve this prototype, but please dont spend too much time for this.
Will take some time, but I hope the new version will be ready in one or two months
hey, your tool is really nice and very useful. i think it's the only tool for desfire cards on the net.. good work dude. :)
here is the little bug (mainwindow.cpp): connect(ui->actionCard_Info,SIGNAL(triggered()),this,SLOT(keySettingsInfo())); connect(ui->actionKey_Settings_info,SIGNAL(triggered()),this,SLOT(cardInfo()));
should be: connect(ui->actionCard_Info,SIGNAL(triggered()),this,SLOT(cardInfo())); connect(ui->actionKey_Settings_info,SIGNAL(triggered()),this,SLOT(keySettingsInfo()));
i hope you change it soon :) nudels