summaryrefslogtreecommitdiffstats
path: root/tests/test_messagedetailsdialog.cpp
AgeCommit message (Collapse)AuthorFilesLines
11 daysfeat(details): rebuild the message details dialog as rowsDanilo M.1-0/+182
A text box could not carry a per-value context menu without parsing displayed text back into structure, and the user did not want a text box. Each row now holds its own value, its message index and its query, built from the parsed message. Every value label states Qt::PlainText. The QPlainTextEdit this replaced was plain by design rather than by style: header values come from strangers, and a QLabel guesses the format under AutoText.