Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cutechess/cutechess
/ setModel
Method
setModel
projects/gui/src/stringvalidator.cpp:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void StringValidator::setModel(const QAbstractItemModel* model)
29
{
30
m_model = model;
31
m_startIndex = model->index(0, 0);
32
}
33
34
void StringValidator::setStartIndex(const QModelIndex& index)
35
{
Callers
7
EngineConfigurationDialog
Method · 0.80
GameDatabaseDialog
Method · 0.80
createDockWindows
Method · 0.80
NewGameDialog
Method · 0.80
EngineManagementWidget
Method · 0.80
EngineSelectionDialog
Method · 0.80
NewTournamentDialog
Method · 0.80
Calls
1
index
Method · 0.45
Tested by
no test coverage detected