# Draggable label over qvtkWidget

**URL:** https://discourse.vtk.org/t/draggable-label-over-qvtkwidget/9670
**Category:** Development
**Created:** [October 25, 2022, 5:03am UTC](https://discourse.vtk.org/t/draggable-label-over-qvtkwidget/9670 "2022-10-25T05:03:03Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Manju](https://discourse.vtk.org/user_avatar/discourse.vtk.org/manju/32/7440_2.png) [@Manju](https://discourse.vtk.org/u/Manju)
#### Post date: [October 25, 2022, 5:03am UTC](https://discourse.vtk.org/t/draggable-label-over-qvtkwidget/9670/1 "2022-10-25T05:03:04Z")

</div>

I am working with Qt creator 7.0.2 with Cpp for developing an application which involves image editing and enhancement. I’m currently using a qvtkWidget to display the image. **I need to place a draggable and resizable label over it**. vtkTextWidget doesn’t seem to do either of the above. Would really appreciate any insights from community members
