]> git.cworth.org Git - apitrace/blobdiff - gui/ui/profiledialog.ui
gltrace: Simplify AttribArray further.
[apitrace] / gui / ui / profiledialog.ui
index 9b1f9cfa870f24b3b98d36f0aa11cf10fae28f0f..bbcfbe96cf84b243ec2e8d3d81712dc963072607 100644 (file)
@@ -9,32 +9,29 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>1079</width>
-    <height>768</height>
+    <width>1105</width>
+    <height>804</height>
    </rect>
   </property>
   <property name="windowTitle">
    <string>Profile Results</string>
   </property>
-  <layout class="QHBoxLayout" name="horizontalLayout">
-   <property name="spacing">
-    <number>0</number>
-   </property>
+  <property name="styleSheet">
+   <string notr="true"/>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout_2">
    <property name="margin">
     <number>0</number>
    </property>
    <item>
     <widget class="QSplitter" name="splitter">
-     <property name="sizePolicy">
-      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
-       <horstretch>0</horstretch>
-       <verstretch>0</verstretch>
-      </sizepolicy>
-     </property>
      <property name="orientation">
       <enum>Qt::Vertical</enum>
      </property>
-     <widget class="QWidget" name="timelineContainer" native="true">
+     <property name="opaqueResize">
+      <bool>false</bool>
+     </property>
+     <widget class="GraphWidget" name="m_timeline" native="true">
       <property name="sizePolicy">
        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
         <horstretch>0</horstretch>
        <property name="margin">
         <number>0</number>
        </property>
+      </layout>
+     </widget>
+     <widget class="QWidget" name="graphContainer" native="true">
+      <property name="sizePolicy">
+       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+        <horstretch>0</horstretch>
+        <verstretch>0</verstretch>
+       </sizepolicy>
+      </property>
+      <property name="minimumSize">
+       <size>
+        <width>0</width>
+        <height>200</height>
+       </size>
+      </property>
+      <layout class="QVBoxLayout" name="verticalLayout_3">
+       <property name="spacing">
+        <number>0</number>
+       </property>
+       <property name="margin">
+        <number>0</number>
+       </property>
        <item>
-        <layout class="QGridLayout" name="gridLayout">
-         <property name="spacing">
-          <number>2</number>
+        <widget class="CallDurationGraph" name="m_gpuGraph" native="true">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="minimumSize">
+          <size>
+           <width>0</width>
+           <height>0</height>
+          </size>
+         </property>
+         <property name="focusPolicy">
+          <enum>Qt::WheelFocus</enum>
          </property>
-         <item row="0" column="0">
-          <widget class="TimelineWidget" name="m_timeline" native="true">
-           <property name="sizePolicy">
-            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
-             <horstretch>0</horstretch>
-             <verstretch>0</verstretch>
-            </sizepolicy>
-           </property>
-           <property name="focusPolicy">
-            <enum>Qt::WheelFocus</enum>
-           </property>
-          </widget>
-         </item>
-         <item row="0" column="1">
-          <widget class="QScrollBar" name="m_verticalScrollBar">
-           <property name="sizePolicy">
-            <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
-             <horstretch>0</horstretch>
-             <verstretch>0</verstretch>
-            </sizepolicy>
-           </property>
-           <property name="orientation">
-            <enum>Qt::Vertical</enum>
-           </property>
-          </widget>
-         </item>
-         <item row="1" column="0">
-          <widget class="QScrollBar" name="m_horizontalScrollBar">
-           <property name="sizePolicy">
-            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
-             <horstretch>0</horstretch>
-             <verstretch>0</verstretch>
-            </sizepolicy>
-           </property>
-           <property name="maximum">
-            <number>10000</number>
-           </property>
-           <property name="orientation">
-            <enum>Qt::Horizontal</enum>
-           </property>
-          </widget>
-         </item>
-        </layout>
+        </widget>
+       </item>
+       <item>
+        <widget class="CallDurationGraph" name="m_cpuGraph" native="true">
+         <property name="sizePolicy">
+          <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+           <horstretch>0</horstretch>
+           <verstretch>0</verstretch>
+          </sizepolicy>
+         </property>
+         <property name="minimumSize">
+          <size>
+           <width>0</width>
+           <height>0</height>
+          </size>
+         </property>
+        </widget>
        </item>
       </layout>
      </widget>
       <property name="selectionMode">
        <enum>QAbstractItemView::SingleSelection</enum>
       </property>
+      <property name="selectionBehavior">
+       <enum>QAbstractItemView::SelectRows</enum>
+      </property>
       <property name="verticalScrollMode">
        <enum>QAbstractItemView::ScrollPerPixel</enum>
       </property>
  </widget>
  <customwidgets>
   <customwidget>
-   <class>TimelineWidget</class>
+   <class>GraphWidget</class>
    <extends>QWidget</extends>
-   <header>timelinewidget.h</header>
+   <header>graphing/graphwidget.h</header>
+   <container>1</container>
+  </customwidget>
+  <customwidget>
+   <class>CallDurationGraph</class>
+   <extends>QWidget</extends>
+   <header>calldurationgraph.h</header>
    <container>1</container>
-   <slots>
-    <signal>horizontalScrollValueChanged(int)</signal>
-    <signal>verticalScrollValueChanged(int)</signal>
-    <signal>horizontalScrollMaxChanged(int)</signal>
-    <signal>verticalScrollMaxChanged(int)</signal>
-    <signal>jumpToCall(int)</signal>
-    <slot>setHorizontalScrollValue(int)</slot>
-    <slot>setVerticalScrollValue(int)</slot>
-   </slots>
   </customwidget>
  </customwidgets>
  <resources/>
  <connections>
-  <connection>
-   <sender>m_horizontalScrollBar</sender>
-   <signal>sliderMoved(int)</signal>
-   <receiver>m_timeline</receiver>
-   <slot>setHorizontalScrollValue(int)</slot>
-   <hints>
-    <hint type="sourcelabel">
-     <x>402</x>
-     <y>195</y>
-    </hint>
-    <hint type="destinationlabel">
-     <x>402</x>
-     <y>93</y>
-    </hint>
-   </hints>
-  </connection>
-  <connection>
-   <sender>m_verticalScrollBar</sender>
-   <signal>sliderMoved(int)</signal>
-   <receiver>m_timeline</receiver>
-   <slot>setVerticalScrollValue(int)</slot>
-   <hints>
-    <hint type="sourcelabel">
-     <x>813</x>
-     <y>93</y>
-    </hint>
-    <hint type="destinationlabel">
-     <x>402</x>
-     <y>93</y>
-    </hint>
-   </hints>
-  </connection>
-  <connection>
-   <sender>m_timeline</sender>
-   <signal>horizontalScrollValueChanged(int)</signal>
-   <receiver>m_horizontalScrollBar</receiver>
-   <slot>setValue(int)</slot>
-   <hints>
-    <hint type="sourcelabel">
-     <x>402</x>
-     <y>93</y>
-    </hint>
-    <hint type="destinationlabel">
-     <x>402</x>
-     <y>195</y>
-    </hint>
-   </hints>
-  </connection>
-  <connection>
-   <sender>m_timeline</sender>
-   <signal>verticalScrollValueChanged(int)</signal>
-   <receiver>m_verticalScrollBar</receiver>
-   <slot>setValue(int)</slot>
-   <hints>
-    <hint type="sourcelabel">
-     <x>402</x>
-     <y>93</y>
-    </hint>
-    <hint type="destinationlabel">
-     <x>813</x>
-     <y>93</y>
-    </hint>
-   </hints>
-  </connection>
-  <connection>
-   <sender>m_timeline</sender>
-   <signal>horizontalScrollMaxChanged(int)</signal>
-   <receiver>ProfileDialog</receiver>
-   <slot>setHorizontalScrollMax(int)</slot>
-   <hints>
-    <hint type="sourcelabel">
-     <x>504</x>
-     <y>277</y>
-    </hint>
-    <hint type="destinationlabel">
-     <x>511</x>
-     <y>383</y>
-    </hint>
-   </hints>
-  </connection>
-  <connection>
-   <sender>m_timeline</sender>
-   <signal>verticalScrollMaxChanged(int)</signal>
-   <receiver>ProfileDialog</receiver>
-   <slot>setVerticalScrollMax(int)</slot>
-   <hints>
-    <hint type="sourcelabel">
-     <x>504</x>
-     <y>277</y>
-    </hint>
-    <hint type="destinationlabel">
-     <x>511</x>
-     <y>383</y>
-    </hint>
-   </hints>
-  </connection>
   <connection>
    <sender>m_table</sender>
    <signal>doubleClicked(QModelIndex)</signal>
    <slot>tableDoubleClicked(QModelIndex)</slot>
    <hints>
     <hint type="sourcelabel">
-     <x>511</x>
-     <y>671</y>
+     <x>895</x>
+     <y>220</y>
     </hint>
     <hint type="destinationlabel">
      <x>511</x>
   <slot>setVerticalScrollMax(int)</slot>
   <slot>setHorizontalScrollMax(int)</slot>
   <slot>tableDoubleClicked(QModelIndex)</slot>
+  <slot>selectTime(int64_t,int64_t)</slot>
+  <slot>selectProgram(unsigned)</slot>
+  <slot>selectNone()</slot>
  </slots>
 </ui>