MCPcopy Create free account
hub / github.com/SaschaWillems/VulkanCapsViewer / createCheckBox

Function createCheckBox

settingsDialog.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40QCheckBox *createCheckBox(QString name)
41{
42 QCheckBox* checkbox = new QCheckBox();
43 checkbox->setObjectName(name);
44 return checkbox;
45}
46
47settingsDialog::settingsDialog(QWidget *parent, Settings appSet) : QDialog(parent)
48{

Callers 1

settingsDialogMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected