Qt version sanity check

Issue #306 closed
Benjamin Jakimow created an issue

Implement a CI / post-push check to ensure that *.ui files do not include the shortcutVisibleInContextMenu property.

  <action>
  ....
   <property name="shortcutVisibleInContextMenu">
    <bool>true</bool>
   </property>
  </action>

This related to closed issue #286

Comments (3)

  1. Benjamin Jakimow reporter

    pulled hubdc + hubflow updates removed pyqtgraph from enmapbox repo site-packages pulled and applied QPS updates: - changes resource handling - improved TestCases - uses qps.utils.loadUi(...) to initialize widgets (closes issue #306)

    refactored make/compileresourcefiles.py

    Signed-off-by: Benjamin Jakimow benjamin.jakimow@geo.hu-berlin.de benjamin.jakimow@geo.hu-berlin.de

    → <<cset 8073d28ae9a8>>

  2. Benjamin Jakimow reporter

    pulled hubdc + hubflow updates removed pyqtgraph from enmapbox repo site-packages pulled and applied QPS updates: - changes resource handling - improved TestCases - uses qps.utils.loadUi(...) to initialize widgets (closes issue #306)

    refactored make/compileresourcefiles.py

    Signed-off-by: Benjamin Jakimow benjamin.jakimow@geo.hu-berlin.de benjamin.jakimow@geo.hu-berlin.de

    → <<cset 8073d28ae9a8>>

  3. Log in to comment