UN-GCPDS / qt-material

Material inspired stylesheet for PySide2, PySide6, PyQt5 and PyQt6
https://qt-material.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
2.22k stars 240 forks source link

Why did the column names become uppercase after using lib #106

Open wenhehu opened 7 months ago

wenhehu commented 7 months ago

Why did the column names become uppercase after using lib eg: self.p5_table1.setHorizontalHeaderLabels( ['Ra(Ω)', 'Rb(Ω)'])-->view is [RA(Ω),RB(Ω)]