QFavoriteServicesList Class Reference
[QtBaseModule]
The QFavoriteServicesList widget presents a list of services. More...
#include <QFavoriteServicesList>
Inherits QSmoothList.
Public Functions
Signals
- void selected ( const QModelIndex & index )
Additional Inherited Members
- 57 properties inherited from QWidget
- 1 property inherited from QObject
- 10 public slots inherited from QSmoothList
- 19 public slots inherited from QWidget
- 1 public slot inherited from QObject
- 1 public type inherited from QObject
- 4 static public members inherited from QWidget
- 4 static public members inherited from QObject
- 38 protected functions inherited from QWidget
- 7 protected functions inherited from QObject
- 1 protected function inherited from QPaintDevice
- 1 protected slot inherited from QWidget
- 2 protected variables inherited from QObject
- 1 protected type inherited from QPaintDevice
Detailed Description
The QFavoriteServicesList widget presents a list of services.
An implementation of a UI for the Favorite services list.
This class is a Qt Extended server widget. It is part of the Qt Extended server and cannot be used by other Qt Extended applications.
Member Function Documentation
QFavoriteServicesList::QFavoriteServicesList ( QWidget * parent = 0 )
Constructs a QFavoriteServicesList object with the given parent.
QFavoriteServicesList::~QFavoriteServicesList ()
Destroys the QFavoriteServicesList
int QFavoriteServicesList::rowCount ()
Returns the number of rows in the list
void QFavoriteServicesList::selected ( const QModelIndex & index ) [signal]
This signal is emitted when a model index is selected. index is the index that was selected.
void QFavoriteServicesList::setCurrentRow ( int row )
Sets the current row to row, as long as 0 <= row < rowCount()
Copyright © 2009 Trolltech |
Trademarks |
Qt Extended 4.4.3 |