Skip to content
Snippets Groups Projects
Verified Commit cfc57ba7 authored by Peter Albrecht's avatar Peter Albrecht :monkey:
Browse files

Changed Args to Params

parent c8999b29
No related branches found
No related tags found
1 merge request!512Skill-Gui Stability and QOL
Pipeline #22565 failed
...@@ -14,10 +14,10 @@ namespace armarx::skills::gui ...@@ -14,10 +14,10 @@ namespace armarx::skills::gui
{ {
Q_OBJECT Q_OBJECT
public: public:
static const constexpr char* SET_ARGS_BUTTON_TEXT = "Set Args from Clipboard"; static const constexpr char* SET_ARGS_BUTTON_TEXT = "Set Params from Clipboard";
static const constexpr char* COPY_ARGS_BUTTON_TEXT = " Copy Args to Clipboard"; static const constexpr char* COPY_ARGS_BUTTON_TEXT = " Copy Params to Clipboard";
static const constexpr char* COPY_SKILL_BUTTON_TEXT = " Copy SkillID to Clipboard"; static const constexpr char* COPY_SKILL_BUTTON_TEXT = " Copy SkillID to Clipboard";
static const constexpr char* RESET_ARGS_BUTTON_TEXT = " Reset Args to Profile"; static const constexpr char* RESET_ARGS_BUTTON_TEXT = " Reset Params to Profile";
static const constexpr char* DEFAULT_PROFILE_TEXT = "<No Profile selected. Using root>"; static const constexpr char* DEFAULT_PROFILE_TEXT = "<No Profile selected. Using root>";
static const constexpr char* PROFILE_NOT_IMPLEMENTED = static const constexpr char* PROFILE_NOT_IMPLEMENTED =
"Profiles other than the root profile are currently not supported."; "Profiles other than the root profile are currently not supported.";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment