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