Git Product home page Git Product logo

qgraphicsitem-resizer-item's Introduction

Resizer item

GraphicsItemResizer is a QGraphicsItem for interactive resizing of some target rectangular area (for example, to change size and position of some QGraphicsItem, as in demo project). It shows 8 handles within container item for each resizing direction and supports minimum size constraint for target rect (i.e. you can't make size of target rect smaller than specified).

How to use it

Copy resizer dir to your project. Include file resizer/graphicsitemresizer.h. Create instance of GraphicsItemResizer class, set initial target area size and minimum size if needed.

Use setTargetSize slot to notify resizer item about target area size changes.

To handle size and position changes subscribe to GraphicsItemResizer::targetRectChanged signal. Position of received rectangle contains target area's left top corner offset and size is equal to new size.

You can change pen and brush for resizer handles using setPen and setBrush methods.

License

Resizer item is licensed under the Apache License, Version 2.0. See LICENSE for details.

qgraphicsitem-resizer-item's People

Contributors

cl0ne avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.