Warning, /pim/eventviews/src/viewerapp/mainwindow.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>MainWindow</class> 0004 <widget class="QMainWindow" name="MainWindow"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>1141</width> 0010 <height>623</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>CalendarViews Viewer</string> 0015 </property> 0016 <widget class="QWidget" name="centralwidget"> 0017 <layout class="QVBoxLayout" name="verticalLayout"> 0018 <item> 0019 <widget class="QSplitter" name="splitter"> 0020 <property name="minimumSize"> 0021 <size> 0022 <width>0</width> 0023 <height>0</height> 0024 </size> 0025 </property> 0026 <property name="orientation"> 0027 <enum>Qt::Horizontal</enum> 0028 </property> 0029 <widget class="QTreeView" name="calendarView"> 0030 <property name="sizePolicy"> 0031 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 0032 <horstretch>0</horstretch> 0033 <verstretch>0</verstretch> 0034 </sizepolicy> 0035 </property> 0036 <property name="editTriggers"> 0037 <set>QAbstractItemView::NoEditTriggers</set> 0038 </property> 0039 <property name="headerHidden"> 0040 <bool>true</bool> 0041 </property> 0042 </widget> 0043 <widget class="QTabWidget" name="tabWidget"> 0044 <property name="sizePolicy"> 0045 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 0046 <horstretch>1</horstretch> 0047 <verstretch>0</verstretch> 0048 </sizepolicy> 0049 </property> 0050 <property name="currentIndex"> 0051 <number>0</number> 0052 </property> 0053 <widget class="QWidget" name="tab"> 0054 <attribute name="title"> 0055 <string>Tab 1</string> 0056 </attribute> 0057 </widget> 0058 </widget> 0059 </widget> 0060 </item> 0061 </layout> 0062 </widget> 0063 <widget class="QMenuBar" name="menubar"> 0064 <property name="geometry"> 0065 <rect> 0066 <x>0</x> 0067 <y>0</y> 0068 <width>1141</width> 0069 <height>34</height> 0070 </rect> 0071 </property> 0072 <widget class="QMenu" name="addViewMenu"> 0073 <property name="title"> 0074 <string>Add View</string> 0075 </property> 0076 <addaction name="actionAgenda"/> 0077 <addaction name="actionMultiAgenda"/> 0078 <addaction name="actionMonth"/> 0079 <addaction name="actionTimeline"/> 0080 </widget> 0081 <addaction name="addViewMenu"/> 0082 </widget> 0083 <widget class="QStatusBar" name="statusbar"/> 0084 <action name="actionAgenda"> 0085 <property name="text"> 0086 <string>Agenda</string> 0087 </property> 0088 </action> 0089 <action name="actionMultiAgenda"> 0090 <property name="text"> 0091 <string>MultiAgenda</string> 0092 </property> 0093 </action> 0094 <action name="actionMonth"> 0095 <property name="text"> 0096 <string>Month</string> 0097 </property> 0098 </action> 0099 <action name="actionTimeline"> 0100 <property name="text"> 0101 <string>Timeline</string> 0102 </property> 0103 </action> 0104 </widget> 0105 <resources/> 0106 <connections/> 0107 </ui>