Home
last modified time | relevance | path

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

/dports/deskutils/kalarm/kalarm-21.12.3/src/
H A Deditdlgtypes.cpp227 mDisplayMethodBox = new QWidget(parent); // to group widgets for QWhatsThis text in type_init()
228 boxHLayout = new QHBoxLayout(mDisplayMethodBox); in type_init()
230 label = new QLabel(i18n_lbl_DisplayMethod(), mDisplayMethodBox); in type_init()
232 mDisplayMethodCombo = new ComboBox(mDisplayMethodBox); in type_init()
241mDisplayMethodBox->setWhatsThis(i18nc("@info:whatsthis", "Select whether to display the alarm in a… in type_init()
242 hlayout->addWidget(mDisplayMethodBox); in type_init()
382 mDisplayMethodBox->show(); in type_showOptions()
387 mDisplayMethodBox->hide(); in type_showOptions()
H A Deditdlgtypes.h91 QWidget* mDisplayMethodBox; variable