Skip to content
forked from N1coc4colA/DA

Dtk (Deepin Toolkit) addons library

License

Notifications You must be signed in to change notification settings

deepin-espanol/DA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DA

Dtk (Deepin Toolkit) addons library. Its name is LibDA (LDA), and in the system, it is liblibDA, or for now at least.

What is it?

That's a library to have many components easily extensible, fast to handle and documented in the headers for your favorite DE and your comprehension when you search a class member. The classes in this library are not officially part of Dtk, but is a suite of addons. It can handle mouse and finger gestures faster and easily, with a template class integrated (SwipingGesture with VisualStackElement) or extend exisiting components part of Dtk (like DBlurEffect -> EffectWidget that has more in-window effects, or SwipingGestures that enhances Qt's QGesture's family). This is (for the moment) built as a trick library to have somethings already made (like DSplittedWindow nor it bar), or the auto debugging DApplication derivate (DAddonApplication).

What it should not

  • Lead only by my needs, as it has been, even if it could be bad.
  • Be maintained, enhanced, updated only by me
  • Only for my own interest

How to build

Go in the source directory and then:

$ qmake
$ make

If you want to install it:

# make install

If you haven't the capacity to build it, a compiled version should be released yet.

About

Dtk (Deepin Toolkit) addons library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.5%
  • Other 1.5%