scaling - Qt Needs to Scale Entire Application Easily -


my problem have developed product using 480x800 on 10" lcd display, , want "give idea" customer has pc.

no modestly-priced laptop has vertical resolution of 800 these days, because of 720p standards, digress.

basically, want take suggestion designer, used qt, , suggest work. has stated impossible, suspect laziness talking.

as .net developer, know how easy scale winforms application, don't want suggest have no expertise, , while searching stackoverflow , google tips scaling , qt have yielded no results.

is there easy cause entire application scale downwards in qt?

thanks can provide.

if mean normal scaling widgets retain sizes , scale, yes, it's easy (like winforms developer achieves anchors if remember correctly). just matter of using layouts , spacers. grid , form layouts flexible in case more complicated layout needed it's easy add subcontainer has different layout. layout concept similar java swing , awt layouts.

also, if used qt creator design ui, selecting container , applying grid layout yields desired results (it's on toolbar).

if mean proportional scaling of widgets it's not simple. 1 need override resizeevent , scale widgets accordingly, plus fonts tricky scale well.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -