summaryrefslogtreecommitdiff
path: root/client/pcpviewer/pcpviewer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/pcpviewer/pcpviewer.cc')
-rw-r--r--client/pcpviewer/pcpviewer.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/pcpviewer/pcpviewer.cc b/client/pcpviewer/pcpviewer.cc
index 5853e0a..ea59edb 100644
--- a/client/pcpviewer/pcpviewer.cc
+++ b/client/pcpviewer/pcpviewer.cc
@@ -42,6 +42,9 @@
PCPViewer::PCPViewer(QString patientid) : praxisd("sarge", 10000)
{
+ setWindowTitle(tr("Pracro Patient View"));
+ setWindowIcon(QIcon(":/icons/icon.png"));
+
this->patientid = patientid;
setLayout(new QVBoxLayout());