You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was creating a Bill of Materials (bom for short) table via the menu in Project --> Add a Nomenclature.
I changed the alignment of the header text to be centered.
Than I saved the configuration by defining a file name (jb-bom) and clicking the floppy icon to save it.
In the next project, I clicked on the drop down list, selected the saved file jb-bom and most of the configuration was re-established, except the centered headings.
I found file graphics-table.json in ~/.qet. When opening the file in an editor, I found this text inside:
Changing the alignment line from "alignment": "AlignHCenter", to "alignment": "AlignCenter", and restarting QElectroTech did the trick to me.
I was working with version 0.9 on MacOS. I downloaded the lastet dev, with the same result. Saving the config also writes AlignHCenter to the json file.
QElectroTech V 0.100.0-dev
Compilation : CLANG 14.0.0 (clang-1400.0.29.102)
Built with Qt 5.15.12 - arm64 - Date : Mar 18 2024 : 09:36:28
Git Revision : a2beabd
Besides that: great job everybody. I enjoyed drafting the last couple of days in QET very much! Thank you all.
The text was updated successfully, but these errors were encountered:
I was creating a Bill of Materials (bom for short) table via the menu in
Project
-->Add a Nomenclature
.I changed the alignment of the header text to be centered.
Than I saved the configuration by defining a file name (jb-bom) and clicking the floppy icon to save it.
In the next project, I clicked on the drop down list, selected the saved file
jb-bom
and most of the configuration was re-established, except the centered headings.I found file
graphics-table.json
in~/.qet
. When opening the file in an editor, I found this text inside:Changing the alignment line from
"alignment": "AlignHCenter",
to"alignment": "AlignCenter",
and restarting QElectroTech did the trick to me.I was working with version 0.9 on MacOS. I downloaded the lastet dev, with the same result. Saving the config also writes
AlignHCenter
to the json file.QElectroTech V 0.100.0-dev
Compilation : CLANG 14.0.0 (clang-1400.0.29.102)
Built with Qt 5.15.12 - arm64 - Date : Mar 18 2024 : 09:36:28
Git Revision : a2beabd
Besides that: great job everybody. I enjoyed drafting the last couple of days in QET very much! Thank you all.
The text was updated successfully, but these errors were encountered: