#include <YQPkgYouPatchFilterView.h>
Public Slots | |
void | updateTotalDownloadSize () |
Public Member Functions | |
YQPkgYouPatchFilterView (QWidget *parent) | |
virtual | ~YQPkgYouPatchFilterView () |
YQPkgYouPatchList * | youPatchList () const |
virtual QSize | sizeHint () const |
Protected Slots | |
void | fillPatchList () |
Protected Attributes | |
QSplitter * | _splitter |
YQPkgYouPatchList * | _youPatchList |
QComboBox * | _patchCategory |
QTabWidget * | _detailsViews |
YQPkgDescriptionView * | _descriptionView |
QLabel * | _totalDownloadSize |
|
Constructor |
|
Destructor |
|
Fill the YOU patch list with regard to the _patchCategory combo box. |
|
Reimplemented from QWidget: Reserve a reasonable amount of space. |
|
Update the "total download size" field. |
|
Returns this view's selections list. |
|
|
|
|
|
|
|
|
|
|
|
|