#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 |
|
Constructor: Creates a description dialog for all packages that match 'pkgName'. |
|
Apply the filter criteria: Fill the pkg list with pkgs that match the specified package name. |
|
Returns 'true' if the pkg list is empty. This is only meaningful after calling 'filter()' ! |
|
Static convenience method: Post a description dialog for pkg 'pkgName'. |
|
Returns the preferred size. Reimplemented from QWidget to limit the dialog to the screen dimensions. |
|
|
|
|