Пример #1
0
 public static string StorageLocation(QDesktopServices.StandardLocation type)
 {
     return (string) staticInterceptor.Invoke("storageLocation$", "storageLocation(QDesktopServices::StandardLocation)", typeof(string), typeof(QDesktopServices.StandardLocation), type);
 }
Пример #2
0
 public static string DisplayName(QDesktopServices.StandardLocation type)
 {
     return (string) staticInterceptor.Invoke("displayName$", "displayName(QDesktopServices::StandardLocation)", typeof(string), typeof(QDesktopServices.StandardLocation), type);
 }