Lines Matching refs:text
107 sym_set_string_value(menu->sym, text(dataColIdx).latin1()); in okRename()
317 sym_set_string_value(item->menu->sym, text().latin1()); in keyPressEvent()
343 disabledColorGroup.setColor(QColorGroup::Text, palette().disabled().text()); in ConfigList()
1019 head += print_filter(_(_menu->prompt->text)); in menuInfo()
1050 head += print_filter(_(_menu->prompt->text)); in menuInfo()
1085 debug += print_filter(_(prop->text)); in debug_info()
1153 QString* text = reinterpret_cast<QString*>(data); in expr_print_help() local
1157 *text += QString().sprintf("<a href=\"s%p\">", sym); in expr_print_help()
1158 *text += str2; in expr_print_help()
1159 *text += "</a>"; in expr_print_help()
1161 *text += str2; in expr_print_help()
1255 result = sym_re_search(editField->text().latin1()); in search()
1278 rootmenu.prompt->text, in ConfigMainWindow()