Kevin McGee
Kevin McGee
I think this issue I created a while back might be related: https://github.com/DigitalGlobe/GGD-OpenSpaceNet/issues/222
There does not seem to be an immediate solution to this problem on Linux. You cannot just remove "one" button from the title bar. The closest I got was by...
The latest version of the GUI was tested by @geovations and many of the resolution issues such as widget/text clipping were solved. The GUI has been tested to look correct...
Some advice from @avitebskiy: you don't necessarily need to inherit from QObject, but you must inherit from the sink class (I guess it's `synchronous_sink`). The idea is that you can...
Logging this as a potential solution: ```#include int main(int argc, char *argv[]) { QApplication::setAttribute(Qt::AA_EnableHighDpiScaling); QApplication app(argc, argv); return app.exec(); } ```
Related to #152
Added `a.setAttribute(Qt::AA_EnableHighDpiScaling);` to address this issue, functionality that was introduced in qt5.6. This function makes Qt scale the main (device independent) coordinate system according to display scale factors provided by...
We should investigate the `QValidator` class for this issue
Confirmed with @gijenk that we're getting white tiles back from DGCS basemap_daily. I believe we're also getting this issue with EVWHS and it has something to do with the image...