Warning, /sdk/elf-dissector/src/ui/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>800</width>
0010     <height>600</height>
0011    </rect>
0012   </property>
0013   <property name="windowIcon">
0014    <iconset theme="elf-dissector">
0015     <normaloff/>
0016    </iconset>
0017   </property>
0018   <widget class="QWidget" name="centralwidget">
0019    <layout class="QHBoxLayout" name="horizontalLayout">
0020     <item>
0021      <widget class="SidePane" name="viewSelector">
0022       <property name="sizePolicy">
0023        <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0024         <horstretch>0</horstretch>
0025         <verstretch>0</verstretch>
0026        </sizepolicy>
0027       </property>
0028       <property name="frameShape">
0029        <enum>QFrame::NoFrame</enum>
0030       </property>
0031       <property name="frameShadow">
0032        <enum>QFrame::Plain</enum>
0033       </property>
0034       <property name="movement">
0035        <enum>QListView::Static</enum>
0036       </property>
0037       <property name="flow">
0038        <enum>QListView::TopToBottom</enum>
0039       </property>
0040       <property name="viewMode">
0041        <enum>QListView::IconMode</enum>
0042       </property>
0043      </widget>
0044     </item>
0045     <item>
0046      <widget class="QStackedWidget" name="stackedWidget">
0047       <property name="currentIndex">
0048        <number>0</number>
0049       </property>
0050       <widget class="ElfStructureView" name="elfStructureView"/>
0051       <widget class="SizeTreeMapView" name="sizeTreeMapView"/>
0052       <widget class="DependencyView" name="dependencyView"/>
0053       <widget class="TypeView" name="typeView"/>
0054       <widget class="LoadBenchmarkView" name="loadTimeView"/>
0055       <widget class="IssuesView" name="issuesView"/>
0056      </widget>
0057     </item>
0058    </layout>
0059   </widget>
0060   <widget class="QMenuBar" name="menubar">
0061    <property name="geometry">
0062     <rect>
0063      <x>0</x>
0064      <y>0</y>
0065      <width>800</width>
0066      <height>27</height>
0067     </rect>
0068    </property>
0069    <widget class="QMenu" name="menu_File">
0070     <property name="title">
0071      <string>&amp;File</string>
0072     </property>
0073     <addaction name="actionOpen"/>
0074     <addaction name="separator"/>
0075     <addaction name="actionQuit"/>
0076    </widget>
0077    <widget class="QMenu" name="menuView">
0078     <property name="title">
0079      <string>&amp;Actions</string>
0080     </property>
0081    </widget>
0082    <widget class="QMenu" name="menuSettings">
0083     <property name="title">
0084      <string>&amp;Settings</string>
0085     </property>
0086     <addaction name="actionReopenPreviousFile"/>
0087    </widget>
0088    <addaction name="menu_File"/>
0089    <addaction name="menuView"/>
0090    <addaction name="menuSettings"/>
0091   </widget>
0092   <widget class="QStatusBar" name="statusbar"/>
0093   <action name="actionOpen">
0094    <property name="icon">
0095     <iconset theme="document-open">
0096      <normaloff/>
0097     </iconset>
0098    </property>
0099    <property name="text">
0100     <string>&amp;Open...</string>
0101    </property>
0102    <property name="shortcut">
0103     <string>Ctrl+O</string>
0104    </property>
0105   </action>
0106   <action name="actionQuit">
0107    <property name="icon">
0108     <iconset theme="application-exit">
0109      <normaloff/>
0110     </iconset>
0111    </property>
0112    <property name="text">
0113     <string>&amp;Quit</string>
0114    </property>
0115    <property name="shortcut">
0116     <string>Ctrl+Q</string>
0117    </property>
0118   </action>
0119   <action name="actionReopenPreviousFile">
0120    <property name="checkable">
0121     <bool>true</bool>
0122    </property>
0123    <property name="icon">
0124     <iconset theme="document-open-recent">
0125      <normaloff/>
0126     </iconset>
0127    </property>
0128    <property name="text">
0129     <string>Reopen &amp;Previously Loaded Files</string>
0130    </property>
0131   </action>
0132  </widget>
0133  <customwidgets>
0134   <customwidget>
0135    <class>SizeTreeMapView</class>
0136    <extends>QWidget</extends>
0137    <header>views/sizetreemapview.h</header>
0138    <container>1</container>
0139   </customwidget>
0140   <customwidget>
0141    <class>DependencyView</class>
0142    <extends>QWidget</extends>
0143    <header>views/dependencyview.h</header>
0144    <container>1</container>
0145   </customwidget>
0146   <customwidget>
0147    <class>ElfStructureView</class>
0148    <extends>QWidget</extends>
0149    <header>views/elfstructureview.h</header>
0150    <container>1</container>
0151   </customwidget>
0152   <customwidget>
0153    <class>LoadBenchmarkView</class>
0154    <extends>QWidget</extends>
0155    <header>views/loadbenchmarkview.h</header>
0156    <container>1</container>
0157   </customwidget>
0158   <customwidget>
0159    <class>TypeView</class>
0160    <extends>QWidget</extends>
0161    <header>views/typeview.h</header>
0162    <container>1</container>
0163   </customwidget>
0164   <customwidget>
0165    <class>IssuesView</class>
0166    <extends>QWidget</extends>
0167    <header>views/issuesview.h</header>
0168    <container>1</container>
0169   </customwidget>
0170   <customwidget>
0171    <class>SidePane</class>
0172    <extends>QListView</extends>
0173    <header>widgets/sidepane.h</header>
0174   </customwidget>
0175  </customwidgets>
0176  <resources/>
0177  <connections/>
0178 </ui>