introducing the PositioningRuler widget:

it's a qwidgets that features a wordprocessor like ruler that can be
used to reposition and resize the panel.
its elements are drawn by Plasma::Svg, so also a proper svg
(widgets/containments-controls) is added.
it mostly works but still needs some love
* the not-left alignments are still not tested
* the panel still don't save its minimum and maximum sizes

svn path=/trunk/KDE/kdebase/workspace/plasma/desktoptheme/; revision=804713
This commit is contained in:
Marco Martin 2008-05-06 20:06:52 +00:00
parent b89944d8a9
commit 9724c1a3dc
2 changed files with 3186 additions and 0 deletions

View File

@ -25,6 +25,7 @@ install(FILES
widgets/analog_meter.svg
widgets/bar_meter_horizontal.svg
widgets/bar_meter_vertical.svg
widgets/containment-controls.svg
DESTINATION ${DATA_INSTALL_DIR}/desktoptheme/default/widgets/)
install(FILES

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 175 KiB