<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>KivioProtectionPanelBase</class> <widget class="TQWidget"> <property name="name"> <cstring>KivioProtectionPanelBase</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>124</width> <height>147</height> </rect> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>32767</width> <height>32767</height> </size> </property> <property name="caption"> <string>Protection</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQCheckBox"> <property name="name"> <cstring>m_checkWidth</cstring> </property> <property name="text"> <string>&Width</string> </property> <property name="toolTip" stdset="0"> <string>Toggles the ability to change the width of the selected stencils</string> </property> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>m_checkHeight</cstring> </property> <property name="text"> <string>Hei&ght</string> </property> <property name="toolTip" stdset="0"> <string>Toggles the ability to change the height of the selected stencils</string> </property> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>m_checkAspect</cstring> </property> <property name="text"> <string>&Aspect ratio</string> </property> <property name="toolTip" stdset="0"> <string>Toggles the ability to change the aspect ratio of the selected stencils</string> </property> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>m_checkXPosition</cstring> </property> <property name="text"> <string>&X position</string> </property> <property name="toolTip" stdset="0"> <string>Toggles the ability to protect the x position of the selected stencils</string> </property> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>m_checkYPosition</cstring> </property> <property name="text"> <string>&Y position</string> </property> <property name="toolTip" stdset="0"> <string>Toggles the ability to protect the y position of the selected stencils</string> </property> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>m_checkDeletion</cstring> </property> <property name="text"> <string>Deletio&n</string> </property> <property name="toolTip" stdset="0"> <string>Toggles the ability to delete the selected stencils</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer1</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>281</height> </size> </property> </spacer> </vbox> </widget> <tabstops> <tabstop>m_checkWidth</tabstop> <tabstop>m_checkHeight</tabstop> <tabstop>m_checkAspect</tabstop> <tabstop>m_checkXPosition</tabstop> <tabstop>m_checkYPosition</tabstop> <tabstop>m_checkDeletion</tabstop> </tabstops> <layoutdefaults spacing="2" margin="0"/> </UI>