Custom widget management
- erikfriesen
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
14 Apr 2026 12:28 #345538
by erikfriesen
Custom widget management was created by erikfriesen
Is there a way to create custom widgets without directly editing /usr/lib/python3/dist-packages/qtvcp/ items?
I'd prefer to store these custom widgets in user directory to track modifications easier. Otherwise I have to edit as root.
I've tried and failed to pinpoint where the include directory is defined.
I'd prefer to store these custom widgets in user directory to track modifications easier. Otherwise I have to edit as root.
I've tried and failed to pinpoint where the include directory is defined.
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7293
- Thank you received: 2130
16 Apr 2026 02:45 #345583
by cmorley
Replied by cmorley on topic Custom widget management
Except for versa probe and basic probe, the short answer is no general way to customize widgets.
Versa probe and basic probe look for customized ui and handler files.
This describes the process for them:
linuxcnc.org/docs/devel/html/gui/qtdrago..._probe_screen_widget
You can always add your own widget to qtdesigner.
the plugin link should be in a hidden file in your home folder:
.designer/plugins/python/Link to qtvcp_plugin.py
you could add more links, but it's a fair amount of work.
What widgets do you wish to customize?
Versa probe and basic probe look for customized ui and handler files.
This describes the process for them:
linuxcnc.org/docs/devel/html/gui/qtdrago..._probe_screen_widget
You can always add your own widget to qtdesigner.
the plugin link should be in a hidden file in your home folder:
.designer/plugins/python/Link to qtvcp_plugin.py
you could add more links, but it's a fair amount of work.
What widgets do you wish to customize?
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.081 seconds