Quote Originally Posted by [maTa]
#2 0x022e418f in QWidget::show () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#3 0x02446556 in QDialog::show () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#4 0x0805b651 in Form2::qt_invoke (this=0x9207000, _id=47, _o=0xbffa5aa8)
at .moc/moc_form2.cpp:102
It looks like it crashes when you try to show Form3 in Form2::dodaj(). I just wonder why it doesn't crash on my system (I use Qt 3.3.5).

Did you try to run "make clean && qmake && make"? Does it still crash?

Does it crash with this code?
Qt Code:
  1. void Form2::dodaj()
  2. {
  3. }
To copy to clipboard, switch view to plain text mode