Changeset bf3bbb9 for src/gui/alarmdialog.ui
- Timestamp:
- 04/14/10 07:48:24 (12 years ago)
- Branches:
- master, qt5
- Children:
- a0b8978
- Parents:
- 47d0a31
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/alarmdialog.ui
r47d0a31 rbf3bbb9 1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 2 3 <class>AlarmDialog</class> 3 <widget class="QDialog" name="AlarmDialog" 4 <property name="geometry" 4 <widget class="QDialog" name="AlarmDialog"> 5 <property name="geometry"> 5 6 <rect> 6 7 <x>0</x> … … 10 11 </rect> 11 12 </property> 12 <property name="sizePolicy" 13 <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding">13 <property name="sizePolicy"> 14 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> 14 15 <horstretch>0</horstretch> 15 16 <verstretch>0</verstretch> 16 17 </sizepolicy> 17 18 </property> 18 <property name="windowTitle" 19 <property name="windowTitle"> 19 20 <string>Dialog</string> 20 21 </property> 21 <layout class="QGridLayout" name="gridLayout" 22 <item row="2" column="0" 23 <layout class="QVBoxLayout" name="verticalLayout" 22 <layout class="QGridLayout" name="gridLayout"> 23 <item row="2" column="0"> 24 <layout class="QVBoxLayout" name="verticalLayout"> 24 25 <item> 25 <widget class="QLabel" name="message" 26 <property name="sizePolicy" 27 <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding">26 <widget class="QLabel" name="message"> 27 <property name="sizePolicy"> 28 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> 28 29 <horstretch>0</horstretch> 29 30 <verstretch>0</verstretch> 30 31 </sizepolicy> 31 32 </property> 32 <property name="text" 33 <property name="text"> 33 34 <string>Alarm message goes here</string> 34 35 </property> 35 <property name="wordWrap" 36 <property name="wordWrap"> 36 37 <bool>true</bool> 37 38 </property> … … 39 40 </item> 40 41 <item> 41 <layout class="QHBoxLayout" name="horizontalLayout_2" 42 <layout class="QHBoxLayout" name="horizontalLayout_2"> 42 43 <item> 43 <widget class="QLabel" name="label" 44 <property name="text" 44 <widget class="QLabel" name="label"> 45 <property name="text"> 45 46 <string/> 46 47 </property> 47 <property name="pixmap" 48 <pixmap resource="../icons.qrc" 48 <property name="pixmap"> 49 <pixmap resource="../icons.qrc">:/icons/fosdem.png</pixmap> 49 50 </property> 50 51 </widget> 51 52 </item> 52 53 <item> 53 <layout class="QGridLayout" name="gridLayout_2" 54 <item row="0" column="1" 55 <widget class="QLabel" name="label_2" 56 <property name="text" 54 <layout class="QGridLayout" name="gridLayout_2"> 55 <item row="0" column="1"> 56 <widget class="QLabel" name="label_2"> 57 <property name="text"> 57 58 <string>Time:</string> 58 59 </property> 59 60 </widget> 60 61 </item> 61 <item row="1" column="1" 62 <widget class="QLabel" name="label_3" 63 <property name="text" 62 <item row="1" column="1"> 63 <widget class="QLabel" name="label_3"> 64 <property name="text"> 64 65 <string>Presenter(s):</string> 65 66 </property> 66 67 </widget> 67 68 </item> 68 <item row="2" column="1" 69 <widget class="QLabel" name="label_4" 70 <property name="text" 69 <item row="2" column="1"> 70 <widget class="QLabel" name="label_4"> 71 <property name="text"> 71 72 <string>Room:</string> 72 73 </property> 73 74 </widget> 74 75 </item> 75 <item row="1" column="3" 76 <widget class="QLabel" name="persons" 77 <property name="text" 76 <item row="1" column="3"> 77 <widget class="QLabel" name="persons"> 78 <property name="text"> 78 79 <string>PRESETNER(S)</string> 79 80 </property> 80 81 </widget> 81 82 </item> 82 <item row="0" column="3" 83 <widget class="QLabel" name="time" 84 <property name="text" 83 <item row="0" column="3"> 84 <widget class="QLabel" name="time"> 85 <property name="text"> 85 86 <string>TIME</string> 86 87 </property> 87 88 </widget> 88 89 </item> 89 <item row="2" column="3" 90 <widget class="QLabel" name="room" 91 <property name="text" 90 <item row="2" column="3"> 91 <widget class="QLabel" name="room"> 92 <property name="text"> 92 93 <string>ROOM</string> 93 94 </property> 94 95 </widget> 95 96 </item> 96 <item row="1" column="0" 97 <widget class="QLabel" name="label_5" 98 <property name="text" 97 <item row="1" column="0"> 98 <widget class="QLabel" name="label_5"> 99 <property name="text"> 99 100 <string/> 100 101 </property> 101 102 </widget> 102 103 </item> 103 <item row="1" column="2" 104 <widget class="QLabel" name="label_6" 105 <property name="text" 104 <item row="1" column="2"> 105 <widget class="QLabel" name="label_6"> 106 <property name="text"> 106 107 <string/> 107 108 </property> … … 111 112 </item> 112 113 <item> 113 <spacer name="horizontalSpacer" 114 <property name="orientation" 114 <spacer name="horizontalSpacer"> 115 <property name="orientation"> 115 116 <enum>Qt::Horizontal</enum> 116 117 </property> 117 <property name="sizeHint" stdset="0" 118 <property name="sizeHint" stdset="0"> 118 119 <size> 119 120 <width>40</width> … … 126 127 </item> 127 128 <item> 128 <layout class="QHBoxLayout" name="horizontalLayout" 129 <layout class="QHBoxLayout" name="horizontalLayout"> 129 130 <item> 130 <widget class="QPushButton" name="appPB" 131 <property name="text" 131 <widget class="QPushButton" name="appPB"> 132 <property name="text"> 132 133 <string>App</string> 133 134 </property> … … 135 136 </item> 136 137 <item> 137 <widget class="QPushButton" name="snoozePB" 138 <property name="text" 138 <widget class="QPushButton" name="snoozePB"> 139 <property name="text"> 139 140 <string>Snooze</string> 140 141 </property> … … 142 143 </item> 143 144 <item> 144 <widget class="QPushButton" name="stopPB" 145 <property name="text" 145 <widget class="QPushButton" name="stopPB"> 146 <property name="text"> 146 147 <string>Cancel</string> 147 148 </property> … … 155 156 </widget> 156 157 <resources> 157 <include location="../icons.qrc" 158 <include location="../icons.qrc"/> 158 159 </resources> 159 160 <connections/>
Note: See TracChangeset
for help on using the changeset viewer.