diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
commit | 8362bf63dea22bbf6736609b0f49c152f975eb63 (patch) | |
tree | 0eea3928e39e50fae91d4e68b21b1e6cbae25604 /kivio/kiviopart/ui/kivio_protection_panel_base.ui | |
download | koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip |
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kivio/kiviopart/ui/kivio_protection_panel_base.ui')
-rw-r--r-- | kivio/kiviopart/ui/kivio_protection_panel_base.ui | 128 |
1 files changed, 128 insertions, 0 deletions
diff --git a/kivio/kiviopart/ui/kivio_protection_panel_base.ui b/kivio/kiviopart/ui/kivio_protection_panel_base.ui new file mode 100644 index 00000000..6d15aa7e --- /dev/null +++ b/kivio/kiviopart/ui/kivio_protection_panel_base.ui @@ -0,0 +1,128 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>KivioProtectionPanelBase</class> +<widget class="QWidget"> + <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="QCheckBox"> + <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="QCheckBox"> + <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="QCheckBox"> + <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="QCheckBox"> + <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="QCheckBox"> + <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="QCheckBox"> + <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> |