Home
last modified time | relevance | path

Searched refs:verticalLayout (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dqconf.cc926 QVBoxLayout *verticalLayout = new QVBoxLayout(this); in ConfigView() local
927 verticalLayout->setContentsMargins(0, 0, 0, 0); in ConfigView()
930 verticalLayout->addWidget(list); in ConfigView()
933 verticalLayout->addWidget(lineEdit); in ConfigView()