layout2          1252 scripts/kconfig/qconf.cc 	QHBoxLayout* layout2 = new QHBoxLayout(0);
layout2          1253 scripts/kconfig/qconf.cc 	layout2->setContentsMargins(0, 0, 0, 0);
layout2          1254 scripts/kconfig/qconf.cc 	layout2->setSpacing(6);
layout2          1255 scripts/kconfig/qconf.cc 	layout2->addWidget(new QLabel("Find:", this));
layout2          1258 scripts/kconfig/qconf.cc 	layout2->addWidget(editField);
layout2          1262 scripts/kconfig/qconf.cc 	layout2->addWidget(searchButton);
layout2          1263 scripts/kconfig/qconf.cc 	layout1->addLayout(layout2);