Searched refs:createEditor (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | qconf.h | 179 QWidget *createEditor(QWidget *parent,
|
H A D | qconf.cc | 219 // columns here, and check the column in createEditor(). in init() 243 QWidget *ConfigItemDelegate::createEditor(QWidget *parent, in createEditor() function in ConfigItemDelegate 258 return QStyledItemDelegate::createEditor(parent, option, index); in createEditor()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | qconf.h | 179 QWidget *createEditor(QWidget *parent,
|
H A D | qconf.cc | 222 // columns here, and check the column in createEditor(). in init() 246 QWidget *ConfigItemDelegate::createEditor(QWidget *parent, in createEditor() function in ConfigItemDelegate 261 return QStyledItemDelegate::createEditor(parent, option, index); in createEditor()
|
Completed in 6 milliseconds