Post #2116:
Wa
📋 Metadata
- Author: roaoao
- Date: 2019-03-26 15:13:44
- Type:
answer - Quality Score: 8/10
- Reply to: post_02111
- Replies (1): post_02118
🏷️ Tags
popup-dialog custom-icons intermediate solved
⚙️ Related PME Features
- Custom Icons
- Python Scripting
- Popup Dialog Editor
💬 Content
Way2Close:
I am drawing a button in the custom tab because it is conditional.
Can I set the icon to be a custom PME one?
Yes, use custom_icon() function:
L.operator("test.test", text="test", icon_value=custom_icon("icon_file_name_without_ext"))