Warning, /graphics/glaxnimate/src/gui/widgets/shape_style/gradient_list_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>GradientListWidget</class>
0011  <widget class="QWidget" name="GradientListWidget">
0012   <property name="geometry">
0013    <rect>
0014     <x>0</x>
0015     <y>0</y>
0016     <width>177</width>
0017     <height>353</height>
0018    </rect>
0019   </property>
0020   <layout class="QVBoxLayout" name="verticalLayout">
0021    <item>
0022     <widget class="QTableView" name="list_view">
0023      <property name="selectionMode">
0024       <enum>QAbstractItemView::SingleSelection</enum>
0025      </property>
0026      <property name="selectionBehavior">
0027       <enum>QAbstractItemView::SelectRows</enum>
0028      </property>
0029      <attribute name="horizontalHeaderVisible">
0030       <bool>true</bool>
0031      </attribute>
0032      <attribute name="verticalHeaderVisible">
0033       <bool>false</bool>
0034      </attribute>
0035     </widget>
0036    </item>
0037    <item>
0038     <layout class="QHBoxLayout" name="horizontalLayout">
0039      <item>
0040       <widget class="QToolButton" name="btn_new">
0041        <property name="toolTip">
0042         <string>Add Gradient</string>
0043        </property>
0044        <property name="text">
0045         <string>New</string>
0046        </property>
0047        <property name="icon">
0048         <iconset theme="list-add">
0049          <normaloff>.</normaloff>.</iconset>
0050        </property>
0051       </widget>
0052      </item>
0053      <item>
0054       <widget class="QToolButton" name="btn_preset">
0055        <property name="toolTip">
0056         <string>Add from Preset</string>
0057        </property>
0058        <property name="text">
0059         <string>Preset</string>
0060        </property>
0061        <property name="icon">
0062         <iconset theme="folder">
0063          <normaloff>.</normaloff>.</iconset>
0064        </property>
0065       </widget>
0066      </item>
0067      <item>
0068       <spacer name="horizontalSpacer">
0069        <property name="orientation">
0070         <enum>Qt::Horizontal</enum>
0071        </property>
0072        <property name="sizeHint" stdset="0">
0073         <size>
0074          <width>40</width>
0075          <height>20</height>
0076         </size>
0077        </property>
0078       </spacer>
0079      </item>
0080      <item>
0081       <widget class="QToolButton" name="btn_remove">
0082        <property name="toolTip">
0083         <string>Remove Gradient</string>
0084        </property>
0085        <property name="text">
0086         <string>Remove</string>
0087        </property>
0088        <property name="icon">
0089         <iconset theme="list-remove">
0090          <normaloff>.</normaloff>.</iconset>
0091        </property>
0092       </widget>
0093      </item>
0094     </layout>
0095    </item>
0096    <item>
0097     <layout class="QGridLayout" name="gridLayout">
0098      <item row="1" column="1">
0099       <widget class="QLabel" name="label_2">
0100        <property name="text">
0101         <string>Stroke</string>
0102        </property>
0103        <property name="alignment">
0104         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0105        </property>
0106       </widget>
0107      </item>
0108      <item row="0" column="3">
0109       <widget class="QToolButton" name="btn_fill_radial">
0110        <property name="enabled">
0111         <bool>false</bool>
0112        </property>
0113        <property name="toolTip">
0114         <string>Radial</string>
0115        </property>
0116        <property name="text">
0117         <string>Radial</string>
0118        </property>
0119        <property name="icon">
0120         <iconset theme="paint-gradient-radial">
0121          <normaloff>.</normaloff>.</iconset>
0122        </property>
0123        <property name="checkable">
0124         <bool>true</bool>
0125        </property>
0126       </widget>
0127      </item>
0128      <item row="0" column="2">
0129       <widget class="QToolButton" name="btn_fill_linear">
0130        <property name="enabled">
0131         <bool>false</bool>
0132        </property>
0133        <property name="toolTip">
0134         <string>Linear</string>
0135        </property>
0136        <property name="text">
0137         <string>Linear</string>
0138        </property>
0139        <property name="icon">
0140         <iconset theme="paint-gradient-linear">
0141          <normaloff>.</normaloff>.</iconset>
0142        </property>
0143        <property name="checkable">
0144         <bool>true</bool>
0145        </property>
0146       </widget>
0147      </item>
0148      <item row="1" column="2">
0149       <widget class="QToolButton" name="btn_stroke_linear">
0150        <property name="enabled">
0151         <bool>false</bool>
0152        </property>
0153        <property name="toolTip">
0154         <string>Linear</string>
0155        </property>
0156        <property name="text">
0157         <string>Linear</string>
0158        </property>
0159        <property name="icon">
0160         <iconset theme="paint-gradient-linear">
0161          <normaloff>.</normaloff>.</iconset>
0162        </property>
0163        <property name="checkable">
0164         <bool>true</bool>
0165        </property>
0166       </widget>
0167      </item>
0168      <item row="1" column="3">
0169       <widget class="QToolButton" name="btn_stroke_radial">
0170        <property name="enabled">
0171         <bool>false</bool>
0172        </property>
0173        <property name="toolTip">
0174         <string>Radial</string>
0175        </property>
0176        <property name="text">
0177         <string>Radial</string>
0178        </property>
0179        <property name="icon">
0180         <iconset theme="paint-gradient-radial">
0181          <normaloff>.</normaloff>.</iconset>
0182        </property>
0183        <property name="checkable">
0184         <bool>true</bool>
0185        </property>
0186       </widget>
0187      </item>
0188      <item row="0" column="1">
0189       <widget class="QLabel" name="label">
0190        <property name="text">
0191         <string>Fill</string>
0192        </property>
0193        <property name="alignment">
0194         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0195        </property>
0196       </widget>
0197      </item>
0198      <item row="0" column="4">
0199       <widget class="QToolButton" name="btn_fill_conical">
0200        <property name="enabled">
0201         <bool>false</bool>
0202        </property>
0203        <property name="toolTip">
0204         <string>Conical</string>
0205        </property>
0206        <property name="text">
0207         <string>Conical</string>
0208        </property>
0209        <property name="icon">
0210         <iconset theme="paint-gradient-conical"/>
0211        </property>
0212        <property name="checkable">
0213         <bool>true</bool>
0214        </property>
0215       </widget>
0216      </item>
0217      <item row="1" column="4">
0218       <widget class="QToolButton" name="btn_stroke_conical">
0219        <property name="enabled">
0220         <bool>false</bool>
0221        </property>
0222        <property name="toolTip">
0223         <string>Conical</string>
0224        </property>
0225        <property name="text">
0226         <string>Conical</string>
0227        </property>
0228        <property name="icon">
0229         <iconset theme="paint-gradient-conical"/>
0230        </property>
0231        <property name="checkable">
0232         <bool>true</bool>
0233        </property>
0234       </widget>
0235      </item>
0236     </layout>
0237    </item>
0238   </layout>
0239  </widget>
0240  <resources/>
0241  <connections>
0242   <connection>
0243    <sender>list_view</sender>
0244    <signal>clicked(QModelIndex)</signal>
0245    <receiver>GradientListWidget</receiver>
0246    <slot>change_current_gradient()</slot>
0247    <hints>
0248     <hint type="sourcelabel">
0249      <x>93</x>
0250      <y>98</y>
0251     </hint>
0252     <hint type="destinationlabel">
0253      <x>278</x>
0254      <y>152</y>
0255     </hint>
0256    </hints>
0257   </connection>
0258   <connection>
0259    <sender>list_view</sender>
0260    <signal>entered(QModelIndex)</signal>
0261    <receiver>GradientListWidget</receiver>
0262    <slot>change_current_gradient()</slot>
0263    <hints>
0264     <hint type="sourcelabel">
0265      <x>59</x>
0266      <y>191</y>
0267     </hint>
0268     <hint type="destinationlabel">
0269      <x>264</x>
0270      <y>275</y>
0271     </hint>
0272    </hints>
0273   </connection>
0274  </connections>
0275  <slots>
0276   <slot>change_current_gradient()</slot>
0277  </slots>
0278 </ui>