Whenever an MP3 song is selected, we want to be able to execute an action on it: edit tag. This choice should go in context menus for all playlist views, as well as in the MP3 pull-down menu.
Write a form view for FileTagger, called Mp3TagForm, that provides the user with editable, viewable information about all of the songs properties. We need action buttons as follows:
When editing a song, it should use a QLineEdit for each QString field and a QComboBox for the preference values. Keep in mind that the URL, filename, and track length are non-editable fields. Finally, you can use Designer or hand-code your dialog.
Part I: Introduction to C++ and Qt 4
C++ Introduction
Classes
Introduction to Qt
Lists
Functions
Inheritance and Polymorphism
Part II: Higher-Level Programming
Libraries
Introduction to Design Patterns
QObject
Generics and Containers
Qt GUI Widgets
Concurrency
Validation and Regular Expressions
Parsing XML
Meta Objects, Properties, and Reflective Programming
More Design Patterns
Models and Views
Qt SQL Classes
Part III: C++ Language Reference
Types and Expressions
Scope and Storage Class
Statements and Control Structures
Memory Access
Chapter Summary
Inheritance in Detail
Miscellaneous Topics
Part IV: Programming Assignments
MP3 Jukebox Assignments
Part V: Appendices
MP3 Jukebox Assignments
Bibliography
MP3 Jukebox Assignments