hi friends,
i try to embed a gtk program in to my Qt window using QX11EmbedContainer and embedClient to embed that gtk window into my Qt frame using its window ID .. its working fine but every first time after compiling make it is giving seg.fault but after that its perfect ..
some times later after stand by and again running its giving seg.fault ..
i dont know where is the fault ... i start the process and use single shot timer to wait for 400 millisec and i use to get the window id of the gtk program by system call xwininfo and i embed it ...
please help