This website works better with JavaScript.
Explore
Help
Register
Sign In
sadmen
/
jyoung
mirror of
https://github.com/jyoung8607/openpilot.git
Watch
1
Star
0
Fork
You've already forked jyoung
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
open source driving agent
9881
Commits
102
Branches
34
Tags
1.6 GiB
Tree:
3390f1e1df
jyoung
/
selfdrive
/
ui
/
tests
/
ui_snapshot.h
6 lines
100 B
Raw
Normal View
History
Unescape
Escape
UI snapshot tool (#28356) * UI: snapshot testing tool * gitignore * cleanup * remove prime type arg * rename * add script * commit snapshots * use base setup * updates * always run base * echo * use imagemagick * test_snapshots * fixes * update * set language * revert * default arg * just remove translations * formatting * output arg * improved help * fix assets * change dir back before saving snapshot * unused imports * simpler * add default to description * use uiUpdate signal
2 years ago
#
pragma once
#
include
<QWidget>
void
saveWidgetAsImage
(
QWidget
*
widget
,
const
QString
&
fileName
)
;