From 30cd9b61e112eeadc62cc9ce0f395a41411c0d1b Mon Sep 17 00:00:00 2001 From: pavelpa Date: Wed, 20 Jan 2010 18:41:32 +0000 Subject: [PATCH] updated alarm dialog --- src/gui/alarmdialog.ui | 65 ++++++++++++++++++++++++++++++++++++------ src/gui/mainwindow.cpp | 2 +- 2 files changed, 58 insertions(+), 9 deletions(-) diff --git a/src/gui/alarmdialog.ui b/src/gui/alarmdialog.ui index 09eb2f3..eabdbd7 100644 --- a/src/gui/alarmdialog.ui +++ b/src/gui/alarmdialog.ui @@ -5,16 +5,26 @@ 0 0 - 334 - 135 + 337 + 151 Dialog - + + + + + Alarm message goes here + + + true + + + @@ -28,11 +38,50 @@ - - - Alarm message goes here - - + + + + + Time: + + + + + + + Presenter(s): + + + + + + + Room: + + + + + + + PRESETNER(S) + + + + + + + TIME + + + + + + + ROOM + + + + diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp index 709859a..1c1becf 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -83,7 +83,7 @@ MainWindow::MainWindow(int aEventId, QWidget *aParent) connect(dayTreeView, SIGNAL(clicked(const QModelIndex &)), SLOT(itemClicked(const QModelIndex &))); connect(favTreeView, SIGNAL(clicked(const QModelIndex &)), SLOT(itemClicked(const QModelIndex &))); connect(actTreeView, SIGNAL(clicked(const QModelIndex &)), SLOT(itemClicked(const QModelIndex &))); - connect(searchTreeView, SIGNAL(doubleClicked(const QModelIndex &)), SLOT(itemDoubleClicked(const QModelIndex &))); + connect(searchTreeView, SIGNAL(clicked(const QModelIndex &)), SLOT(itemClicked(const QModelIndex &))); // request for map to be displayed connect(dayTreeView, SIGNAL(requestForMap(const QModelIndex &)), SLOT(displayMap(const QModelIndex &))); connect(favTreeView, SIGNAL(requestForMap(const QModelIndex &)), SLOT(displayMap(const QModelIndex &))); -- 2.39.5