📄 netaccess.h
字号:
#ifndef __kio_netaccess_h__#define __kio_netaccess_h__#include <qfile.h>#include <kurl.h>#include <kfileitem.h>namespace KIO{ class NetAccess { public: static bool stat( const KURL &src, KIO::UDSEntry &entry ) { return ::stat( QFile::encodeName( src.path() ), &entry ) != -1; } static bool download( const KURL &src, QString &target ); static void removeTempFile( const QString & ); static QString lastErrorString(); };};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -