Results 1 to 5 of 5

Thread: To set focus on circumference circles when key is pressed

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2009
    Posts
    49
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11
    Thanks
    1

    Default Re: To set focus on circumference circles when key is pressed

    Thanks for the reply. I just need to get the focus to the circle.I
    can identify the circle form its x and y coordinates and radius.
    Any suggestions so that i can do it using qpainter itself.


    Regards,
    soumya

  2. #2
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8
    Thanked 334 Times in 317 Posts

    Default Re: To set focus on circumference circles when key is pressed

    What do you mean by get focus to circle ? If you can identify a circle, you can draw it in a particular color to show it has got focus.

  3. #3
    Join Date
    Jul 2009
    Posts
    49
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11
    Thanks
    1

    Default Re: To set focus on circumference circles when key is pressed

    When key is pressed it should get focus
    painter.drawEllipse((190 + 100 * xcordinate)- 10,(180 + 100 * ycordinate)- 10,20,20);
    i know the xcordinate and ycordinate so it should draw at the particular circumference of big circle but some
    connections should be done right like how we done before

Similar Threads

  1. Replies: 10
    Last Post: 27th February 2010, 09:16
  2. Performance problem with drawing circles
    By kamre in forum Qt Programming
    Replies: 4
    Last Post: 15th September 2009, 05:35
  3. MenuBar grabs the focus on ALT pressed.
    By Cutey in forum Qt Tools
    Replies: 7
    Last Post: 16th January 2007, 09:59
  4. MenuBar grabs focus on ALT pressed.
    By Cutey in forum Qt Programming
    Replies: 2
    Last Post: 9th January 2007, 11:45
  5. Adding numbers to circles in QPaint
    By therealjag in forum Qt Programming
    Replies: 1
    Last Post: 12th February 2006, 10:21

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
  •  
Qt is a trademark of The Qt Company.