[us-commits] [ehb54/ultrascan3] 045f26: Update deprecated Qt APIs in `us_plot.cpp` and `US...

Lukas Dobler noreply at github.com
Tue Oct 21 02:05:38 MDT 2025


  Branch: refs/heads/lukas/qt6-QPrinter
  Home:   https://github.com/ehb54/ultrascan3
  Commit: 045f261a9a7da2a5d07412dcaf94406e6d7eb25a
      https://github.com/ehb54/ultrascan3/commit/045f261a9a7da2a5d07412dcaf94406e6d7eb25a
  Author: doluk <69309597+doluk at users.noreply.github.com>
  Date:   2025-10-21 (Tue, 21 Oct 2025)

  Changed paths:
    M gui/us_plot.cpp

  Log Message:
  -----------
  Update deprecated Qt APIs in `us_plot.cpp` and `US_PlotPicker`

Replaced `QPrinter::setOrientation()` with `QPrinter::setPageOrientation()` and migrated from `QTime` to `QElapsedTimer` for mouse event handling. Improves compatibility with modern Qt versions and enhances code consistency.


  Commit: d7d5acb16cf08470fc0fb3e9d919cda4fe58d00e
      https://github.com/ehb54/ultrascan3/commit/d7d5acb16cf08470fc0fb3e9d919cda4fe58d00e
  Author: doluk <69309597+doluk at users.noreply.github.com>
  Date:   2025-10-21 (Tue, 21 Oct 2025)

  Changed paths:
    M programs/us_2dsa/us_2dsa_process.h

  Log Message:
  -----------
  Migrate `QTime` to `QElapsedTimer` in `us_2dsa_process.h` for modern Qt compatibility and improved timing accuracy.


  Commit: 26edf0996572268569a5979a221306bc289b6916
      https://github.com/ehb54/ultrascan3/commit/26edf0996572268569a5979a221306bc289b6916
  Author: doluk <69309597+doluk at users.noreply.github.com>
  Date:   2025-10-21 (Tue, 21 Oct 2025)

  Changed paths:
    M programs/us_pcsa/us_pcsa_process.h

  Log Message:
  -----------
  Migrate `QTime` to `QElapsedTimer` in `us_pcsa_process.h` for modern Qt compatibility and improved timing precision.


  Commit: ac760208f3f700426a726ff212ee3165f77ac2a2
      https://github.com/ehb54/ultrascan3/commit/ac760208f3f700426a726ff212ee3165f77ac2a2
  Author: doluk <69309597+doluk at users.noreply.github.com>
  Date:   2025-10-21 (Tue, 21 Oct 2025)

  Changed paths:
    M programs/us_audit_trail_gmp/us_audit_trail_gmp.cpp
    M programs/us_esigner_gmp/us_esigner_gmp.cpp
    M programs/us_mwl_species_fit/us_mwl_sf_plot3d.cpp
    M programs/us_reporter/us_reporter.cpp

  Log Message:
  -----------
  Replace deprecated `QPrinter` methods with modern equivalents for improved Qt compatibility.


Compare: https://github.com/ehb54/ultrascan3/compare/2c6055c8e24a...ac760208f3f7

To unsubscribe from these emails, change your notification settings at https://github.com/ehb54/ultrascan3/settings/notifications


More information about the us-commits mailing list