Searched refs:helpText (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/
H A Dqconf.cc1303 helpText = new ConfigInfoView(split2, "help");
1304 helpText->setTextFormat(Qt::RichText);
1306 setTabOrder(configList, helpText);
1357 connect(showDebugAction, SIGNAL(toggled(bool)), helpText, SLOT(setShowDebug(bool)));
1358 connect(helpText, SIGNAL(showDebugChanged(bool)), showDebugAction, SLOT(setOn(bool)));
1359 showDebugAction->setOn(helpText->showDebug());
1408 helpText, SLOT(setInfo(struct menu *)));
1414 helpText, SLOT(setInfo(struct menu *)));
1419 helpText, SLOT(setInfo(struct menu *)));
1421 helpText, SLO
[all...]
H A Dqconf.h329 ConfigInfoView *helpText; member in class:ConfigMainWindow
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.h256 QTextView *helpText; member in class:ConfigMainWindow
H A Dqconf.cc856 helpText = new QTextView(split2);
857 helpText->setTextFormat(Qt::RichText);
859 setTabOrder(configList, helpText);
1028 helpText->setText(QString::null);
1122 helpText->setText(head + debug + help);

Completed in 105 milliseconds