javier dabfb1e659 fix: SIGSEGV at startup - uninitialized m_treeModel pointer
m_treeModel/m_proxyModel were declared without '= nullptr', so the
GroupByThread default applied during setupUI read garbage memory in debug
builds (QtCreator/MinGW) -> condition '!m_treeModel' was false against junk
and called setGroupMode on an invalid pointer -> SIGSEGV.

- Initialize both pointers to nullptr in header
- Apply combo default to index 2 only after m_treeModel is created (blockSignals)
- Remove the premature setCurrentIndex(2) that fired before model creation
2026-08-30 13:59:05 +02:00

Wino Mail Qt (C++/DTK)

A modern C++/Qt port of Wino Mail for Deepin Linux using DTKWidget.

S
Description
Conversion of Wino-Mail from C# to C++/Qt using DTKWidgets
Readme
205 MiB
2026-06-04 18:29:16 +02:00
Languages
C++ 91.1%
Python 4.3%
C 2%
Makefile 2%
CMake 0.6%