Does anyone know where these two texts were modified?
18 Jan 2024 07:49 #291003
by onceloved
Does anyone know where these two texts were modified? was created by onceloved
Attachments:
Please Log in or Create an account to join the conversation.
18 Jan 2024 19:34 #291055
by Aciera
Replied by Aciera on topic Does anyone know where these two texts were modified?
You can use 'grep' in the linuxcnc source folder like this example to find certain places in code:
This command will give you the location:
This command
user@Computer:~/linuxcnc-dev$ grep -rnw ./ -e 'Adjust Current Tool Position'
./docs/src/gui/qtdragon.adoc:1142:* Adjust Current Tool Position
./lib/python/qtvcp/widgets/offset_tool_button.py:54: Button = QAction(QIcon('exit24.png'), 'Adjust Current Tool Position', self)
The following user(s) said Thank You: onceloved
Please Log in or Create an account to join the conversation.
18 Jan 2024 19:51 #291059
by persei8
Replied by persei8 on topic Does anyone know where these two texts were modified?
/usr/lib/python3/dist-packages/qtvcp/widgets/axis_tool_button.py
The following user(s) said Thank You: onceloved
Please Log in or Create an account to join the conversation.
19 Jan 2024 06:56 #291096
by onceloved
Replied by onceloved on topic Does anyone know where these two texts were modified?
Thank you. I want to copy the axis_tool_button.py and offset_tool_button.py files to the local configuration. How can I make the modified files take effect? I don’t want to mess with the system files.
Please Log in or Create an account to join the conversation.
19 Jan 2024 06:57 #291097
by onceloved
Replied by onceloved on topic Does anyone know where these two texts were modified?
Thank you. I have found it and am trying to modify it....
Please Log in or Create an account to join the conversation.
19 Jan 2024 22:34 #291151
by cmorley
Replied by cmorley on topic Does anyone know where these two texts were modified?
Qtvcp has no built in way to allow users to load local replacement widgets.
In the longer run, we should put effort into internationalization I suppose.
In the longer run, we should put effort into internationalization I suppose.
The following user(s) said Thank You: onceloved
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.095 seconds