Warning, /office/skrooge/skgbasegui/skgzoomselector.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <author>
0004 SPDX-FileCopyrightText: 2022 S. MANKOWSKI stephane@mankowski.fr
0005 SPDX-FileCopyrightText: 2022 G. DE BURE support@mankowski.fr
0006 SPDX-License-Identifier: GPL-3.0-or-later
0007  </author>    
0008  <class>skgzoomselector</class>
0009  <widget class="QWidget" name="skgzoomselector">
0010   <property name="geometry">
0011    <rect>
0012     <x>0</x>
0013     <y>0</y>
0014     <width>140</width>
0015     <height>28</height>
0016    </rect>
0017   </property>
0018   <layout class="QHBoxLayout" name="horizontalLayout">
0019    <property name="spacing">
0020     <number>2</number>
0021    </property>
0022    <property name="leftMargin">
0023     <number>0</number>
0024    </property>
0025    <property name="topMargin">
0026     <number>0</number>
0027    </property>
0028    <property name="rightMargin">
0029     <number>0</number>
0030    </property>
0031    <property name="bottomMargin">
0032     <number>0</number>
0033    </property>
0034    <item>
0035     <widget class="QToolButton" name="kZoomOriginal">
0036      <property name="focusPolicy">
0037       <enum>Qt::NoFocus</enum>
0038      </property>
0039      <property name="toolTip">
0040       <string>Fit zoom</string>
0041      </property>
0042      <property name="statusTip">
0043       <string>Fit zoom</string>
0044      </property>
0045      <property name="shortcut">
0046       <string notr="true">Ctrl+0</string>
0047      </property>
0048      <property name="checkable">
0049       <bool>true</bool>
0050      </property>
0051      <property name="checked">
0052       <bool>true</bool>
0053      </property>
0054      <property name="autoRaise">
0055       <bool>true</bool>
0056      </property>
0057     </widget>
0058    </item>
0059    <item>
0060     <widget class="QToolButton" name="kZoomOut">
0061      <property name="focusPolicy">
0062       <enum>Qt::NoFocus</enum>
0063      </property>
0064      <property name="toolTip">
0065       <string>Zoom out</string>
0066      </property>
0067      <property name="statusTip">
0068       <string>Zoom out</string>
0069      </property>
0070      <property name="shortcut">
0071       <string notr="true">Ctrl+-</string>
0072      </property>
0073      <property name="autoRepeat">
0074       <bool>true</bool>
0075      </property>
0076      <property name="autoRaise">
0077       <bool>true</bool>
0078      </property>
0079     </widget>
0080    </item>
0081    <item>
0082     <widget class="QSlider" name="kZoomSlider">
0083      <property name="sizePolicy">
0084       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0085        <horstretch>0</horstretch>
0086        <verstretch>0</verstretch>
0087       </sizepolicy>
0088      </property>
0089      <property name="minimumSize">
0090       <size>
0091        <width>50</width>
0092        <height>0</height>
0093       </size>
0094      </property>
0095      <property name="maximumSize">
0096       <size>
0097        <width>200</width>
0098        <height>16777215</height>
0099       </size>
0100      </property>
0101      <property name="focusPolicy">
0102       <enum>Qt::NoFocus</enum>
0103      </property>
0104      <property name="toolTip">
0105       <string>Custom zoom</string>
0106      </property>
0107      <property name="statusTip">
0108       <string>Custom zoom</string>
0109      </property>
0110      <property name="minimum">
0111       <number>-10</number>
0112      </property>
0113      <property name="maximum">
0114       <number>10</number>
0115      </property>
0116      <property name="pageStep">
0117       <number>1</number>
0118      </property>
0119      <property name="orientation">
0120       <enum>Qt::Horizontal</enum>
0121      </property>
0122      <property name="tickPosition">
0123       <enum>QSlider::NoTicks</enum>
0124      </property>
0125     </widget>
0126    </item>
0127    <item>
0128     <widget class="QToolButton" name="kZoomIn">
0129      <property name="focusPolicy">
0130       <enum>Qt::NoFocus</enum>
0131      </property>
0132      <property name="toolTip">
0133       <string>Zoom in</string>
0134      </property>
0135      <property name="statusTip">
0136       <string>Zoom in</string>
0137      </property>
0138      <property name="shortcut">
0139       <string notr="true">Ctrl++</string>
0140      </property>
0141      <property name="autoRepeat">
0142       <bool>true</bool>
0143      </property>
0144      <property name="autoRaise">
0145       <bool>true</bool>
0146      </property>
0147     </widget>
0148    </item>
0149   </layout>
0150  </widget>
0151  <resources/>
0152  <connections/>
0153  <slots>
0154   <slot>initializeZoom()</slot>
0155   <slot>zoomIn()</slot>
0156   <slot>zoomOut()</slot>
0157   <slot>onZoomChangedDelayed()</slot>
0158  </slots>
0159 </ui>