Lines Matching refs:pretty
76 int pretty; member
81 static void to_json(const QObject *obj, QString *str, int pretty, int indent);
92 if (s->pretty) { in to_json_dict_iter()
99 to_json(QOBJECT(qkey), s->str, s->pretty, s->indent); in to_json_dict_iter()
103 to_json(obj, s->str, s->pretty, s->indent); in to_json_dict_iter()
115 if (s->pretty) { in to_json_list_iter()
121 to_json(obj, s->str, s->pretty, s->indent); in to_json_list_iter()
125 static void to_json(const QObject *obj, QString *str, int pretty, int indent) in to_json() argument
211 s.pretty = pretty; in to_json()
214 if (pretty) { in to_json()
230 s.pretty = pretty; in to_json()
233 if (pretty) { in to_json()