Lines Matching refs:text
291 sym_set_string_value(item->menu->sym, text().toLatin1()); in keyPressEvent()
1080 head += print_filter(_menu->prompt->text); in menuInfo()
1111 head += print_filter(_menu->prompt->text); in menuInfo()
1146 debug += print_filter(prop->text); in debug_info()
1213 QString* text = reinterpret_cast<QString*>(data); in expr_print_help() local
1217 *text += QString().sprintf("<a href=\"s%p\">", sym); in expr_print_help()
1218 *text += str2; in expr_print_help()
1219 *text += "</a>"; in expr_print_help()
1221 *text += str2; in expr_print_help()
1320 result = sym_re_search(editField->text().toLatin1()); in search()
1344 rootmenu.prompt->text, in ConfigMainWindow()