Lines Matching refs:helpText
1358 helpText = new ConfigInfoView(widget, "help");
1364 split2->addWidget(helpText);
1366 setTabOrder(configList, helpText);
1426 connect(showDebugAction, SIGNAL(toggled(bool)), helpText, SLOT(setShowDebug(bool)));
1427 showDebugAction->setChecked(helpText->showDebug());
1470 connect (helpText, SIGNAL (anchorClicked (const QUrl &)),
1471 helpText, SLOT (clicked (const QUrl &)) );
1474 helpText, SLOT(setInfo(struct menu *)));
1482 helpText, SLOT(setInfo(struct menu *)));
1487 helpText, SLOT(setInfo(struct menu *)));
1489 helpText, SLOT(setInfo(struct menu *)));
1492 connect(helpText, SIGNAL(menuSelected(struct menu *)),
1637 helpText->setInfo(menu);