You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/kivio/kiviopart/ui/kivio_birdeye_panel_base.ui

109 lines
3.3 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KivioBirdEyePanelBase</class>
<widget class="TQWidget">
<property name="name">
<cstring>KivioBirdEyePanelBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>281</width>
<height>302</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="layoutMargin" stdset="0">
</property>
<property name="layoutSpacing" stdset="0">
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>3</number>
</property>
<widget class="TQFrame" row="0" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>canvas</cstring>
</property>
<property name="mouseTracking">
<bool>true</bool>
</property>
<property name="frameShape">
<enum>Box</enum>
</property>
<property name="frameShadow">
<enum>Raised</enum>
</property>
</widget>
<widget class="TQToolButton" row="1" column="2">
<property name="name">
<cstring>m_zoomInButton</cstring>
</property>
<property name="text">
<string></string>
</property>
<property name="toolTip" stdset="0">
<string>Zoom In 25%</string>
</property>
</widget>
<widget class="TQToolButton" row="1" column="0">
<property name="name">
<cstring>m_zoomOutButton</cstring>
</property>
<property name="text">
<string></string>
</property>
<property name="toolTip" stdset="0">
<string>Zoom Out 25%</string>
</property>
</widget>
<widget class="TQSlider" row="1" column="1">
<property name="name">
<cstring>m_zoomSlider</cstring>
</property>
<property name="minValue">
<number>25</number>
</property>
<property name="maxValue">
<number>2000</number>
</property>
<property name="pageStep">
<number>25</number>
</property>
<property name="value">
<number>100</number>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="toolTip" stdset="0">
<string>Zoom</string>
</property>
</widget>
</grid>
</widget>
<includes>
<include location="local" impldecl="in declaration">kiconloader.h</include>
</includes>
<slots>
<slot>zoomChanged(int)</slot>
<slot>zoomMinus()</slot>
<slot>zoomPlus()</slot>
</slots>
<pixmapfunction>BarIcon</pixmapfunction>
<layoutdefaults spacing="2" margin="0"/>
</UI>