There are two ways that multiple monitors may be used: as one large desktop or as a number of independent displays. When used as one large desktop, the monitors create more screen space for applications.

So how can i detect that the desktop is whether make up of multiple monitors or just one monitor? QApplication::desktop()->screenCount() just return 1 for both case.

Is Qt support that? or have to use native API?

Thanks in advance!