File: control

package info (click to toggle)
qt-color-widgets 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 916 kB
  • sloc: cpp: 6,923; sh: 236; makefile: 13
file content (71 lines) | stat: -rw-r--r-- 3,195 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Source: qt-color-widgets
Section: libdevel
Priority: optional
Maintainer: Dima Kogan <dkogan@debian.org>
Build-Depends: cmake,
               debhelper-compat (= 13),
               qtbase5-dev,
               qttools5-dev
Standards-Version: 4.6.0
Homepage: https://gitlab.com/mattbas/Qt-Color-Widgets
Vcs-Git: https://salsa.debian.org/debian/qt-color-widgets.git
Vcs-Browser: https://salsa.debian.org/debian/qt-color-widgets

Package: libqt-color-widgets2
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt widgets to manage color inputs
 This is a color dialog that is more user-friendly than the default QColorDialog
 and several other color-related widgets
 .
 The provided widgets are:
   - ColorWheel, An analog widget used to select a color
   - ColorPreview, A simple widget that displays a color
   - GradientSlider, A slider that has a gradient background
   - HueSlider, A variant of GradientSlider that has a rainbow background
   - ColorSelector, A ColorPreview that shows a ColorDialog when clicked
   - ColorDialog, A dialog that uses the above widgets to provide a better user
     experience than QColorDialog
   - ColorListWidget, A widget to edit a list of colors
   - Swatch, A widget to display a color palette
   - ColorPaletteWidget, A widget to use and manage a list of palettes
   - Color2DSlider, An analog widget used to select 2 color components
   - ColorLineEdit, A widget to manipulate a string representing a color
   - HarmonyColorWheel, A ColorWheel which allows defining multiple colors,
     separated by hue
   - GradientListModel, A QAbstractListModel used to list gradients (useful for
     combo boxes, list views and the like)
 .
 This package contains the run-time libraries

Package: libqt-color-widgets-dev
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libqt-color-widgets2 (= ${binary:Version}),
         qtbase5-dev
Description: Qt widgets to manage color inputs
 This is a color dialog that is more user-friendly than the default QColorDialog
 and several other color-related widgets
 .
 The provided widgets are:
   - ColorWheel, An analog widget used to select a color
   - ColorPreview, A simple widget that displays a color
   - GradientSlider, A slider that has a gradient background
   - HueSlider, A variant of GradientSlider that has a rainbow background
   - ColorSelector, A ColorPreview that shows a ColorDialog when clicked
   - ColorDialog, A dialog that uses the above widgets to provide a better user
     experience than QColorDialog
   - ColorListWidget, A widget to edit a list of colors
   - Swatch, A widget to display a color palette
   - ColorPaletteWidget, A widget to use and manage a list of palettes
   - Color2DSlider, An analog widget used to select 2 color components
   - ColorLineEdit, A widget to manipulate a string representing a color
   - HarmonyColorWheel, A ColorWheel which allows defining multiple colors,
     separated by hue
   - GradientListModel, A QAbstractListModel used to list gradients (useful for
     combo boxes, list views and the like)
 .
 This package contains the build-time libraries