From: RAD K. 1 <kmr...@co...> - 2001-08-24 02:14:50
|
It seems to me that the add/edit track dialog is begging for cancel button; add a new track then think twice and your only option is to hit okay and then delete the track. So, here's the beginnings of a patch that adds said functionality. Though it handles the case of a new track, it doesn't do anything for editing an existing track. I was unsure of the direction to go in with this because of the existing object structure and the fact that the edit window changes the CDTrack object at the same time as dialog changes are made. I also changed TrackWindow to be a QDialog and made it modal. This seemed logical since really there's no reason for it to not be. It's not like you can open multiple edit dialogs (and this doesn't really make sense anyway). Another issue I had in mind is configuration dialogs. One thing that really annoys me about adaptec ezcd creator is how it seems like the options that pertain to a specific burn and the options pertaining to the application/burner itself are mixed and spread over several dialogs. If you're just trying to do a quick burn, it's likely that you'll have to click all over the place. One thing that would be nice is if different types of configuration options are separated. Application/burner options can be in a dialog accessed through a menu, but it would be more convenient to have burn-specific options more easily accessible. So.. Thoughts? Guidance? Opinions? :) -- Kevin Radloff - RAD Kade 1 kmr...@co... http://shelled.nutz.org/~radkade1/ |