BCDA-APS / gemviz

Data visualization for tiled
https://bcda-aps.github.io/gemviz/
Other
4 stars 0 forks source link

Center the "Scan ID" column in the table #60

Closed prjemian closed 1 year ago

olliviergassant commented 1 year ago

Stack overflow link provides some instruction on what to do

https://stackoverflow.com/questions/47971275/how-to-align-the-text-to-center-of-cells-in-a-qtablewidget

prjemian commented 1 year ago

With #61 (PR #72), we'll need the setup() method to find which column (if any) has the Scan ID, then center it.

prjemian commented 1 year ago

This worked for me: https://stackoverflow.com/a/61722299