Warning, /graphics/glaxnimate/src/gui/widgets/font/font_preview_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::font::FontPreviewWidget</class>
0011  <widget class="QWidget" name="font::FontPreviewWidget">
0012   <property name="geometry">
0013    <rect>
0014     <x>0</x>
0015     <y>0</y>
0016     <width>730</width>
0017     <height>299</height>
0018    </rect>
0019   </property>
0020   <layout class="QVBoxLayout" name="verticalLayout">
0021    <item>
0022     <widget class="QGraphicsView" name="view"/>
0023    </item>
0024    <item>
0025     <layout class="QHBoxLayout" name="horizontalLayout">
0026      <item>
0027       <spacer name="horizontalSpacer">
0028        <property name="orientation">
0029         <enum>Qt::Horizontal</enum>
0030        </property>
0031        <property name="sizeHint" stdset="0">
0032         <size>
0033          <width>40</width>
0034          <height>20</height>
0035         </size>
0036        </property>
0037       </spacer>
0038      </item>
0039      <item>
0040       <widget class="QDoubleSpinBox" name="spin_zoom">
0041        <property name="toolTip">
0042         <string>Preview Scale</string>
0043        </property>
0044        <property name="suffix">
0045         <string>%</string>
0046        </property>
0047        <property name="minimum">
0048         <double>1.000000000000000</double>
0049        </property>
0050        <property name="maximum">
0051         <double>9999.000000000000000</double>
0052        </property>
0053        <property name="singleStep">
0054         <double>10.000000000000000</double>
0055        </property>
0056        <property name="stepType">
0057         <enum>QAbstractSpinBox::AdaptiveDecimalStepType</enum>
0058        </property>
0059        <property name="value">
0060         <double>100.000000000000000</double>
0061        </property>
0062       </widget>
0063      </item>
0064     </layout>
0065    </item>
0066   </layout>
0067  </widget>
0068  <tabstops>
0069   <tabstop>spin_zoom</tabstop>
0070   <tabstop>view</tabstop>
0071  </tabstops>
0072  <resources/>
0073  <connections>
0074   <connection>
0075    <sender>spin_zoom</sender>
0076    <signal>valueChanged(double)</signal>
0077    <receiver>font::FontPreviewWidget</receiver>
0078    <slot>zoom_changed(double)</slot>
0079    <hints>
0080     <hint type="sourcelabel">
0081      <x>694</x>
0082      <y>272</y>
0083     </hint>
0084     <hint type="destinationlabel">
0085      <x>493</x>
0086      <y>77</y>
0087     </hint>
0088    </hints>
0089   </connection>
0090  </connections>
0091  <slots>
0092   <slot>update_preview_text(QString)</slot>
0093   <slot>zoom_changed(double)</slot>
0094  </slots>
0095 </ui>