# Julia for GUI app

**URL:** https://discourse.julialang.org/t/julia-for-gui-app/416
**Category:** General Usage
**Created:** [November 18, 2016, 3:20pm UTC](https://discourse.julialang.org/t/julia-for-gui-app/416 "2016-11-18T15:20:50Z")
**Posts on this page:** 1
**Showing post:** 52

<div class="post-metadata">

### Author: ![jheinen](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jheinen/32/2787_2.png) [@jheinen](https://discourse.julialang.org/u/jheinen)
#### Post date: [November 24, 2016, 3:40pm UTC](https://discourse.julialang.org/t/julia-for-gui-app/416/52 "2016-11-24T15:40:36Z")

</div>

@barche : Is it possible to obtain the `QWidget` and the `QPainter` reference for the plotting area used by your `QML` package? With this information `GR` could draw directly into the corresponding object without creating an intermediate image. That would be much faster.

Might sound crazy - but we’ve used this method for years …

---

_[View the full topic](https://discourse.julialang.org/t/julia-for-gui-app/416)._
