|
libyui-qt-pkg
2.47.5
|
Pkg status and History as a standalone popup dialog. More...
#include <YQPkgHistoryDialog.h>


Public Slots | |
| void | moveToDate () |
| void | moveToAction () |
Public Member Functions | |
| virtual QSize | sizeHint () const |
| Returns the preferred size. More... | |
Static Public Member Functions | |
| static void | showHistoryDialog (QWidget *parent=0) |
| Static convenience method: Post a History dialog for pkg 'pkgName'. | |
Protected Member Functions | |
| void | initialize () |
| YQPkgHistoryDialog (QWidget *parent) | |
| Constructor: Creates a History dialog for all packages that match 'pkgName'. | |
Protected Attributes | |
| QTreeWidget * | _dates |
| QTreeWidget * | _actions |
Pkg status and History as a standalone popup dialog.
Definition at line 55 of file YQPkgHistoryDialog.h.
|
virtual |
Returns the preferred size.
Reimplemented from QWidget to limit the dialog to the screen dimensions.
Definition at line 149 of file YQPkgHistoryDialog.cc.