Add more detailed splitter of splitters comment

history_view
Tyler Goodlet 2022-09-09 22:08:52 -04:00
parent eed47b3733
commit 80929d080f
1 changed files with 3 additions and 0 deletions

View File

@ -971,6 +971,9 @@ async def display_symbol_data(
rt_linked.focus() rt_linked.focus()
await trio.sleep(0) await trio.sleep(0)
# NOTE: here we insert the slow-history chart set into
# the fast chart's splitter -> so it's a splitter of charts
# inside the first widget slot of a splitter of charts XD
rt_linked.splitter.insertWidget(0, hist_linked) rt_linked.splitter.insertWidget(0, hist_linked)
# XXX: if we wanted it at the bottom? # XXX: if we wanted it at the bottom?
# rt_linked.splitter.addWidget(hist_linked) # rt_linked.splitter.addWidget(hist_linked)