首页 > TAG信息列表 > file-manager

可以在PyQt应用程序中预览pdf吗?

我正在使用PyQt4在Windows中使用Windows的Python文件管理器,该文件管理器几乎只处理pdf.我想保持它的便携性,以便可以用USB记忆棒将其运行. 是否可以预览pdf,类似于此 http://www.neosoftware.com/neobook/modules/pubs/singlefile.php?cid=8&lid=68 但是使用python和pyqt吗?解决方

在Android中打开默认文件管理器?

我的Android设备包含默认文件管理器和一个按钮(打开).单击按钮时如何打开文件管理器?解决方法:在你的按钮监听器中尝试这样的事情: openButton.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { Intent intent = new Intent();

android – 在文件管理器中打开特定文件夹以供查看

我为用户下载了一个文件,现在我想将用户导航到下载文件的特定文件夹.我搜索了很多,这是我能想到的最好的 public static void openASpecificFolderInFileManager(Context context, String path) { Intent i = new Intent(Intent.ACTION_VIEW); i.setFlags(Intent.FLAG