/QScreenShotter

The screenshot program with Qt.

Primary LanguageC++

Make screenshot and share it!

###QScreenShotter Build Status

The program QScreenShotter will help you comfortably share screenshots via IM or social networks.

You will need to choose from three ways to take a screenshot:

  1. Full screen:

Linux ScreenShot

  1. Window under mouse

Taking window

  1. Region of the screen

Taking a region

Click Export button and get your link.

Export to WEB simple dialog

Extended version

Export to WEB extended dialog

Clipboard import report

Clipboard import information

Here is preview of the screenshot on the web

Screenshot in WEB

Сompiles for Linux and Windows.

How to install on Windows?

Download and run the installer.

How to compile on Windows?

Read the official manual.

How to compile and run on Linux?

You will need Qt plugin for QPA. On Ubuntu you can install it using the command:

sudo apt-get install libqt5x11extras5-dev

  1. download the sources git clone https://github.com/sb0y/QScreenShotter.git
  2. go to the downloaded directory and compile: cd QScreenShotter && qmake && make
  3. run application ./qsc