Results 1 to 2 of 2

Thread: creating a custom GUI elements and widgets.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2014
    Posts
    17
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default creating a custom GUI elements and widgets.

    i have some ideas to do with Qt, but i need to create some custom GUI elements such the draw area in GIMP, PhotoShop or Inkscape. or someting like Text processors, and not just buttons and checkboxes and usual stuffs...
    can anyone help me?

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: creating a custom GUI elements and widgets.

    Ultimately most widgets are painted using QPainter, i.e. they draw themselves in their paintEvent() method.

    There are some higher level constructs, e.g. QGraphicsView, and there is the option of drawing using OpenGL.

    Cheers,
    _

Similar Threads

  1. Replies: 4
    Last Post: 18th April 2013, 20:47
  2. Creating UI elements with Codes
    By zellwwf in forum Newbie
    Replies: 1
    Last Post: 16th August 2011, 22:13
  3. Replies: 0
    Last Post: 7th June 2010, 07:59
  4. Creating QUAD Elements would openGL be better than Qt
    By sujan.dasmahapatra in forum General Programming
    Replies: 4
    Last Post: 17th October 2009, 10:49
  5. Replies: 4
    Last Post: 7th May 2009, 08:27

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.