#include <YQPkgProductDialog.h>
Public Member Functions | |
virtual QSize | sizeHint () const |
virtual void | polish () |
Static Public Member Functions | |
static void | showProductDialog (QWidget *parent=0) |
Protected Member Functions | |
YQPkgProductDialog (QWidget *parent) | |
Protected Attributes | |
YQPkgProductList * | _productList |
QTabWidget * | _detailsViews |
YQPkgDependenciesView * | _dependenciesView |
Products list with dependencies details view
|
protected |
Constructor: Creates a description dialog for all packages that match 'pkgName'.
|
virtual |
Delayed initialization after the dialog is fully created.
Reimplemented from QWidget.
|
static |
Static convenience method: Post a dialog with all products
|
virtual |
Returns the preferred size.
Reimplemented from QWidget to limit the dialog to the screen dimensions.