Results 1 to 3 of 3

Thread: Few easy questions.....

  1. #1
    Join Date
    Jan 2012
    Location
    Argentina
    Posts
    167
    Thanks
    33
    Thanked 10 Times in 10 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Few easy questions.....

    Hi eveyone!!! Few questions:

    1) when releasing the application I notice that I have no problems executing it in another machine...but... *.gif images are not shown only *.png ones seem to be attached to the code, I have to change the path and include the images myself intead of adding them to the resources of my project???

    2) my code is totally visible to everyone that has access to my application, should I encode it? theres an option in Qt? (I mean moc_*.cpp can be easily read by every programmer as it is pure code)--> they can be deleted I just tried, I only need to include the necessary *.dll

    3) has anyone seen "luck" tv series starring dustin hoffman..is it good? lol

    thanks in advance!!
    Last edited by KillGabio; 13th February 2012 at 15:02.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Few easy questions.....

    1) You need to deploy the GIF imageformats plugin. Search for "imageformats"... this is covered here routinely.
    2) Don't deploy your source code or intermediate files (*.o, moc* etc.), only the resulting executables/libraries and any resources that are not built in.
    3) Yes, I am sure someone has... not me.

  3. The following user says thank you to ChrisW67 for this useful post:

    KillGabio (14th February 2012)

  4. #3
    Join Date
    Jan 2012
    Location
    Argentina
    Posts
    167
    Thanks
    33
    Thanked 10 Times in 10 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Few easy questions.....

    Jajaja thanks chris!! I had my first Quality Control today and well, could be worst! Just too much little details to change :/
    Adding the qgif4.dll to my imageformats worked great thanks a lot

Similar Threads

  1. Easy yes/no QSortFilterProxyModel question...
    By scott_hollen in forum Newbie
    Replies: 3
    Last Post: 14th March 2011, 17:11
  2. easy mathematics
    By uygar in forum Qt Programming
    Replies: 3
    Last Post: 6th October 2010, 20:07
  3. QTextEdit... was ->text() too easy?
    By Raccoon29 in forum Newbie
    Replies: 2
    Last Post: 16th March 2008, 16:58
  4. How to retrieve lines from QTextEdit -- easy way?
    By macias in forum Qt Programming
    Replies: 1
    Last Post: 14th November 2007, 15:44
  5. yet another easy task i cant figure out
    By sincnarf in forum Qt Programming
    Replies: 5
    Last Post: 16th October 2007, 05:46

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.