PDA

View Full Version : how to fit resize multiple application to build a mosaic on the screen?



marco.stanzani
7th October 2011, 11:10
hi there
i need to run N Qt applications (let N an even number, e.g. 4 for sake of simplicity) and i'd like them fitting to the screen to compose a mosaic. is thre a simple way to do this? i find difficult to make all the controls of the individual application resize accordingly

thanks much

wysota
7th October 2011, 22:26
No, unless the applications can communicate with each other. However if you are looking for a one-line-of-code solution, there is none.