MCPcopy Create free account
hub / github.com/KDE/kdevelop / sizeHint

Method sizeHint

kdevplatform/shell/launchconfigurationdialog.cpp:221–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221QSize LaunchConfigurationDialog::sizeHint() const
222{
223 QSize s = QDialog::sizeHint();
224 return s.expandedTo(QSize(880, 520));
225}
226
227void LaunchConfigurationDialog::createEmptyLauncher()
228{

Callers

nothing calls this directly

Calls 1

sizeHintFunction · 0.85

Tested by

no test coverage detected