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

Function createLineEdit

settingsDialog.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31#include <QDialogButtonBox>
32
33QLineEdit *createLineEdit(QString name)
34{
35 QLineEdit* edit = new QLineEdit();
36 edit->setObjectName(name);
37 return edit;
38}
39
40QCheckBox *createCheckBox(QString name)
41{

Callers 1

settingsDialogMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected