MCPcopy 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
134void StartupDialog::on_toolButtonStart_clicked()
135{
136 QSettings settings;
137 settings.setValue("StartupDialog.Mode", toStr(_mode) );
138
139 this->accept();
140}
141
142void StartupDialog::on_pushButtonClose_clicked()
143{

Callers

nothing calls this directly

Calls 1

toStrFunction · 0.85

Tested by

no test coverage detected