Skip to content

Item property stack view

Kartik Ramesh requested to merge kartikx/digikam:itemPropertyStackView into master

This request attempts to solve Bug 279372

I tried to implement my new class ItemSelectionPropertiesTab as similar to ItemPropertiesTab and implemented a QStackedWidget, for the actual Stack View.

I have a few concerns/doubts about my implementation:

  • Currently, on selecting multiple images, only the selection size is shown. As a result the class definition of ItemSelectionPropertiesTab is currently very simple. I'll implement more features.
  • When a user selects multiple images, and then clicks on an empty area in ItemIconView, then the Widget should get disabled. ItemPropertiesTab makes use of setCurrentUrl() for this, however I call a new function ItemSelectionPropertiesTab::setDisabled(), as currently it doesn't have any member variables that could be set.
  • Should I add Copyright to the newly created files?

Merge request reports