79534967

Date: 2025-03-25 22:11:46
Score: 1.5
Natty:
Report link

The horizontal text alignment problem is due to:

    case(Qt::TextAlignmentRole):
        return Qt::AlignLeft;  // Not aligned

if I change Qt::AlignLeft to Qt::AlignCenter or nothing, it's aligned

    case(Qt::TextAlignmentRole):
        return Qt::AlignCenter; // Aligned

It's not aligned with Qt::AlignRight too. Why AlignLeft and AlignRight push the text up?

Still crashing when sorting columns

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Lucciodelavegas