Lines Matching defs:str
988 QString str;
990 str += "<big>Symbol: <b>";
991 str += print_filter(sym->name);
992 str += "</b></big><br><br>value: ";
993 str += print_filter(sym_get_string_value(sym));
994 str += "<br>visibility: ";
995 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n";
996 str += "<br>";
997 str += debug_info(sym);
999 setText(str);
1122 QString ConfigInfoView::print_filter(const QString &str)
1125 QString res = str;
1153 void ConfigInfoView::expr_print_help(void *data, struct symbol *sym, const char *str)
1159 *stream << print_filter(str);
1162 *stream << print_filter(str);
1168 QByteArray str = url.toEncoded();
1169 const std::size_t count = str.size();
1179 memcpy(data, str.constData(), count);
1515 QString str;
1519 str = QFileDialog::getOpenFileName(this, "", configname);
1520 if (str.isNull())
1523 ba = str.toLocal8Bit();
1548 QString str;
1552 str = QFileDialog::getSaveFileName(this, "", configname);
1553 if (str.isNull())
1556 ba = str.toLocal8Bit();
1755 static const QString str =
1776 QMessageBox::information(this, "qconf", str);
1781 static const QString str = "qconf is Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>.\n"
1785 QMessageBox::information(this, "qconf", str);