Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
QLineEdit *createLineEdit(QString name)
34
{
35
QLineEdit* edit = new QLineEdit();
36
edit->setObjectName(name);
37
return edit;
38
}
39
40
QCheckBox *createCheckBox(QString name)
41
{
Callers
1
settingsDialog
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected