Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ setApiKeyPattern
Method
setApiKeyPattern
pj_widgets/src/CredentialsEditor.cpp:109–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
void CredentialsEditor::setApiKeyPattern(const QString& pattern) {
110
api_key_pattern_ = pattern;
111
refreshApiKeyTick();
112
}
113
114
void CredentialsEditor::refreshApiKeyTick() {
115
const QString text = api_key_->text();
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64