PDA

View Full Version : [Help]Something wrong with my application in Qt3



cspp
2nd June 2009, 08:44
I have an application use in Qt3.
sometimes it pop some dialog ,and this dialog name like this: "qt_left_dock","qt_right_dock","qt_top_dock","qt_bottom_dock","uname",and my application can not do anything after this five dialog show in my taskbar.

I do know why those five dialog would be shown?

who know in which condition,it will be show those five dialog?thax:)

nish
2nd June 2009, 08:50
do u have the code of **your** app?

cspp
2nd June 2009, 09:01
The code of my app is so big :(
so I want to know which condition the five dialog will be show?

nish
2nd June 2009, 09:39
you can search your code for the strings that those dialogs show and then when u identify the places where they are show(),exec(), setVisible() etc etc... and put a breakpoint. oh man.. dont ask me how to search.. use your editor docs

cspp
2nd June 2009, 12:11
it is defined in QMainWindow,no show no exec to fount in QT SRC:(

nish
2nd June 2009, 14:06
i thought u will search i your code... not in Qt code... infinite no. of ppl use QMainWindow.. never got this problem... so the problem is in your code....

can u show some screenshot of error...

cspp
3rd June 2009, 03:23
it happed in random:(
I will copy the scren in next time when it was happened.
thax all