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