Warning, /graphics/glaxnimate/src/gui/widgets/docks/snippet_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>glaxnimate::gui::SnippetListWidget</class>
0011  <widget class="QWidget" name="SnippetListWidget">
0012   <property name="geometry">
0013    <rect>
0014     <x>0</x>
0015     <y>0</y>
0016     <width>400</width>
0017     <height>300</height>
0018    </rect>
0019   </property>
0020   <layout class="QVBoxLayout" name="verticalLayout">
0021    <item>
0022     <layout class="QHBoxLayout" name="horizontalLayout">
0023      <item>
0024       <widget class="QToolButton" name="toolButton">
0025        <property name="toolTip">
0026         <string>New Snippet</string>
0027        </property>
0028        <property name="text">
0029         <string>New</string>
0030        </property>
0031        <property name="icon">
0032         <iconset theme="document-new">
0033          <normaloff>.</normaloff>.</iconset>
0034        </property>
0035       </widget>
0036      </item>
0037      <item>
0038       <widget class="QToolButton" name="toolButton_2">
0039        <property name="toolTip">
0040         <string>Edit the selected snippet</string>
0041        </property>
0042        <property name="text">
0043         <string>Edit...</string>
0044        </property>
0045        <property name="icon">
0046         <iconset theme="document-edit">
0047          <normaloff>.</normaloff>.</iconset>
0048        </property>
0049       </widget>
0050      </item>
0051      <item>
0052       <widget class="QToolButton" name="toolButton_3">
0053        <property name="toolTip">
0054         <string>Delete selected snippet</string>
0055        </property>
0056        <property name="text">
0057         <string>Delete</string>
0058        </property>
0059        <property name="icon">
0060         <iconset theme="edit-delete">
0061          <normaloff>.</normaloff>.</iconset>
0062        </property>
0063       </widget>
0064      </item>
0065      <item>
0066       <widget class="QToolButton" name="toolButton_4">
0067        <property name="toolTip">
0068         <string>Run selected snippet</string>
0069        </property>
0070        <property name="text">
0071         <string>Run</string>
0072        </property>
0073        <property name="icon">
0074         <iconset theme="run-build">
0075          <normaloff>.</normaloff>.</iconset>
0076        </property>
0077       </widget>
0078      </item>
0079      <item>
0080       <spacer name="horizontalSpacer">
0081        <property name="orientation">
0082         <enum>Qt::Horizontal</enum>
0083        </property>
0084        <property name="sizeHint" stdset="0">
0085         <size>
0086          <width>40</width>
0087          <height>20</height>
0088         </size>
0089        </property>
0090       </spacer>
0091      </item>
0092      <item>
0093       <widget class="QToolButton" name="toolButton_5">
0094        <property name="toolTip">
0095         <string>Reload snippets</string>
0096        </property>
0097        <property name="text">
0098         <string>Reload</string>
0099        </property>
0100        <property name="icon">
0101         <iconset theme="view-refresh"/>
0102        </property>
0103       </widget>
0104      </item>
0105     </layout>
0106    </item>
0107    <item>
0108     <widget class="QListView" name="list_view"/>
0109    </item>
0110   </layout>
0111  </widget>
0112  <resources/>
0113  <connections>
0114   <connection>
0115    <sender>toolButton</sender>
0116    <signal>clicked()</signal>
0117    <receiver>SnippetListWidget</receiver>
0118    <slot>snippet_new()</slot>
0119    <hints>
0120     <hint type="sourcelabel">
0121      <x>11</x>
0122      <y>18</y>
0123     </hint>
0124     <hint type="destinationlabel">
0125      <x>316</x>
0126      <y>530</y>
0127     </hint>
0128    </hints>
0129   </connection>
0130   <connection>
0131    <sender>toolButton_2</sender>
0132    <signal>clicked()</signal>
0133    <receiver>SnippetListWidget</receiver>
0134    <slot>snippet_edit()</slot>
0135    <hints>
0136     <hint type="sourcelabel">
0137      <x>47</x>
0138      <y>27</y>
0139     </hint>
0140     <hint type="destinationlabel">
0141      <x>214</x>
0142      <y>426</y>
0143     </hint>
0144    </hints>
0145   </connection>
0146   <connection>
0147    <sender>toolButton_3</sender>
0148    <signal>clicked()</signal>
0149    <receiver>SnippetListWidget</receiver>
0150    <slot>snippet_delete()</slot>
0151    <hints>
0152     <hint type="sourcelabel">
0153      <x>90</x>
0154      <y>27</y>
0155     </hint>
0156     <hint type="destinationlabel">
0157      <x>161</x>
0158      <y>567</y>
0159     </hint>
0160    </hints>
0161   </connection>
0162   <connection>
0163    <sender>toolButton_4</sender>
0164    <signal>clicked()</signal>
0165    <receiver>SnippetListWidget</receiver>
0166    <slot>snippet_run()</slot>
0167    <hints>
0168     <hint type="sourcelabel">
0169      <x>139</x>
0170      <y>17</y>
0171     </hint>
0172     <hint type="destinationlabel">
0173      <x>185</x>
0174      <y>430</y>
0175     </hint>
0176    </hints>
0177   </connection>
0178   <connection>
0179    <sender>toolButton_5</sender>
0180    <signal>clicked()</signal>
0181    <receiver>SnippetListWidget</receiver>
0182    <slot>snippet_reload()</slot>
0183    <hints>
0184     <hint type="sourcelabel">
0185      <x>383</x>
0186      <y>27</y>
0187     </hint>
0188     <hint type="destinationlabel">
0189      <x>423</x>
0190      <y>60</y>
0191     </hint>
0192    </hints>
0193   </connection>
0194  </connections>
0195  <slots>
0196   <slot>snippet_new()</slot>
0197   <slot>snippet_edit()</slot>
0198   <slot>snippet_delete()</slot>
0199   <slot>snippet_run()</slot>
0200   <slot>snippet_reload()</slot>
0201  </slots>
0202 </ui>