Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Showcase
  4. My First Qt C++ Application "Clipboard Manager"
Forum Updated to NodeBB v4.3 + New Features

My First Qt C++ Application "Clipboard Manager"

Scheduled Pinned Locked Moved Unsolved Showcase
2 Posts 2 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Khaled Alam
    wrote on 18 Aug 2019, 16:45 last edited by
    #1

    Linux GUI app for managing and restoring the clipboard’s text-copies using C++ and Qt.

    Project on GitHub: https://github.com/khaledalam/Clipboard-Manager

    Screencast: https://youtu.be/yrfvfdErRP8

    alt text
    alt text

    The clipboard is a buffer that some operating systems provide for short-term storage and transfer within and between application programs. The clipboard is usually temporary and unnamed, and its contents reside in the computer's RAM.[1] The clipboard is sometimes called the paste buffer.

    An operating system that supports a clipboard provides an application programming interface by which programs can specify cut, copy and paste operations. It is left to the program to define methods for the user to command these operations, which may include keybindings and menu selections. When an element is copied or cut, the clipboard must store enough information to enable a sensible result no matter where the element is pasted. Application programs may extend the clipboard functions that the operating system provides. A clipboard manager may give the user additional control over the clipboard. Specific clipboard semantics vary among operating systems, can also vary between versions of the same system, and can sometimes be changed by programs and by user preferences.

    Windows, Linux and macOS support a single clipboard transaction.[2] Each cut or copy overwrites the previous contents. Normally, paste operations copy the contents, leaving the contents available in the clipboard for further pasting.

    The pointing device gesture of drag and drop may let a user move information within and between applications, independent of the clipboard.[3]

    K 1 Reply Last reply 19 Aug 2019, 09:06
    4
    • K Khaled Alam
      18 Aug 2019, 16:45

      Linux GUI app for managing and restoring the clipboard’s text-copies using C++ and Qt.

      Project on GitHub: https://github.com/khaledalam/Clipboard-Manager

      Screencast: https://youtu.be/yrfvfdErRP8

      alt text
      alt text

      The clipboard is a buffer that some operating systems provide for short-term storage and transfer within and between application programs. The clipboard is usually temporary and unnamed, and its contents reside in the computer's RAM.[1] The clipboard is sometimes called the paste buffer.

      An operating system that supports a clipboard provides an application programming interface by which programs can specify cut, copy and paste operations. It is left to the program to define methods for the user to command these operations, which may include keybindings and menu selections. When an element is copied or cut, the clipboard must store enough information to enable a sensible result no matter where the element is pasted. Application programs may extend the clipboard functions that the operating system provides. A clipboard manager may give the user additional control over the clipboard. Specific clipboard semantics vary among operating systems, can also vary between versions of the same system, and can sometimes be changed by programs and by user preferences.

      Windows, Linux and macOS support a single clipboard transaction.[2] Each cut or copy overwrites the previous contents. Normally, paste operations copy the contents, leaving the contents available in the clipboard for further pasting.

      The pointing device gesture of drag and drop may let a user move information within and between applications, independent of the clipboard.[3]

      K Offline
      K Offline
      koahnig
      wrote on 19 Aug 2019, 09:06 last edited by
      #2

      @khaled-alam

      Hi and welcome to devnet forum

      Thanks for sharing the details of your project.
      I have moved it to the showcase where the post seems to fit better.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0

      1/2

      18 Aug 2019, 16:45

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved