20 #include <QVBoxLayout>
23 const bool reuse_widget =
true;
29 setWindowTitle(QLatin1String(
"Job OutputData"));
30 setObjectName(
"JobOutputDataWidget");
32 setMinimumSize(400, 400);
33 setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
35 QVBoxLayout* mainLayout =
new QVBoxLayout;
36 mainLayout->setMargin(0);
37 mainLayout->setSpacing(0);
44 setLayout(mainLayout);
Defines class JobResultsPresenter.
The ItemStackPresenter templated class extends ItemStackWidget so it could operate with SesionItem ed...
void setItem(U *item, bool *isNew=0)
Shows the widget for given item (and hides previous one).
Presents results of job (JobItem) using stack of different widgets and combo box in the right top cor...
Defines namespace Constants.