Warning, /sdk/elf-dissector/src/ui/views/loadbenchmarkview.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>LoadBenchmarkView</class>
0004  <widget class="QWidget" name="LoadBenchmarkView">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <item>
0015     <layout class="QHBoxLayout" name="horizontalLayout">
0016      <item>
0017       <spacer name="horizontalSpacer">
0018        <property name="orientation">
0019         <enum>Qt::Horizontal</enum>
0020        </property>
0021        <property name="sizeHint" stdset="0">
0022         <size>
0023          <width>40</width>
0024          <height>20</height>
0025         </size>
0026        </property>
0027       </spacer>
0028      </item>
0029      <item>
0030       <widget class="QToolButton" name="runButton"/>
0031      </item>
0032     </layout>
0033    </item>
0034    <item>
0035     <widget class="QTabWidget" name="tabWidget">
0036      <property name="currentIndex">
0037       <number>0</number>
0038      </property>
0039      <widget class="QWidget" name="dataTab">
0040       <attribute name="title">
0041        <string>Data</string>
0042       </attribute>
0043       <layout class="QVBoxLayout" name="verticalLayout_3">
0044        <item>
0045         <widget class="QTreeView" name="dataView">
0046          <property name="rootIsDecorated">
0047           <bool>false</bool>
0048          </property>
0049          <property name="uniformRowHeights">
0050           <bool>true</bool>
0051          </property>
0052          <property name="sortingEnabled">
0053           <bool>true</bool>
0054          </property>
0055          <attribute name="headerShowSortIndicator" stdset="0">
0056           <bool>true</bool>
0057          </attribute>
0058         </widget>
0059        </item>
0060       </layout>
0061      </widget>
0062      <widget class="QWidget" name="plotTab">
0063       <attribute name="title">
0064        <string>Plot</string>
0065       </attribute>
0066       <layout class="QVBoxLayout" name="verticalLayout">
0067        <item>
0068         <widget class="GnuplotWidget" name="plotter"/>
0069        </item>
0070       </layout>
0071      </widget>
0072     </widget>
0073    </item>
0074   </layout>
0075   <action name="actionRunBenchmark">
0076    <property name="icon">
0077     <iconset theme="measure">
0078      <normaloff>.</normaloff>.</iconset>
0079    </property>
0080    <property name="text">
0081     <string>&amp;Run Benchmark</string>
0082    </property>
0083    <property name="toolTip">
0084     <string>Measure loading and dynamic linking time.</string>
0085    </property>
0086   </action>
0087  </widget>
0088  <customwidgets>
0089   <customwidget>
0090    <class>GnuplotWidget</class>
0091    <extends>QLabel</extends>
0092    <header>widgets/gnuplotwidget.h</header>
0093   </customwidget>
0094  </customwidgets>
0095  <resources/>
0096  <connections/>
0097 </ui>