Results 1 to 18 of 18

Thread: Application is fully functional ONLY on my laptop

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Application is fully functional ONLY on my laptop

    Quote Originally Posted by juracist View Post
    Thank you very, very much!!! ))))
    You don't know how important it is to me, it was driving me crazy for days!
    Problem was that i taken some parts of code from previous version (which wasn't in Qt), assuming it'll work as before.
    So it works now? What was the problem?


    But now i have another question (since I know you're linux user ).
    What do I do to make this app usable on linux too?
    It shouldnt be so hard since Qt is supposed to enable portability and platform independence?
    In theory you just need to [cross]compile it for Linux but it really depends on if you used any non-portable code in your program.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  2. #2
    Join Date
    Apr 2012
    Posts
    21
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    5

    Default Re: Application is fully functional ONLY on my laptop

    I just changed my old code with that you wrote here, tried on my laptop - it worked, then on PC - surprise, it works for the first time on other computer )
    It seems these iterators or something was problem..
    Tomorrow I'll test it on couple of other computers to see if this is really working..

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Application is fully functional ONLY on my laptop

    I suspect this was wrong:

    Qt Code:
    1. *events_it = temp_event2;
    2. *events_it2 = temp_event;
    To copy to clipboard, switch view to plain text mode 
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  4. The following user says thank you to wysota for this useful post:

    juracist (25th June 2012)

Similar Threads

  1. installing and configuring Qt on a laptop running Ubuntu 12.04
    By modoMojo in forum Installation and Deployment
    Replies: 5
    Last Post: 20th June 2012, 10:29
  2. problem using qt mobility with my laptop camera
    By eyaler in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 27th May 2012, 19:40
  3. Replies: 0
    Last Post: 31st March 2011, 19:50
  4. Need to show a menu item with disabled look but functional
    By lalesculiviu in forum Qt Programming
    Replies: 4
    Last Post: 21st October 2009, 16:16
  5. Fully qualified X font name
    By piotrek in forum Qt Programming
    Replies: 0
    Last Post: 26th March 2009, 16:16

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.