Module qtjambi
Package io.qt

Class QtResources

java.lang.Object
io.qt.QtResources

public final class QtResources
extends Object
Access utility class to the QtJambi "classpath:" resource system.
  • Method Details

    • addSearchPath

      public static void addSearchPath​(String path)
      Adds path to the set of paths in which Qt Jambi should search for resources. Resources can be accessed using the "classpath:" scheme.
    • removeSearchPath

      public static void removeSearchPath​(String path)
      Removes path from the set of paths in which Qt Jambi searches for resources.