Phonon
seekslider.cpp
78 connect(media, SIGNAL(currentSourceChanged(Phonon::MediaSource)), SLOT(_k_currentSourceChanged()));
146 //this releases the mouse and makes the seek slider stop seeking if the current source has changed
239 d->layout.setDirection(o == Qt::Horizontal ? QBoxLayout::LeftToRight : QBoxLayout::TopToBottom);
252 d->iconLabel.setPixmap(d->icon.pixmap(d->iconSize, d->slider.isEnabled() ? QIcon::Normal : QIcon::Disabled));
void setTickInterval(qint32 newTickInterval)
Sets the tick interval in milliseconds.
bool isSeekable() const
Check whether the current media may be seeked.
Note that all constructors of this class are implicit, so that you can simply write.
Definition Phonon-Graph.cpp:17
Widget providing a slider for seeking in MediaObject objects.
Definition seekslider.h:47
SeekSlider(QWidget *parent=nullptr)
Constructs a seek slider widget with the given parent.
Definition seekslider.cpp:36
void setMediaObject(MediaObject *)
Sets the media object to be controlled by this slider.
Definition seekslider.cpp:64
Qt::Orientation orientation
This property holds the orientation of the slider.
Definition seekslider.h:93
AKONADI_CALENDAR_EXPORT KCalendarCore::Event::Ptr event(const Akonadi::Item &item)
LeftToRight
bool sendEvent(QObject *receiver, QEvent *event)
MouseButtonRelease
Normal
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
bool disconnect(const QMetaObject::Connection &connection)
typedef Alignment
LeftButton
Orientation
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:17 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:17 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.