Results 1 to 5 of 5

Thread: QLCDNumber not visible in release

  1. #1
    Join Date
    Apr 2011
    Posts
    195
    Thanks
    49
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default QLCDNumber not visible in release

    Hi,
    I use a QLCDNumber to make a countdown. I added it with QTCreator.
    The debug version works well and the lcdnumber is shown, but in the release version, the whole QLCDNumber widget is invisible and I don't find the problem.

    Please help, thanks

  2. #2
    Join Date
    Apr 2011
    Posts
    195
    Thanks
    49
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QLCDNumber not visible in release

    I have installed an eventfilter on my mainwindow. It seems, that there is the problem, because if I comment the line, the lcdnumber is visible.
    After that I installed the eventfilter on a QGroupBox and there was the same occurrence. Under debug everything is visible and under release the objects with the filt
    Qt Code:
    1. ui->lcdnumber.installEventFilter(this);
    To copy to clipboard, switch view to plain text mode 

  3. #3
    Join Date
    Oct 2011
    Posts
    18
    Thanked 6 Times in 1 Post
    Qt products
    Qt4
    Platforms
    Symbian S60 Maemo/MeeGo

    Default Re: QLCDNumber not visible in release

    Have you tried to report this as a bug?

  4. #4
    Join Date
    Apr 2011
    Posts
    195
    Thanks
    49
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QLCDNumber not visible in release

    no, not yet...
    Maybe somebody can test the example ; )
    Last edited by Qiieha; 18th October 2011 at 10:51.

  5. #5
    Join Date
    Oct 2011
    Posts
    18
    Thanked 6 Times in 1 Post
    Qt products
    Qt4
    Platforms
    Symbian S60 Maemo/MeeGo

    Default Re: QLCDNumber not visible in release

    Email it to me.
    TAMHAN ahht TAMOGGEMON dot COM

Similar Threads

  1. Modelling a QLCDNumber in QML
    By lixo1 in forum Qt Quick
    Replies: 1
    Last Post: 24th August 2011, 14:19
  2. Replies: 0
    Last Post: 11th January 2011, 12:31
  3. QLCDNumber problem
    By ale301168 in forum Newbie
    Replies: 1
    Last Post: 11th November 2009, 21:16
  4. QLCDNumber display
    By jhearon in forum Qt Programming
    Replies: 0
    Last Post: 26th October 2008, 23:53
  5. QLCDNumber justify
    By davisjamesf in forum Qt Programming
    Replies: 1
    Last Post: 5th July 2007, 10:02

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.