Results 1 to 5 of 5

Thread: Strange failure (dialog exec close qt 5.1)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2011
    Posts
    8
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Strange failure (dialog exec close qt 5.1)

    the simple attached program works properly on x86 desktop and works bad in arm embedded system.
    The program has a button in the main window if i press the button the dialog exec function is called.
    On the dialog I can press an button to close it.
    On x86 platform run correctly, on arm when I close the dialog it does' t disappear and can't capture the input.
    why this difference?
    I use
    gcc version 4.6.2 20110630 (prerelease) (Freescale MAD -- Linaro 2011.07 -- Built at 2011/08/10 09:20)
    and I start the program with this script
    export QT_QPA_EGLFS_HIDECURSOR=1
    export QT_QPA_EGLFS_PHYSICAL_WIDTH=150
    export QT_QPA_EGLFS_PHYSICAL_HEIGHT=95
    export LD_LIBRARY_PATH=$LIBRARY_PATH:/opt/Qt5-imx6-1/lib
    ./focus -platform eglfs
    Thank you
    Attached Files Attached Files

Similar Threads

  1. How to close a Dialog from another class?
    By TCaruso33 in forum Newbie
    Replies: 1
    Last Post: 17th September 2012, 20:18
  2. Replies: 1
    Last Post: 18th July 2011, 12:12
  3. Replies: 2
    Last Post: 6th May 2011, 08:02
  4. Block close dialog
    By Mrdata in forum Newbie
    Replies: 2
    Last Post: 12th March 2007, 15:39
  5. QDialog::exec() cereates no modal dialog
    By sboesch in forum Qt Programming
    Replies: 8
    Last Post: 27th March 2006, 17:03

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