View Issue Details

IDProjectCategoryView StatusLast Update
0029605CommunityOCCT:Samplespublic2023-08-01 15:06
ReporterVico Liang Assigned Tovpozdyayev 
PrioritynormalSeverityminor 
Status newResolutionopen 
Product Version7.2.0 
Target VersionUnscheduled 
Summary0029605: Samples, AndroidQt - Qt::AA_EnableHighDpiScaling display issue
DescriptionTo reproduce the issue:
1. Enable High-DPI with function:
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);

2. Set window width and height with the Item's width and height, rather than with the device dependent width and height from function below:
   eglQuerySurface (anEglDisplay, anEglSurf, EGL_WIDTH, &aWidth);
   eglQuerySurface (anEglDisplay, anEglSurf, EGL_HEIGHT, &aHeight);
TagsNo tags attached.
Test case number

Relationships

related to 0025149 closedbugmaster Open CASCADE Samples - add Qt5/QML sample for Android 4.x 

Activities

kgv

2018-03-21 13:53

developer   ~0074728

> 1. Enable High-DPI with function: QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);

This is not "enable High-DPI" - it is always enabled.
This enables "automatic" High-DPI, which should scale some QML controls "automatically".

Issue History

Date Modified Username Field Change
2018-03-21 12:46 Vico Liang New Issue
2018-03-21 12:46 Vico Liang Assigned To => kgv
2018-03-21 12:52 kgv Category OCCT:Visualization => OCCT:Samples
2018-03-21 12:52 kgv Product Version => 7.2.0
2018-03-21 12:52 kgv Summary AndroidQt sample : High-DPI display issue => Samples, AndroidQt - High-DPI display issue
2018-03-21 12:56 Vico Liang Description Updated
2018-03-21 13:51 kgv Summary Samples, AndroidQt - High-DPI display issue => Samples, AndroidQt - Qt::AA_EnableHighDpiScaling display issue
2018-03-21 13:53 kgv Note Added: 0074728
2018-03-21 13:53 kgv Assigned To kgv => apn
2018-03-21 13:59 kgv Relationship added related to 0025149
2019-07-19 19:01 apn Target Version 7.4.0 => 7.5.0
2020-09-11 16:35 utverdov Assigned To apn => inv
2020-09-11 16:41 kgv Assigned To inv => kgv
2020-09-11 16:41 kgv Target Version 7.5.0 => 7.6.0
2021-09-09 23:07 kgv Target Version 7.6.0 => 7.7.0
2022-10-19 15:50 smoskvin Assigned To kgv => vpozdyayev
2022-10-24 10:43 szy Target Version 7.7.0 => 7.8.0
2023-08-01 15:06 dpasukhi Target Version 7.8.0 => Unscheduled