32 virtual QIcon
GetIcon(
int iconIndex)
const = 0;
This interface provides acces to an icon.
virtual int GetIconCount() const =0
Gets the number of icons in the collection.
virtual QIcon GetIcon(int iconIndex) const =0
Gets icon with the index iconIndex from collection.
Common interface for data model objects, which can be changed.
Standard GUI specific interfaces and components based on Qt.