Widget that shows all project details. More...
#include <projectdetailswidget.h>
Public Member Functions | |
ProjectDetailsWidget (QWidget *parent=0) | |
Creates a new project detail widget. | |
void | setDetails (const control::data::ProjectDetails &details) |
Sets the given details. | |
control::data::ProjectDetails | currentDetails () const |
Returns the current details. | |
Private Attributes | |
Ui::ProjectDetailsWidget | widgets |
Widget that shows all project details.
This widget is used to set, show or modify project details
Definition at line 23 of file projectdetailswidget.h.
ProjectDetailsWidget::ProjectDetailsWidget | ( | QWidget * | parent = 0 |
) |
Creates a new project detail widget.
parent | The parent widget for this widget |
Definition at line 7 of file projectdetailswidget.cpp.
void ProjectDetailsWidget::setDetails | ( | const control::data::ProjectDetails & | details | ) |
Sets the given details.
details | Details to set in the widget |
Definition at line 12 of file projectdetailswidget.cpp.