Drag example that allows delayed data
When the drag operation works, we start to build the data.
Windows: Yes
Linux: No
Darwin: No
If you want to commit any changes, write the code in the following format.
set encoding=utf-8
set tabstop=8
set shiftwidth=8
/// <summary>
/// The description of the current function
/// </summary>
/// <param name="_ParameterName"> Parameter description </param>
/// <returns> Return value description</returns>
/// <examples> Examples </examples>First install all required dependencies and build tools:
sudo apt install git
sudo apt install autoconf
sudo apt install automake
sudo apt install libtool-bin
sudo apt install cmakeThen clone the actual project Repository:
git clone https://github.com/libxcc/QtDrag-Delay.git
svn checkout https://github.com/libxcc/QtDrag-Delay/trunk
cd xcc-coreNow you can build and install it:
cmake .
make
sudo make installThis library is licensed under the GNU Lesser General Public License v2.1,
also included in the repository in the LICENSE file.
README Updated on: 2023-07-20