libyui-qt-pkg
2.47.5
|
Pkg status and description as a standalone popup dialog. More...
#include <YQPkgDescriptionDialog.h>
Public Member Functions | |
virtual QSize | sizeHint () const |
Returns the preferred size. More... | |
Static Public Member Functions | |
static void | showDescriptionDialog (const QString &pkgName) |
Static convenience method: Post a description dialog for pkg 'pkgName'. | |
Protected Member Functions | |
YQPkgDescriptionDialog (QWidget *parent, const QString &pkgName) | |
Constructor: Creates a description dialog for all packages that match 'pkgName'. | |
void | filter (const QString &pkgName) |
Apply the filter criteria: Fill the pkg list with pkgs that match the specified package name. | |
bool | isEmpty () const |
Returns 'true' if the pkg list is empty. More... | |
Protected Attributes | |
YQPkgList * | _pkgList |
YQPkgDescriptionView * | _pkgDescription |
Pkg status and description as a standalone popup dialog.
Definition at line 54 of file YQPkgDescriptionDialog.h.
|
protected |
Returns 'true' if the pkg list is empty.
This is only meaningful after calling 'filter()' !
Definition at line 171 of file YQPkgDescriptionDialog.cc.
|
virtual |
Returns the preferred size.
Reimplemented from QWidget to limit the dialog to the screen dimensions.
Definition at line 182 of file YQPkgDescriptionDialog.cc.