Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Draft: Add Tutorial to Docs

appel_c requested to merge docs/add_tutorial_for_start_scan_button into main

Description

This MR adds a tutorial to make a custom widget based on a button to start a scan

Related Issues

  relates to #207  closes #223

Potential side effects

  • Revealed that we may need a nice way for users to create a QThread to ensure the GUI is not getting blocked. 

ToDo

  • Add utility to run function (+cleanup) in QThread -> #227 (closed)
  • Check link to code of rpc_widget_handler, somehow I did not get this running properly.

Preview

  • developer.widgets.how_to_develop_a_widget

image

Definition of Done

  • Documentation is up-to-date.

Merge request reports