QTextEdit (または QTextBrowser を使用する場合は、これらの 2 つのいずれかである必要があります) を使用して大きな (そして増加している) ログ ファイルを表示し、次のプロパティを使用して 3 つの列に出力をフォーマットする必要があります。
1. column: text top-right aligned, fixed width, always 1 line (height depends on 2. column)
2. column: text left aligned, dynamic width (scales with window size), can be multiline with "wordbreak" (height depending on lines of text), can contain clickable URLs
3. column: text top-left aligned, fixed width, always 1 line (height depends on 2. column)
QTextEdit html マークアップ (またはおそらく何か他のもの) を使用してこれを達成し、必要に応じてすべてを再作成せずに新しいログエントリを追加する方法はありますか?
写真はしばしば千の言葉以上のことを言うので、私はそれがどのように見えるべきだと思うかの画像を追加しました: