<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
<class>OraMonitor</class>
<widget class="QDialog">
<property name="name">
<cstring>OraMonitor</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>584</width>
<height>161</height>
</rect>
</property>
<property name="caption">
<string>Oracle monitor</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>Layout2</cstring>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="QLabel" row="3" column="0">
<property name="name">
<cstring>SharedMemoryLabel</cstring>
</property>
<property name="text">
<string>Free shared memory</string>
</property>
</widget>
<widget class="QLabel" row="0" column="0">
<property name="name">
<cstring>BufferCacheLabel</cstring>
</property>
<property name="text">
<string>Buffer cache hit ratio</string>
</property>
</widget>
<widget class="QProgressBar" row="2" column="1">
<property name="name">
<cstring>DictionaryCache</cstring>
</property>
<property name="totalSteps">
<number>1000</number>
</property>
<property name="progress">
<number>0</number>
</property>
</widget>
<widget class="QLabel" row="3" column="1">
<property name="name">
<cstring>SharedMemory</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="frameShape">
<enum>StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>Sunken</enum>
</property>
<property name="text">
<string></string>
</property>
</widget>
<widget class="QLabel" row="2" column="0">
<property name="name">
<cstring>DictionaryCacheLabel</cstring>
</property>
<property name="text">
<string>Dictionary cache hit ratio</string>
</property>
</widget>
<widget class="QProgressBar" row="1" column="1">
<property name="name">
<cstring>LibraryCache</cstring>
</property>
<property name="totalSteps">
<number>1000</number>
</property>
<property name="progress">
<number>0</number>
</property>
</widget>
<widget class="QLabel" row="1" column="0">
<property name="name">
<cstring>LibraryCacheLabel</cstring>
</property>
<property name="text">
<string>Library cache hit ratio</string>
</property>
</widget>
<widget class="QProgressBar" row="0" column="1">
<property name="name">
<cstring>BufferCache</cstring>
</property>
<property name="totalSteps">
<number>1000</number>
</property>
<property name="progress">
<number>0</number>
</property>
</widget>
</grid>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>Layout1</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<spacer>
<property name="name">
<cstring>Spacer2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="QPushButton">
<property name="name">
<cstring>ConfigButton</cstring>
</property>
<property name="text">
<string>Configuration</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>Spacer1</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</hbox>
</widget>
</vbox>
</widget>
<connections>
<connection>
<sender>ConfigButton</sender>
<signal>clicked()</signal>
<receiver>OraMonitor</receiver>
<slot>clickedConfig()</slot>
</connection>
</connections>
<includes>
<include location="local" impldecl="in implementation">oramonitor.ui.h</include>
</includes>
<slots>
<slot>clickedConfig()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>