Viku
Viku

Reputation: 2973

Knowing screen coordinate in Qt

How to know the coordinate of right hand side bottom of the scrren during runtime ?

Upvotes: 1

Views: 243

Answers (1)

cmannett85
cmannett85

Reputation: 22376

const QRect QDesktopWidget::screenGeometry(int screen = -1) const

Docs.

Upvotes: 3

Related Questions