Changeset 264f5e7 for src/gui/mainwindow.ui
- Timestamp:
- 10/05/11 00:11:03 (11 years ago)
- Branches:
- master, qt5
- Children:
- dc66a91
- Parents:
- a9430aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.ui
ra9430aa r264f5e7 39 39 <widget class="QTabWidget" name="tabWidget"> 40 40 <property name="currentIndex"> 41 <number> 1</number>41 <number>0</number> 42 42 </property> 43 43 <property name="elideMode"> 44 44 <enum>Qt::ElideRight</enum> 45 45 </property> 46 <widget class="QWidget" name="nowTab">47 <attribute name="title">48 <string>Now</string>49 </attribute>50 <layout class="QGridLayout" name="gridLayout_7">51 <item row="0" column="0">52 <widget class="NowTabContainer" name="nowTabContainer" native="true"/>53 </item>54 </layout>55 </widget>56 46 <widget class="QWidget" name="favouritesTab"> 57 47 <attribute name="title"> 58 <string> Favourites</string>48 <string>&Favourites</string> 59 49 </attribute> 60 50 <layout class="QGridLayout" name="gridLayout_3"> … … 66 56 <widget class="QWidget" name="dayViewTab"> 67 57 <attribute name="title"> 68 <string> Day View</string>58 <string>&Days</string> 69 59 </attribute> 70 60 <layout class="QGridLayout" name="gridLayout"> … … 76 66 <widget class="QWidget" name="tracksTab"> 77 67 <attribute name="title"> 78 <string> Tracks</string>68 <string>&Tracks</string> 79 69 </attribute> 80 70 <layout class="QGridLayout" name="gridLayout_4"> … … 86 76 <widget class="QWidget" name="roomsTab"> 87 77 <attribute name="title"> 88 <string> Rooms</string>78 <string>&Rooms</string> 89 79 </attribute> 90 80 <layout class="QGridLayout" name="gridLayout_8"> … … 96 86 <widget class="QWidget" name="searchTab"> 97 87 <attribute name="title"> 98 <string> Search</string>88 <string>&Search</string> 99 89 </attribute> 100 90 <layout class="QHBoxLayout" name="horizontalLayout_1"> … … 143 133 </attribute> 144 134 <addaction name="reloadAction"/> 145 <addaction name="actionNow"/> 135 <addaction name="nowAction"/> 136 <addaction name="searchAction"/> 146 137 </widget> 147 138 <action name="conferencesAction"> 148 139 <property name="text"> 149 <string>Conferences</string> 140 <string>C&onferences</string> 141 </property> 142 <property name="shortcut"> 143 <string>Ctrl+O</string> 150 144 </property> 151 145 </action> 152 146 <action name="settingsAction"> 153 147 <property name="text"> 154 <string>Settings</string> 148 <string>S&ettings</string> 149 </property> 150 <property name="shortcut"> 151 <string>Ctrl+E</string> 155 152 </property> 156 153 </action> 157 154 <action name="aboutAction"> 158 155 <property name="text"> 159 <string> About</string>156 <string>&About</string> 160 157 </property> 161 158 </action> … … 163 160 <property name="text"> 164 161 <string>&Quit</string> 162 </property> 163 <property name="shortcut"> 164 <string>Ctrl+Q</string> 165 165 </property> 166 166 </action> … … 180 180 </property> 181 181 </action> 182 <action name=" actionNow">182 <action name="nowAction"> 183 183 <property name="icon"> 184 184 <iconset resource="../icons.qrc"> … … 192 192 </property> 193 193 </action> 194 <action name="searchAction"> 195 <property name="icon"> 196 <iconset resource="../icons.qrc"> 197 <normaloff>:/icons/search.png</normaloff>:/icons/search.png</iconset> 198 </property> 199 <property name="text"> 200 <string>&Search</string> 201 </property> 202 <property name="shortcut"> 203 <string>Ctrl+F</string> 204 </property> 205 </action> 194 206 </widget> 195 207 <customwidgets> … … 220 232 </customwidget> 221 233 <customwidget> 222 <class>NowTabContainer</class>223 <extends>QWidget</extends>224 <header>nowtabcontainer.h</header>225 </customwidget>226 <customwidget>227 234 <class>DayNavigatorWidget</class> 228 235 <extends>QWidget</extends> 229 236 <header>daynavigatorwidget.h</header> 237 <container>1</container> 230 238 </customwidget> 231 239 </customwidgets>
Note: See TracChangeset
for help on using the changeset viewer.