Changeset 30cd9b6
- Timestamp:
- 01/20/10 19:41:32 (13 years ago)
- Branches:
- master, qt5
- Children:
- 7ec8838
- Parents:
- 53fa43c
- Location:
- src/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/alarmdialog.ui
r53fa43c r30cd9b6 6 6 <x>0</x> 7 7 <y>0</y> 8 <width>33 4</width>9 <height>1 35</height>8 <width>337</width> 9 <height>151</height> 10 10 </rect> 11 11 </property> … … 14 14 </property> 15 15 <layout class="QGridLayout" name="gridLayout" > 16 <item row=" 0" column="0" >16 <item row="2" column="0" > 17 17 <layout class="QVBoxLayout" name="verticalLayout" > 18 <item> 19 <widget class="QLabel" name="message" > 20 <property name="text" > 21 <string>Alarm message goes here</string> 22 </property> 23 <property name="wordWrap" > 24 <bool>true</bool> 25 </property> 26 </widget> 27 </item> 18 28 <item> 19 29 <layout class="QHBoxLayout" name="horizontalLayout_2" > … … 29 39 </item> 30 40 <item> 31 <widget class="QLabel" name="message" > 32 <property name="text" > 33 <string>Alarm message goes here</string> 34 </property> 35 </widget> 41 <layout class="QGridLayout" name="gridLayout_2" > 42 <item row="0" column="1" > 43 <widget class="QLabel" name="label_2" > 44 <property name="text" > 45 <string>Time:</string> 46 </property> 47 </widget> 48 </item> 49 <item row="1" column="1" > 50 <widget class="QLabel" name="label_3" > 51 <property name="text" > 52 <string>Presenter(s):</string> 53 </property> 54 </widget> 55 </item> 56 <item row="2" column="1" > 57 <widget class="QLabel" name="label_4" > 58 <property name="text" > 59 <string>Room:</string> 60 </property> 61 </widget> 62 </item> 63 <item row="1" column="2" > 64 <widget class="QLabel" name="persons" > 65 <property name="text" > 66 <string>PRESETNER(S)</string> 67 </property> 68 </widget> 69 </item> 70 <item row="0" column="2" > 71 <widget class="QLabel" name="time" > 72 <property name="text" > 73 <string>TIME</string> 74 </property> 75 </widget> 76 </item> 77 <item row="2" column="2" > 78 <widget class="QLabel" name="room" > 79 <property name="text" > 80 <string>ROOM</string> 81 </property> 82 </widget> 83 </item> 84 </layout> 36 85 </item> 37 86 <item> -
src/gui/mainwindow.cpp
r53fa43c r30cd9b6 84 84 connect(favTreeView, SIGNAL(clicked(const QModelIndex &)), SLOT(itemClicked(const QModelIndex &))); 85 85 connect(actTreeView, SIGNAL(clicked(const QModelIndex &)), SLOT(itemClicked(const QModelIndex &))); 86 connect(searchTreeView, SIGNAL( doubleClicked(const QModelIndex &)), SLOT(itemDoubleClicked(const QModelIndex &)));86 connect(searchTreeView, SIGNAL(clicked(const QModelIndex &)), SLOT(itemClicked(const QModelIndex &))); 87 87 // request for map to be displayed 88 88 connect(dayTreeView, SIGNAL(requestForMap(const QModelIndex &)), SLOT(displayMap(const QModelIndex &)));
Note: See TracChangeset
for help on using the changeset viewer.