This widget will display the data of the selected album from AlbumListWidget. Some buttons will allow us to interact with this album.
Here is the layout of the AlbumWidget.ui file:
The top frame, albumInfoFrame, with a horizontal layout, contains:
- albumName: This object displays the album's name (Lorem ipsum in the designer)
- addPicturesButton: This object allows the user to add pictures selecting files
- editButton: This object is used to rename the album
- deleteButton: This object is used to delete the album
The bottom element, thumbnailListView, is a QListView. This list view represents items ...