diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2009-03-23 09:34:13 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-03-23 09:34:13 (GMT) |
commit | 67ad0519fd165acee4a4d2a94fa502e9e4847bd0 (patch) | |
tree | 1dbf50b3dff8d5ca7e9344733968c72704eb15ff /tests/auto/uic3/baseline/oramonitor.ui | |
download | Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.zip Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.gz Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.bz2 |
Long live Qt!
Diffstat (limited to 'tests/auto/uic3/baseline/oramonitor.ui')
-rw-r--r-- | tests/auto/uic3/baseline/oramonitor.ui | 206 |
1 files changed, 206 insertions, 0 deletions
diff --git a/tests/auto/uic3/baseline/oramonitor.ui b/tests/auto/uic3/baseline/oramonitor.ui new file mode 100644 index 0000000..661246b --- /dev/null +++ b/tests/auto/uic3/baseline/oramonitor.ui @@ -0,0 +1,206 @@ +<!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> |