0

RV -> SG Review -> Submit Tool filter task

Hello!

I'm trying to filter tasks in Submit Tool by project/shot. Idea is to use some environment variable.

I take a look on following files and try to change something but no luck:

rv/src/python/sgtk/bundle_cache/manual/tk-core/v1.0.43/python/tank/bootstrap/manager.py

rv/rv_hashotgun/src/sgtk_bootstrap.py

Also I tried to change the file rv/plugins/Mu/shotgun_review_app.mu

to use custom style for QComboBox in QWebView. For Qt it is possible to override QComboBox to use QWebView::setStyle function with custom QProxyStyle class. As far I understand, MuQt has no QProxyStyle, QStyleOption or QStyleHintReturn implementation and also QWebView::setStyle function.

Also I tried QWebView::toHtml() -> filter content -> QWebView::setHtml(). But it also no luck because there is not QWebView::setHtml implementation in MuQt

Where I can get documentation for MuQt?

It is possible in general to make custom filter for tasks? Maybe use custom JavaScript inside the QWebView....

Could you tell me the best way to do this?

 

Cheers,

Sergiy

 

0 comments

Please sign in to leave a comment.