Results 1 to 2 of 2

Thread: Bug in my project

  1. #1
    Join Date
    Dec 2008
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Bug in my project

    Hello all,

    I have many bug in my project.
    download: http://dl.free.fr/uk2NOgWXo

    agencement:
    -Initialization of main window, bars, menus and actions
    -functions in relation of files
    -functions to move the mode
    -functions in relation with the generation and the verification of the word
    -functions in relation with QDialog: window addWord , configuration board...
    -functions in relation of the documentation and the window about
    -function aleatoire(=random)


    bug:

    -Picture in label doesn't show


    Thanks in advance for your advice about my code.

    Phast
    Last edited by phast; 20th December 2008 at 22:48.

  2. #2
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Thanked 370 Times in 336 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Bug in my project

    yep, you have a lot of bugs.
    firts of all create all objects as QAction, QGridLayout, QGroupBox, QLabel, QLineEdit, QProgressBar, QWidget, QStringListModel and QTableView, i.e. all widgets and actions and also models, in heap (i.e. allocate them using the new operator).

    the second, I saw that you try to use your own internacinalization method, you are inventing a wheel . you don need to do this by youshelf, Qt supply internatinalizations tools, just look this lik Internationalization.

    the third, I did not find images in 'images' dir, so I could not load it. anyway, you should use Qt's resources to build in images in executable or load it dynamicly.
    Qt Assistant -- rocks!
    please, use tags [CODE] & [/CODE].

Similar Threads

  1. How to Compile VTKDesigner2 with Qt?
    By alfredoaal in forum Newbie
    Replies: 0
    Last Post: 5th September 2008, 05:34
  2. making qmake create VisualStudio console app project file?
    By akos.maroy in forum Qt Programming
    Replies: 2
    Last Post: 18th August 2008, 14:45
  3. Re: Opening Project file Issue in Edyuk
    By philwinder in forum Qt-based Software
    Replies: 6
    Last Post: 5th May 2008, 20:49
  4. Importing qt project to an eclipse workspace
    By isahin in forum Installation and Deployment
    Replies: 2
    Last Post: 28th January 2008, 18:00
  5. Qt4 open src mingw from a PC to another
    By nvictor in forum Installation and Deployment
    Replies: 11
    Last Post: 1st May 2007, 17:41

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.