diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-14 13:01:04 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-14 13:01:04 +0200 |
| commit | 2f124b22920fb290684206a2c905996f1c378fd7 (patch) | |
| tree | 096143b345754b013fc4906ad2e005da0fe9df9e /src/CMakeLists.txt | |
| parent | 8a2e02a3e1a669a738d1de4615720378d5cc2d38 (diff) | |
| download | qtmaildir-2f124b22920fb290684206a2c905996f1c378fd7.tar.gz qtmaildir-2f124b22920fb290684206a2c905996f1c378fd7.zip | |
feat(details): rebuild the message details dialog as rows
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.
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 382f3b8..ee1f621 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -22,6 +22,7 @@ add_library(qtmaildir_lib STATIC syncmonitor.cpp threadcidmap.cpp messageview.cpp + messagedetailsdialog.cpp mainwindow.cpp querycompleter.cpp rulequery.cpp |
