From: pavelpa Date: Wed, 20 Jan 2010 18:41:32 +0000 (+0000) Subject: updated alarm dialog X-Git-Tag: 0.5.0~246 X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/commitdiff_plain/30cd9b61e112eeadc62cc9ce0f395a41411c0d1b updated alarm dialog --- 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 &)));