MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / buttonLayout

Method buttonLayout

settings/SettingsDialog.cpp:47–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47QHBoxLayout *SettingsDialog::buttonLayout()
48{
49 if (!m_buttonLayout) {
50 m_buttonLayout = new QHBoxLayout;
51 m_buttonLayout->addStretch();
52 m_mainLayout->addLayout(m_buttonLayout);
53 }
54 return m_buttonLayout;
55}
56
57QComboBox *SettingsDialog::addComboBox(
58 const QStringList &items, const QString &currentText, bool editable)

Callers 5

onLoadConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected