Source
xxxxxxxxxx
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ViewerPreferences</class>
<widget class="QDialog" name="ViewerPreferences">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>444</width>
<height>336</height>
</rect>
</property>
<property name="windowTitle">
<string>Viewer Preferences</string>
</property>
<property name="modal">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTreeWidget" name="treeWidget">
<property name="minimumSize">
<size>
<width>420</width>
<height>236</height>
</size>
</property>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
</item>
<item row="2" column="0">
<widget class="QWidget" name="button_box" native="true">
<property name="minimumSize">
<size>
<width>200</width>
<height>42</height>
</size>
</property>
<property name="mouseTracking">
<bool>false</bool>
</property>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>1</x>
<y>0</y>
<width>381</width>
<height>41</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="cancel">
<property name="toolTip">
<string>undo any unapplied changes</string>
</property>
<property name="whatsThis">
<string/>
</property>
<property name="text">
<string>cancel</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="reset">
<property name="toolTip">
<string>reset preferences to originial viewer preferences (restart required)</string>
</property>
<property name="whatsThis">
<string/>
</property>
<property name="text">
<string>reset</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="apply">
<property name="toolTip">
<string>apply any changes made to the default values (restart required)</string>
</property>
<property name="text">
<string>apply</string>
</property>
<property name="default">
<bool>true</bool>