goodboy
goodboy
Another thing we should add is the new pp marker icons to entries in our custom [search view](https://github.com/pikers/piker/blob/master/piker/ui/_search.py#L81). [this SO](https://stackoverflow.com/a/38308129) shows that you just use `QStandardItem.setIcon()`. we'll prolly want to...
url dump just in case: https://doc.qt.io/qt-5/model-view-programming.html#handling-selections-in-item-views https://doc.qt.io/qt-5/modelview.html#3-2-working-with-selections https://doc.qt.io/qt-5/qabstractitemview.html#setCurrentIndex https://doc.qt.io/qt-5/qitemselectionmodel.html https://doc.qt.io/qt-5/qmodelindex.html https://doc.qt.io/qt-5/qitemselectionmodel.html#currentIndex https://doc.qt.io/qt-5/qstandarditem.html#index https://doc.qt.io/qt-5/qabstractitemmodel.html https://doc.qt.io/qt-5/model-view-programming.html#using-drag-and-drop-with-item-views https://stackoverflow.com/questions/28802763/highlight-item-with-mouse-hover-in-qtreeview https://doc.qt.io/qt-5/qsyntaxhighlighter.html https://github.com/qutebrowser/qutebrowser/blob/master/qutebrowser/completion/completiondelegate.py https://forum.qt.io/topic/61343/highlight-matched-substrings-in-qstyleditemdelegate/8
Just did another test with TWS and still can't get the key inputs to relay through from the top level (maybe there's something in `xdotool` that can help us here?),...
Looks like on windows [we can use the `win32com.client` api](https://stackoverflow.com/a/54942625) to do this?
💥 just put up a working script for `i3` in `snippets/`. Also made https://github.com/rr-/pyxdotool/issues/#1 to see if we can just use a wrapper in case we need other stuff like...
this should help drive https://github.com/goodboy/tractor/issues/175 as well
Yeah, this would make sense since I don't think we have dpi scaling around the paths used to draw all the annotation geos.. A lot of this was pulled from...
@guilledk you should consider adding `-b binance` to our [example chart cmd](https://github.com/pikers/piker#check-out-our-charts) too and maybe add a little section on how to search for multiple symbols? Either way imo binance...
Oh also, this needs to be rebased don't forget.
@guilledk this needs a rebase eh?