<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>perf_graph</class>
 <widget class="QDialog" name="perf_graph">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>1000</width>
    <height>800</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>AMD MIVisionX Inference Performance</string>
  </property>
  <property name="styleSheet">
   <string notr="true">
background-color: rgb(235, 235, 235);</string>
  </property>
  <widget class="QWidget" name="gridLayoutWidget">
   <property name="geometry">
    <rect>
     <x>360</x>
     <y>720</y>
     <width>271</width>
     <height>61</height>
    </rect>
   </property>
   <layout class="QGridLayout" name="gridLayout">
    <item row="2" column="1">
     <widget class="QPushButton" name="close_pushButton">
      <property name="styleSheet">
       <string notr="true">background-color: rgb(0, 0, 0);
color: rgb(255, 255, 255);</string>
      </property>
      <property name="text">
       <string>Close</string>
      </property>
     </widget>
    </item>
    <item row="2" column="0">
     <widget class="QPushButton" name="reset_pushButton">
      <property name="styleSheet">
       <string notr="true">background-color: rgb(0, 0, 0);
color: rgb(255, 255, 255);</string>
      </property>
      <property name="text">
       <string>Reset All</string>
      </property>
     </widget>
    </item>
   </layout>
  </widget>
  <widget class="QLCDNumber" name="fps_lcdNumber">
   <property name="geometry">
    <rect>
     <x>470</x>
     <y>430</y>
     <width>141</width>
     <height>71</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true">background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);</string>
   </property>
   <property name="frameShape">
    <enum>QFrame::Box</enum>
   </property>
   <property name="smallDecimalPoint">
    <bool>false</bool>
   </property>
   <property name="digitCount">
    <number>4</number>
   </property>
  </widget>
  <widget class="QLabel" name="fps_label">
   <property name="geometry">
    <rect>
     <x>200</x>
     <y>420</y>
     <width>251</width>
     <height>81</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true">color: rgb(0, 0, 0);
font: 75 36pt &quot;Ubuntu&quot;;</string>
   </property>
   <property name="text">
    <string>Images/Sec:</string>
   </property>
  </widget>
  <widget class="QLCDNumber" name="images_lcdNumber">
   <property name="geometry">
    <rect>
     <x>470</x>
     <y>510</y>
     <width>411</width>
     <height>71</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true">background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);</string>
   </property>
   <property name="digitCount">
    <number>12</number>
   </property>
   <property name="value" stdset="0">
    <double>0.000000000000000</double>
   </property>
  </widget>
  <widget class="QLabel" name="images_label">
   <property name="geometry">
    <rect>
     <x>140</x>
     <y>510</y>
     <width>321</width>
     <height>61</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true">color: rgb(0, 0, 0);
font: 75 36pt &quot;Ubuntu&quot;;</string>
   </property>
   <property name="text">
    <string>Img Processed:</string>
   </property>
  </widget>
  <widget class="QLabel" name="header_label">
   <property name="geometry">
    <rect>
     <x>320</x>
     <y>80</y>
     <width>391</width>
     <height>81</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true">color: rgb(0, 0, 0);
font: 75 48pt &quot;Ubuntu&quot;;</string>
   </property>
   <property name="text">
    <string>Performance</string>
   </property>
  </widget>
  <widget class="QLabel" name="logo_label">
   <property name="geometry">
    <rect>
     <x>820</x>
     <y>20</y>
     <width>150</width>
     <height>131</height>
    </rect>
   </property>
   <property name="text">
    <string/>
   </property>
   <property name="pixmap">
    <pixmap resource="resources.qrc">:/images/vega_icon_150.png</pixmap>
   </property>
  </widget>
  <widget class="QLabel" name="logo_label_2">
   <property name="geometry">
    <rect>
     <x>30</x>
     <y>20</y>
     <width>151</width>
     <height>131</height>
    </rect>
   </property>
   <property name="text">
    <string/>
   </property>
   <property name="pixmap">
    <pixmap resource="resources.qrc">:/images/amd-logo-150x150.jpg</pixmap>
   </property>
  </widget>
  <widget class="QLCDNumber" name="maxFPS_lcdNumber">
   <property name="geometry">
    <rect>
     <x>470</x>
     <y>350</y>
     <width>121</width>
     <height>61</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true">background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);</string>
   </property>
   <property name="digitCount">
    <number>4</number>
   </property>
  </widget>
  <widget class="QLabel" name="maxFPS_label">
   <property name="geometry">
    <rect>
     <x>250</x>
     <y>350</y>
     <width>211</width>
     <height>51</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true">font: 75 36pt &quot;Ubuntu&quot;;
color: rgb(0, 0, 0);</string>
   </property>
   <property name="text">
    <string>MAX FPS:</string>
   </property>
  </widget>
  <widget class="QLabel" name="Model_label">
   <property name="geometry">
    <rect>
     <x>310</x>
     <y>200</y>
     <width>151</width>
     <height>81</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true">color: rgb(0, 0, 0);
font: 75 36pt &quot;Ubuntu&quot;;</string>
   </property>
   <property name="text">
    <string>Model:</string>
   </property>
  </widget>
  <widget class="QLabel" name="modelName_label">
   <property name="geometry">
    <rect>
     <x>470</x>
     <y>210</y>
     <width>511</width>
     <height>61</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true">color: rgb(170, 0, 0);
font: 75 36pt &quot;Ubuntu&quot;;</string>
   </property>
   <property name="text">
    <string/>
   </property>
  </widget>
  <widget class="QLabel" name="NGPU_label">
   <property name="geometry">
    <rect>
     <x>350</x>
     <y>270</y>
     <width>111</width>
     <height>81</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true">color: rgb(0, 0, 0);
font: 75 36pt &quot;Ubuntu&quot;;</string>
   </property>
   <property name="text">
    <string>GPU:</string>
   </property>
  </widget>
  <widget class="QLCDNumber" name="GPU_lcdNumber">
   <property name="geometry">
    <rect>
     <x>470</x>
     <y>280</y>
     <width>64</width>
     <height>61</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true">background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);</string>
   </property>
   <property name="digitCount">
    <number>1</number>
   </property>
  </widget>
  <widget class="QLabel" name="startName_label">
   <property name="geometry">
    <rect>
     <x>230</x>
     <y>580</y>
     <width>231</width>
     <height>61</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true">color: rgb(0, 0, 0);
font: 75 36pt &quot;Ubuntu&quot;;</string>
   </property>
   <property name="text">
    <string>Start Time:</string>
   </property>
  </widget>
  <widget class="QLabel" name="StartTime_label">
   <property name="geometry">
    <rect>
     <x>470</x>
     <y>590</y>
     <width>511</width>
     <height>51</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true">color: rgb(170, 0, 0);
font: 75 28pt &quot;Ubuntu&quot;;</string>
   </property>
   <property name="text">
    <string/>
   </property>
  </widget>
  <widget class="QLabel" name="ElapsedTimeName_label">
   <property name="geometry">
    <rect>
     <x>170</x>
     <y>650</y>
     <width>291</width>
     <height>61</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true">color: rgb(0, 0, 0);
font: 75 36pt &quot;Ubuntu&quot;;</string>
   </property>
   <property name="text">
    <string>Elapsed Time:</string>
   </property>
  </widget>
  <widget class="QLabel" name="elapsedTime_label">
   <property name="geometry">
    <rect>
     <x>480</x>
     <y>660</y>
     <width>511</width>
     <height>51</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true">color: rgb(170, 0, 0);
font: 75 28pt &quot;Ubuntu&quot;;</string>
   </property>
   <property name="text">
    <string/>
   </property>
  </widget>
 </widget>
 <resources>
  <include location="resources.qrc"/>
 </resources>
 <connections/>
</ui>
