Changeset ad5c62f for src/gui/mainwindow.ui
- Timestamp:
- 04/13/10 16:20:00 (12 years ago)
- Branches:
- master, qt5
- Children:
- 47d0a31
- Parents:
- 22232d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.ui
r22232d9 rad5c62f 22 22 <layout class="QGridLayout" name="gridLayout" > 23 23 <item row="0" column="0" > 24 <widget class=" TabWidget" name="tabWidget" >24 <widget class="QTabWidget" name="tabWidget" > 25 25 <property name="currentIndex" > 26 26 <number>2</number> … … 306 306 </widget> 307 307 <widget class="QStatusBar" name="statusbar" /> 308 <widget class="QMenuBar" name="menuBar"> 309 <property name="geometry"> 310 <rect> 311 <x>0</x> 312 <y>0</y> 313 <width>903</width> 314 <height>25</height> 315 </rect> 316 </property> 317 <widget class="QMenu" name="menuMenu"> 318 <property name="title"> 319 <string>Menu</string> 320 </property> 321 <addaction name="settingsAction"/> 322 <addaction name="aboutAction"/> 323 </widget> 324 <addaction name="menuMenu"/> 325 </widget> 326 <action name="actionSettings"> 327 <property name="text"> 328 <string>Settings</string> 329 </property> 330 </action> 331 <action name="settingsAction"> 332 <property name="icon"> 333 <iconset resource="../icons.qrc"> 334 <normaloff>:/icons/settings.png</normaloff>:/icons/settings.png</iconset> 335 </property> 336 <property name="text"> 337 <string>Settings</string> 338 </property> 339 </action> 340 <action name="aboutAction"> 341 <property name="icon"> 342 <iconset resource="../icons.qrc"> 343 <normaloff>:/icons/info.png</normaloff>:/icons/info.png</iconset> 344 </property> 345 <property name="text"> 346 <string>About</string> 347 </property> 348 </action> 308 349 </widget> 309 350 <customwidgets> 310 <customwidget>311 <class>TabWidget</class>312 <extends>QTabWidget</extends>313 <header>tabwidget.h</header>314 <container>1</container>315 </customwidget>316 351 <customwidget> 317 352 <class>ImportScheduleWidget</class>
Note: See TracChangeset
for help on using the changeset viewer.