mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-13 00:07:27 -05:00
Accessible via QgsGui::recentStyleHandler(), this is intended as a place to store recently used style items (e.g. symbols). Initially it's used just for annotation items so that newly created annotation items are automatically set to the same style as the most recently modified item of the same type (e.g. so that users drawing many point annotations don't need to keep setting it back to the same appearance)! But the api is kept flexible for additional uses in future... (eg layout items)