Lines Matching refs:text
300 sym_set_string_value(item->menu->sym, text().toLatin1()); in keyPressEvent()
1089 head += print_filter(_(_menu->prompt->text)); in menuInfo()
1120 head += print_filter(_(_menu->prompt->text)); in menuInfo()
1155 debug += print_filter(_(prop->text)); in debug_info()
1223 QString* text = reinterpret_cast<QString*>(data); in expr_print_help() local
1227 *text += QString().sprintf("<a href=\"s%p\">", sym); in expr_print_help()
1228 *text += str2; in expr_print_help()
1229 *text += "</a>"; in expr_print_help()
1231 *text += str2; in expr_print_help()
1330 result = sym_re_search(editField->text().toLatin1()); in search()
1354 rootmenu.prompt->text, in ConfigMainWindow()