Steps:
1 develop the UI part of a dialog to show recent status event to the users; develop the slot to handle the status changing signals emitted by tor.
2 list the events and possible operation options and tips; this part may be implemented in two ways: one is that tips are provided as signal parameters by tor process; the other is to create a table to map the events to tips/operations
3 according to the operations chosen by the user, emit proper signals to tor
What do you think of my approach?
Thanks ahead for replying,