aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourceeditor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove CommandButtonEike Ziller2024-01-261-3/+4
| | | | | | | | | The same can be achieve with a factory method in `Command`, similar to the existing ones for actions and buttons which synchronize their tool tips with the shortcut. Change-Id: I7e17654706b902dfa14f37b958fc2a60705d5cb5 Reviewed-by: hjk <hjk@qt.io>
* ResourceEditor: Remove some indirectionhjk2024-01-261-30/+8
| | | | | | Change-Id: I930e7e35401e6c6d8b3e1245e6a7c663f131d345 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
* ResourceEditor: Use ActionBuilderhjk2024-01-191-21/+26
| | | | | Change-Id: Ibc6c114555d7b31f0a87a9727543313f50ab91d0 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* ResourceEditor: Rename oddly-named resourceeditorw fileshjk2024-01-171-0/+424
Change-Id: Idfa59b2562e30c80eed5ffe378f1b2a8743463b9 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>