Skip to content
Snippets Groups Projects

display tracking info when start reading new files

Merged Lan Dam requested to merge i102_restart_trackingbox_when_start_loading into master
2 unresolved threads

closes #102 (closed)

  • adjust color, text style for tracking box; make background-color fill the whole box instead of highlighting the text only.
  • give a 'Loading Started' message when user choose to start reading new folders; and 'Loading Canceled' when there is some problem with parameter settings that stop the loading
Edited by Lan Dam

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
502 502 self.waveform_dlg.plotting_widget.clear()
503 503 self.tps_dlg.plotting_widget.clear()
504 504
505 def cancel_loading(self):
506 display_tracking_info(self.tracking_info_text_browser,
507 "Cancel Loading",
  • 503 503 self.tps_dlg.plotting_widget.clear()
    504 504
    505 def cancel_loading(self):
    506 display_tracking_info(self.tracking_info_text_browser,
    507 "Cancel Loading",
    508 LogType.WARNING)
    509
    505 510 @QtCore.Slot()
    506 511 def read_selected_files(self):
    507 512 """
    508 513 Read data from selected files/directories, process and plot channels
    509 514 read from those according to current options set on the GUI
    510 515 """
    511
    516 display_tracking_info(self.tracking_info_text_browser,
    517 "Start Loading",
  • Lan Dam added 1 commit

    added 1 commit

    Compare with previous version

  • Lan Dam added 15 commits

    added 15 commits

    • 16f894fa...a2d68f87 - 14 commits from branch master
    • cf269c47 - Merge branch 'master' into i102_restart_trackingbox_when_start_loading

    Compare with previous version

  • Lan Dam changed the description

    changed the description

  • merged

  • Lan Dam mentioned in commit 326f42c1

    mentioned in commit 326f42c1

  • Please register or sign in to reply
    Loading