Refactor SelectFileDialog and SettingsTab for improved metadata handling and UI consistency

- Removed unused local_settings reference from qmldir.
- Enhanced SelectFileDialog to include a masterTypeFieldText property for better metadata representation.
- Updated normalizedRows to merge settingsModel.masters with sidecar data for dynamic UI updates.
- Adjusted column headers and removed the save button from the table model for a cleaner interface.
- Modified SettingsTab to streamline CSV file handling and ensure settings are saved upon updates.
This commit is contained in:
Jack.Le
2026-05-05 09:59:18 -07:00
parent b338eedb13
commit bbe7baea5b
3 changed files with 86 additions and 94 deletions
-3
View File
@@ -3,6 +3,3 @@ module ISC.Tabs
# ===== Tab Components =====
SettingsTab 1.0 SettingsTab.qml
# ===== Local Python Helpers =====
local_settings 1.0 local_settings.py