libyui-qt-pkg
2.42.13
|
#include <YQPkgProductDialog.h>
Public Member Functions | |
virtual QSize | sizeHint () const |
virtual void | polish () |
Static Public Member Functions | |
static void | showProductDialog () |
Protected Member Functions | |
YQPkgProductDialog (QWidget *parent) | |
Protected Attributes | |
YQPkgProductList * | _productList |
QTabWidget * | _detailsViews |
YQPkgDependenciesView * | _dependenciesView |
Products list with dependencies details view
Definition at line 55 of file YQPkgProductDialog.h.
|
protected |
Constructor: Creates a description dialog for all packages that match 'pkgName'.
Definition at line 69 of file YQPkgProductDialog.cc.
|
virtual |
Delayed initialization after the dialog is fully created.
Reimplemented from QWidget.
Definition at line 148 of file YQPkgProductDialog.cc.
|
static |
Static convenience method: Post a dialog with all products
Definition at line 171 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.