[Help]Something wrong with my application in Qt3
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_b ottom_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:)
Re: [Help]Something wrong with my application in Qt3
do u have the code of **your** app?
Re: [Help]Something wrong with my application in Qt3
The code of my app is so big :(
so I want to know which condition the five dialog will be show?
Re: [Help]Something wrong with my application in Qt3
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
Re: [Help]Something wrong with my application in Qt3
it is defined in QMainWindow,no show no exec to fount in QT SRC:(
Re: [Help]Something wrong with my application in Qt3
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...
Re: [Help]Something wrong with my application in Qt3
it happed in random:(
I will copy the scren in next time when it was happened.
thax all