Warning, /graphics/glaxnimate/src/gui/widgets/view_transform_widget.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 
0003 <!--
0004 SPDX-FileCopyrightText: 2019-2023 Mattia Basaglia <dev@dragon.best>
0005 
0006 SPDX-License-Identifier: GPL-3.0-or-later
0007 -->
0008 
0009 <ui version="4.0">
0010  <class>glaxnimate::gui::ViewTransformWidget</class>
0011  <widget class="QWidget" name="ViewTransformWidget">
0012   <property name="geometry">
0013    <rect>
0014     <x>0</x>
0015     <y>0</y>
0016     <width>429</width>
0017     <height>32</height>
0018    </rect>
0019   </property>
0020   <layout class="QHBoxLayout" name="horizontalLayout">
0021    <property name="leftMargin">
0022     <number>0</number>
0023    </property>
0024    <property name="topMargin">
0025     <number>0</number>
0026    </property>
0027    <property name="rightMargin">
0028     <number>0</number>
0029    </property>
0030    <property name="bottomMargin">
0031     <number>0</number>
0032    </property>
0033    <item>
0034     <widget class="QToolButton" name="btn_view_fit">
0035      <property name="toolTip">
0036       <string>Fit View</string>
0037      </property>
0038      <property name="text">
0039       <string>Fit View</string>
0040      </property>
0041      <property name="icon">
0042       <iconset theme="zoom-fit-best">
0043        <normaloff>.</normaloff>.</iconset>
0044      </property>
0045     </widget>
0046    </item>
0047    <item>
0048     <widget class="QLabel" name="label">
0049      <property name="text">
0050       <string>Zoom</string>
0051      </property>
0052     </widget>
0053    </item>
0054    <item>
0055     <widget class="QDoubleSpinBox" name="spin_zoom">
0056      <property name="alignment">
0057       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0058      </property>
0059      <property name="suffix">
0060       <string>%</string>
0061      </property>
0062      <property name="decimals">
0063       <number>0</number>
0064      </property>
0065      <property name="minimum">
0066       <double>1.000000000000000</double>
0067      </property>
0068      <property name="maximum">
0069       <double>10000.000000000000000</double>
0070      </property>
0071      <property name="value">
0072       <double>100.000000000000000</double>
0073      </property>
0074     </widget>
0075    </item>
0076    <item>
0077     <widget class="QToolButton" name="btn_zoom_in">
0078      <property name="toolTip">
0079       <string>Zoom In</string>
0080      </property>
0081      <property name="text">
0082       <string>Zoom In</string>
0083      </property>
0084      <property name="icon">
0085       <iconset theme="zoom-in">
0086        <normaloff>.</normaloff>.</iconset>
0087      </property>
0088     </widget>
0089    </item>
0090    <item>
0091     <widget class="QToolButton" name="btn_zoom_out">
0092      <property name="toolTip">
0093       <string>Zoom Out</string>
0094      </property>
0095      <property name="text">
0096       <string>Zoom Out</string>
0097      </property>
0098      <property name="icon">
0099       <iconset theme="zoom-out">
0100        <normaloff>.</normaloff>.</iconset>
0101      </property>
0102     </widget>
0103    </item>
0104    <item>
0105     <widget class="QToolButton" name="btn_zoom_reset">
0106      <property name="toolTip">
0107       <string>Reset Zoom</string>
0108      </property>
0109      <property name="text">
0110       <string>Reset Zoom</string>
0111      </property>
0112      <property name="icon">
0113       <iconset theme="zoom-original">
0114        <normaloff>.</normaloff>.</iconset>
0115      </property>
0116     </widget>
0117    </item>
0118    <item>
0119     <widget class="QLabel" name="label_2">
0120      <property name="text">
0121       <string>Angle</string>
0122      </property>
0123     </widget>
0124    </item>
0125    <item>
0126     <widget class="QDoubleSpinBox" name="spin_angle">
0127      <property name="alignment">
0128       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0129      </property>
0130      <property name="suffix">
0131       <string>°</string>
0132      </property>
0133      <property name="decimals">
0134       <number>0</number>
0135      </property>
0136      <property name="minimum">
0137       <double>0.000000000000000</double>
0138      </property>
0139      <property name="maximum">
0140       <double>359.000000000000000</double>
0141      </property>
0142      <property name="value">
0143       <double>0.000000000000000</double>
0144      </property>
0145     </widget>
0146    </item>
0147    <item>
0148     <widget class="QToolButton" name="btn_angle_reset">
0149      <property name="toolTip">
0150       <string>Reset Rotation</string>
0151      </property>
0152      <property name="text">
0153       <string>Reset Rotation</string>
0154      </property>
0155      <property name="icon">
0156       <iconset theme="rotation-allowed">
0157        <normaloff>.</normaloff>.</iconset>
0158      </property>
0159     </widget>
0160    </item>
0161    <item>
0162     <widget class="QToolButton" name="btn_flip_view">
0163      <property name="toolTip">
0164       <string>Flip View</string>
0165      </property>
0166      <property name="text">
0167       <string>Flip View</string>
0168      </property>
0169      <property name="icon">
0170       <iconset theme="object-flip-horizontal"/>
0171      </property>
0172     </widget>
0173    </item>
0174   </layout>
0175  </widget>
0176  <resources/>
0177  <connections/>
0178 </ui>