Module qtjambi
Package io.qt

Class QtResources

java.lang.Object
io.qt.QtResources

@Deprecated(forRemoval=true) public final class QtResources extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Access utility class to the QtJambi "classpath:" resource system.
Deprecated: Use QResource instead.
See Also:
  • Method Details

    • addSearchPath

      @Deprecated(forRemoval=true) public static void addSearchPath(String path)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Adds path to the set of paths in which Qt Jambi should search for resources. Resources can be accessed using the "classpath:" scheme.
      See Also:
    • removeSearchPath

      @Deprecated(forRemoval=true) public static void removeSearchPath(String path)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Removes path from the set of paths in which Qt Jambi searches for resources.
      See Also: