Skip to content

Implement dialog to add/edit a single channel in database

Lan Dam requested to merge i69-add-edit-single-channel-dialog into master

#69 (closed)

Implement a dialog to add/edit a single channel and a dialog to edit parameter that is call from the channel dialog

  • Currently using QLineEdit for display/editing ValueColor. Later, a custom widget will be developed to have better display and easier editing.
  • Parameter 'Default' is only display for the channel that has no record in DB but won't be allow to select or save or call para dialog to edit.

For testing add/edit single channel, run sohstationviewer/view/db_config/add_edit_single_channel_dialog.py and change the example lines in main

For testing edit single param, run sohstationviewer/view/db_config/add_edit_single_channel_dialog.py and change the example lines in main; or press on button 'EDIT PARAMETER' of the above dialog.

Edited by Lan Dam

Merge request reports