robert1207 / QCaptureWindow

A qt capture window that can be resize(with resize marker), move , and transparent.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QCaptureWindow

QCaptureWindow is a transparent-background window that can be moved and resized.

QCaptureWindow是一个透明可移动缩放的Qt窗口

  1. 窗口背景透明,窗口中的控件并不透明。
  2. 可以使用鼠标拖动窗口位置;
  3. 可以通过拖放角任意改变窗口大小;
  4. 可以正常放置任何控件或留空;
  5. 此透明窗口用于实现截图功能或截取视频的功能;
  6. 点击例子中透明窗口里的按钮即可保存透明选取的截图到执行文件目录;

示例视频(demo video)

demo_video

About

A qt capture window that can be resize(with resize marker), move , and transparent.

License:GNU General Public License v3.0


Languages

Language:C++ 93.1%Language:QMake 6.9%