java.lang.Object
io.qt.QtResources
public final class QtResources extends Object
Access utility class to the QtJambi "classpath:" resource system.
-
Method Summary
Modifier and Type Method Description static void
addSearchPath(String path)
Addspath
to the set of paths in which Qt Jambi should search for resources.static void
removeSearchPath(String path)
Removespath
from the set of paths in which Qt Jambi searches for resources.
-
Method Details
-
addSearchPath
Addspath
to the set of paths in which Qt Jambi should search for resources. Resources can be accessed using the "classpath:" scheme. -
removeSearchPath
Removespath
from the set of paths in which Qt Jambi searches for resources.
-