Changeset 6f39595 for src/gui/mainwindow.ui
- Timestamp:
- 01/17/10 18:18:22 (13 years ago)
- Branches:
- master, qt5
- Children:
- 9f473ba
- Parents:
- c790268
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.ui
rc790268 r6f39595 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 1 <ui version="4.0" > 3 2 <class>MainWindow</class> 4 <widget class="QMainWindow" name="MainWindow" >5 <property name="geometry" >3 <widget class="QMainWindow" name="MainWindow" > 4 <property name="geometry" > 6 5 <rect> 7 6 <x>0</x> 8 7 <y>0</y> 9 <width> 856</width>10 <height> 558</height>8 <width>534</width> 9 <height>375</height> 11 10 </rect> 12 11 </property> 13 <property name="windowTitle" >12 <property name="windowTitle" > 14 13 <string>MainWindow</string> 15 14 </property> 16 <widget class="QWidget" name="centralwidget" >17 <layout class="QGridLayout" name="gridLayout" >18 <item row="0" column="0" >19 <widget class="QTabWidget" name="tabWidget" >20 <property name="currentIndex" >21 <number> 0</number>15 <widget class="QWidget" name="centralwidget" > 16 <layout class="QGridLayout" name="gridLayout" > 17 <item row="0" column="0" > 18 <widget class="QTabWidget" name="tabWidget" > 19 <property name="currentIndex" > 20 <number>1</number> 22 21 </property> 23 <widget class="QWidget" name="dayViewTab" >24 <attribute name="title" >22 <widget class="QWidget" name="dayViewTab" > 23 <attribute name="title" > 25 24 <string>Day View</string> 26 25 </attribute> 27 <layout class="QGridLayout" name="gridLayout_2" >28 <item row="0" column="0" >29 <layout class="QVBoxLayout" name="verticalLayout" >26 <layout class="QGridLayout" name="gridLayout_2" > 27 <item row="0" column="0" > 28 <layout class="QVBoxLayout" name="verticalLayout" > 30 29 <item> 31 <widget class="DayNavigatorWidget" na me="dayNavigator" native="true"/>30 <widget class="DayNavigatorWidget" native="1" name="dayNavigator" /> 32 31 </item> 33 32 <item> 34 <widget class="TreeView" name=" treeView">35 <property name="maximumSize" >33 <widget class="TreeView" name="dayTreeView" > 34 <property name="maximumSize" > 36 35 <size> 37 36 <width>16777215</width> … … 45 44 </layout> 46 45 </widget> 47 <widget class="QWidget" name="activitiesTab"> 48 <attribute name="title"> 46 <widget class="QWidget" name="favouritesTab" > 47 <attribute name="title" > 48 <string>Favourites</string> 49 </attribute> 50 <layout class="QGridLayout" name="gridLayout_3" > 51 <item row="0" column="0" > 52 <widget class="TreeView" name="favTreeView" /> 53 </item> 54 </layout> 55 </widget> 56 <widget class="QWidget" name="activitiesTab" > 57 <attribute name="title" > 49 58 <string>Activities</string> 50 59 </attribute> 51 60 </widget> 52 <widget class="QWidget" name="favouritesTab"> 53 <attribute name="title"> 54 <string>Favourites</string> 55 </attribute> 56 </widget> 57 <widget class="QWidget" name="searchTab"> 58 <attribute name="title"> 61 <widget class="QWidget" name="searchTab" > 62 <attribute name="title" > 59 63 <string>Search</string> 60 64 </attribute> 61 65 </widget> 62 <widget class="QWidget" name="mapTab" >63 <attribute name="title" >66 <widget class="QWidget" name="mapTab" > 67 <attribute name="title" > 64 68 <string>Map</string> 65 69 </attribute> … … 69 73 </layout> 70 74 </widget> 71 <widget class="QMenuBar" name="menubar" >72 <property name="geometry" >75 <widget class="QMenuBar" name="menubar" > 76 <property name="geometry" > 73 77 <rect> 74 78 <x>0</x> 75 79 <y>0</y> 76 <width> 856</width>77 <height>2 4</height>80 <width>534</width> 81 <height>22</height> 78 82 </rect> 79 83 </property> 80 <widget class="QMenu" name="menuFile" >81 <property name="title" >84 <widget class="QMenu" name="menuFile" > 85 <property name="title" > 82 86 <string>File</string> 83 87 </property> 84 <addaction name="actionImportSchedule" />88 <addaction name="actionImportSchedule" /> 85 89 </widget> 86 <widget class="QMenu" name="menuAbout" >87 <property name="title" >90 <widget class="QMenu" name="menuAbout" > 91 <property name="title" > 88 92 <string>Help</string> 89 93 </property> 90 <addaction name="actionAboutQt" />91 <addaction name="actionAboutApplication" />94 <addaction name="actionAboutQt" /> 95 <addaction name="actionAboutApplication" /> 92 96 </widget> 93 <addaction name="menuFile" />94 <addaction name="menuAbout" />97 <addaction name="menuFile" /> 98 <addaction name="menuAbout" /> 95 99 </widget> 96 <widget class="QStatusBar" name="statusbar" />97 <action name="actionImportSchedule" >98 <property name="text" >100 <widget class="QStatusBar" name="statusbar" /> 101 <action name="actionImportSchedule" > 102 <property name="text" > 99 103 <string>Import Schedule</string> 100 104 </property> 101 105 </action> 102 <action name="actionAboutQt" >103 <property name="text" >106 <action name="actionAboutQt" > 107 <property name="text" > 104 108 <string>About Qt</string> 105 109 </property> 106 110 </action> 107 <action name="actionAboutApplication" >108 <property name="text" >111 <action name="actionAboutApplication" > 112 <property name="text" > 109 113 <string>About application</string> 110 114 </property>
Note: See TracChangeset
for help on using the changeset viewer.