Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/Groot
/ on_toolButtonStart_clicked
Method
on_toolButtonStart_clicked
bt_editor/startup_dialog.cpp:134–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
void StartupDialog::on_toolButtonStart_clicked()
135
{
136
QSettings settings;
137
settings.setValue(
"StartupDialog.Mode"
, toStr(_mode) );
138
139
this->accept();
140
}
141
142
void StartupDialog::on_pushButtonClose_clicked()
143
{
Callers
nothing calls this directly
Calls
1
toStr
Function · 0.85
Tested by
no test coverage detected