2009-10-31 03:54:11 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>OxygenExceptionListWidget</class>
|
|
|
|
<widget class="QWidget" name="OxygenExceptionListWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>473</width>
|
2009-12-07 23:39:08 +00:00
|
|
|
<height>163</height>
|
2009-10-31 03:54:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-12-07 23:32:24 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2009-10-31 03:54:11 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="KPushButton" name="moveUpButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Move Up</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="KPushButton" name="moveDownButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Move Down</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="KPushButton" name="addButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="KPushButton" name="removeButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="KPushButton" name="editButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Edit</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-12-07 23:32:24 +00:00
|
|
|
<item row="0" column="0" rowspan="6">
|
|
|
|
<widget class="QTreeView" name="exceptionListView">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2009-10-31 03:54:11 +00:00
|
|
|
</property>
|
2009-12-07 23:32:24 +00:00
|
|
|
<property name="minimumSize">
|
2009-10-31 03:54:11 +00:00
|
|
|
<size>
|
2009-12-07 23:32:24 +00:00
|
|
|
<width>100</width>
|
|
|
|
<height>100</height>
|
2009-10-31 03:54:11 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
2009-12-07 23:32:24 +00:00
|
|
|
</widget>
|
2009-10-31 03:54:11 +00:00
|
|
|
</item>
|
2009-12-07 23:39:08 +00:00
|
|
|
<item row="5" column="1">
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
2009-12-07 23:41:52 +00:00
|
|
|
<height>1</height>
|
2009-12-07 23:39:08 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2009-10-31 03:54:11 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>KPushButton</class>
|
|
|
|
<extends>QPushButton</extends>
|
|
|
|
<header>kpushbutton.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|