Skip to content
/ v2ray-qt Public

QT5 wrapper of v2ray-windows, to make it like shadowsocks-qt5

Notifications You must be signed in to change notification settings

vibiu/v2ray-qt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

关于本项目

Windows 下的 v2ray GUI程序, 使用 C++ QT 框架编写. 受shadowsocks-qt5启发影响.

编译本项目

Visual Studio 2017 是需要的, 因为我目前只在 Visual Studio 2017 上测试过.

QT 环境配置安装与配置, 查考Qt Documentation>Qt for Windows. 首先为Visual Studio 安装 QT 插件, 参考Qt Documentation > Qt VS Tools Manual. 之后在 Visual Studio 上打开这个项目, 或者直接双击v2ray-qt5.vcxproj. 待 Visual Studio 加载完毕后点击 RUN DEBUGRUN RELEASE, 程序便运行.

使用windeployqt打包:

windeployqt v2ray-qt5.exe

程序运行效果:

右下角 windows 图标: !systray.png

菜单栏: !menu.png

其中Enable Proxy/DisableProxy 表示启用禁用代理. Proxy Mode表示代理模式, 分别有PAC ModeGlobal Mode, 分别代表使用 PAC 文件过滤 URL 和 不过滤 URL, 直接全局使用代理. Restore表示重新打开程序主窗口, 目前配置的部分未有实现, 是空的窗口. Quit表示推出程序, 会关闭已经启用的代理.

项目结构:

resource是程序截图. src是项目源码.

尝试使用:

release中下载试用.

About

QT5 wrapper of v2ray-windows, to make it like shadowsocks-qt5

Resources

Stars

Watchers

Forks

Packages

No packages published