Results 1 to 2 of 2

Thread: QDialog touch problem

  1. #1
    Join Date
    Jul 2015
    Posts
    1
    Qt products
    Qt4

    Default QDialog touch problem

    hi all,

    i am setting
    this->setGeometry(0, 0, 320, 240); for the first window then for the next window
    this->setGeometry(0, 20, 320, 220); , so my problem is when i touch the top portion of the second window i.e y axis 0 - 20 height goes to first screen beacuse it is in background. so how to make it possible that it should not goes to first screen, Bacuse i want to show one label from the background window to all other window. Kindly anyone plz help.

  2. #2
    Join Date
    Jun 2015
    Location
    India
    Posts
    185
    Thanks
    8
    Thanked 14 Times in 14 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: QDialog touch problem

    Some how your question is not clear, please explain it properly.

    Quote Originally Posted by naveentgbu View Post
    when i touch the top portion of the second window i.e y axis 0 - 20 height goes to first screen beacuse it is in background. .
    what first screen ?
    what is in background ?
    Thanks :-)

Similar Threads

  1. touch and multi touch feature
    By Vishal@05 in forum Qt for Embedded and Mobile
    Replies: 6
    Last Post: 26th March 2014, 09:06
  2. Touch screen wrong coordinates on touch
    By Talei in forum Qt Programming
    Replies: 0
    Last Post: 1st January 2014, 22:35
  3. Replies: 1
    Last Post: 25th March 2011, 11:33
  4. Problem with QDialog
    By sudhansu in forum Qt Programming
    Replies: 0
    Last Post: 8th March 2010, 10:11
  5. Touch screen problem in Qtopia
    By geetha in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 12th September 2008, 07:33

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.