diff options
Diffstat (limited to 'kivio/kiviopart/ui/kivio_birdeye_panel_base.ui')
-rw-r--r-- | kivio/kiviopart/ui/kivio_birdeye_panel_base.ui | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/kivio/kiviopart/ui/kivio_birdeye_panel_base.ui b/kivio/kiviopart/ui/kivio_birdeye_panel_base.ui new file mode 100644 index 00000000..e3e22772 --- /dev/null +++ b/kivio/kiviopart/ui/kivio_birdeye_panel_base.ui @@ -0,0 +1,108 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>KivioBirdEyePanelBase</class> +<widget class="QWidget"> + <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="QFrame" 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="QToolButton" 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="QToolButton" 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="QSlider" 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> |