Warning, /graphics/glaxnimate/external/QtAppSetup/src/app/widgets/widget_palette_editor.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>WidgetPaletteEditor</class>
0011  <widget class="QWidget" name="WidgetPaletteEditor">
0012   <property name="geometry">
0013    <rect>
0014     <x>0</x>
0015     <y>0</y>
0016     <width>643</width>
0017     <height>464</height>
0018    </rect>
0019   </property>
0020   <layout class="QHBoxLayout" name="horizontalLayout">
0021    <item>
0022     <layout class="QVBoxLayout" name="verticalLayout">
0023      <item>
0024       <layout class="QHBoxLayout" name="horizontalLayout_3">
0025        <item>
0026         <widget class="QLabel" name="label">
0027          <property name="text">
0028           <string>Style</string>
0029          </property>
0030         </widget>
0031        </item>
0032        <item>
0033         <widget class="QComboBox" name="combo_style">
0034          <property name="sizePolicy">
0035           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0036            <horstretch>0</horstretch>
0037            <verstretch>0</verstretch>
0038           </sizepolicy>
0039          </property>
0040         </widget>
0041        </item>
0042       </layout>
0043      </item>
0044      <item>
0045       <layout class="QHBoxLayout" name="horizontalLayout_2">
0046        <item>
0047         <widget class="QComboBox" name="combo_saved">
0048          <property name="sizePolicy">
0049           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0050            <horstretch>0</horstretch>
0051            <verstretch>0</verstretch>
0052           </sizepolicy>
0053          </property>
0054          <item>
0055           <property name="text">
0056            <string>System Default</string>
0057           </property>
0058          </item>
0059         </widget>
0060        </item>
0061        <item>
0062         <widget class="QPushButton" name="pushButton">
0063          <property name="sizePolicy">
0064           <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0065            <horstretch>0</horstretch>
0066            <verstretch>0</verstretch>
0067           </sizepolicy>
0068          </property>
0069          <property name="text">
0070           <string>Add...</string>
0071          </property>
0072          <property name="icon">
0073           <iconset theme="list-add">
0074            <normaloff>.</normaloff>.</iconset>
0075          </property>
0076         </widget>
0077        </item>
0078        <item>
0079         <widget class="QPushButton" name="pushButton_3">
0080          <property name="text">
0081           <string>Remove</string>
0082          </property>
0083          <property name="icon">
0084           <iconset theme="list-remove">
0085            <normaloff>.</normaloff>.</iconset>
0086          </property>
0087         </widget>
0088        </item>
0089       </layout>
0090      </item>
0091      <item>
0092       <widget class="QTableWidget" name="palette_view">
0093        <property name="sizePolicy">
0094         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0095          <horstretch>0</horstretch>
0096          <verstretch>0</verstretch>
0097         </sizepolicy>
0098        </property>
0099        <column>
0100         <property name="text">
0101          <string>Active</string>
0102         </property>
0103        </column>
0104        <column>
0105         <property name="text">
0106          <string>Disabled</string>
0107         </property>
0108        </column>
0109       </widget>
0110      </item>
0111      <item>
0112       <widget class="QPushButton" name="pushButton_2">
0113        <property name="text">
0114         <string>Apply</string>
0115        </property>
0116        <property name="icon">
0117         <iconset theme="dialog-ok-apply">
0118          <normaloff>.</normaloff>.</iconset>
0119        </property>
0120       </widget>
0121      </item>
0122     </layout>
0123    </item>
0124    <item>
0125     <widget class="QWidget" name="widget" native="true">
0126      <property name="sizePolicy">
0127       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0128        <horstretch>0</horstretch>
0129        <verstretch>0</verstretch>
0130       </sizepolicy>
0131      </property>
0132      <layout class="QVBoxLayout" name="verticalLayout_2">
0133       <item>
0134        <widget class="QCheckBox" name="checkBox">
0135         <property name="text">
0136          <string>Preview Enabled Widgets</string>
0137         </property>
0138         <property name="checked">
0139          <bool>true</bool>
0140         </property>
0141        </widget>
0142       </item>
0143       <item>
0144        <widget class="QGroupBox" name="preview_widget">
0145         <property name="title">
0146          <string>Theme Preview</string>
0147         </property>
0148         <layout class="QGridLayout" name="gridLayout">
0149          <item row="5" column="1">
0150           <widget class="QSpinBox" name="spinBox"/>
0151          </item>
0152          <item row="1" column="0">
0153           <widget class="QCheckBox" name="checkBox_2">
0154            <property name="text">
0155             <string>Check</string>
0156            </property>
0157           </widget>
0158          </item>
0159          <item row="3" column="0">
0160           <widget class="QRadioButton" name="radioButton_2">
0161            <property name="text">
0162             <string>That</string>
0163            </property>
0164           </widget>
0165          </item>
0166          <item row="6" column="0" colspan="2">
0167           <widget class="QListWidget" name="listWidget">
0168            <property name="currentRow">
0169             <number>1</number>
0170            </property>
0171            <item>
0172             <property name="text">
0173              <string>A</string>
0174             </property>
0175            </item>
0176            <item>
0177             <property name="text">
0178              <string>B</string>
0179             </property>
0180            </item>
0181            <item>
0182             <property name="text">
0183              <string>C</string>
0184             </property>
0185            </item>
0186           </widget>
0187          </item>
0188          <item row="7" column="0" colspan="2">
0189           <widget class="QDialogButtonBox" name="buttonBox">
0190            <property name="standardButtons">
0191             <set>QDialogButtonBox::No|QDialogButtonBox::Yes</set>
0192            </property>
0193           </widget>
0194          </item>
0195          <item row="5" column="0">
0196           <widget class="QLineEdit" name="lineEdit">
0197            <property name="text">
0198             <string/>
0199            </property>
0200            <property name="placeholderText">
0201             <string>Placeholder</string>
0202            </property>
0203           </widget>
0204          </item>
0205          <item row="2" column="0">
0206           <widget class="QRadioButton" name="radioButton">
0207            <property name="text">
0208             <string>This</string>
0209            </property>
0210            <property name="checked">
0211             <bool>true</bool>
0212            </property>
0213           </widget>
0214          </item>
0215          <item row="0" column="0">
0216           <widget class="QComboBox" name="comboBox_2">
0217            <item>
0218             <property name="text">
0219              <string>Items</string>
0220             </property>
0221            </item>
0222            <item>
0223             <property name="text">
0224              <string>Items</string>
0225             </property>
0226            </item>
0227           </widget>
0228          </item>
0229          <item row="0" column="1" rowspan="4">
0230           <widget class="QSlider" name="horizontalSlider">
0231            <property name="value">
0232             <number>30</number>
0233            </property>
0234            <property name="orientation">
0235             <enum>Qt::Vertical</enum>
0236            </property>
0237           </widget>
0238          </item>
0239         </layout>
0240        </widget>
0241       </item>
0242      </layout>
0243     </widget>
0244    </item>
0245   </layout>
0246  </widget>
0247  <resources/>
0248  <connections>
0249   <connection>
0250    <sender>palette_view</sender>
0251    <signal>cellChanged(int,int)</signal>
0252    <receiver>WidgetPaletteEditor</receiver>
0253    <slot>update_color(int,int)</slot>
0254    <hints>
0255     <hint type="sourcelabel">
0256      <x>102</x>
0257      <y>299</y>
0258     </hint>
0259     <hint type="destinationlabel">
0260      <x>307</x>
0261      <y>463</y>
0262     </hint>
0263    </hints>
0264   </connection>
0265   <connection>
0266    <sender>pushButton</sender>
0267    <signal>clicked()</signal>
0268    <receiver>WidgetPaletteEditor</receiver>
0269    <slot>add_palette()</slot>
0270    <hints>
0271     <hint type="sourcelabel">
0272      <x>224</x>
0273      <y>41</y>
0274     </hint>
0275     <hint type="destinationlabel">
0276      <x>323</x>
0277      <y>463</y>
0278     </hint>
0279    </hints>
0280   </connection>
0281   <connection>
0282    <sender>pushButton_3</sender>
0283    <signal>clicked()</signal>
0284    <receiver>WidgetPaletteEditor</receiver>
0285    <slot>remove_palette()</slot>
0286    <hints>
0287     <hint type="sourcelabel">
0288      <x>316</x>
0289      <y>41</y>
0290     </hint>
0291     <hint type="destinationlabel">
0292      <x>388</x>
0293      <y>463</y>
0294     </hint>
0295    </hints>
0296   </connection>
0297   <connection>
0298    <sender>pushButton_2</sender>
0299    <signal>clicked()</signal>
0300    <receiver>WidgetPaletteEditor</receiver>
0301    <slot>apply_palette()</slot>
0302    <hints>
0303     <hint type="sourcelabel">
0304      <x>184</x>
0305      <y>445</y>
0306     </hint>
0307     <hint type="destinationlabel">
0308      <x>244</x>
0309      <y>463</y>
0310     </hint>
0311    </hints>
0312   </connection>
0313   <connection>
0314    <sender>combo_saved</sender>
0315    <signal>currentIndexChanged(QString)</signal>
0316    <receiver>WidgetPaletteEditor</receiver>
0317    <slot>select_palette(QString)</slot>
0318    <hints>
0319     <hint type="sourcelabel">
0320      <x>58</x>
0321      <y>40</y>
0322     </hint>
0323     <hint type="destinationlabel">
0324      <x>92</x>
0325      <y>463</y>
0326     </hint>
0327    </hints>
0328   </connection>
0329   <connection>
0330    <sender>checkBox</sender>
0331    <signal>toggled(bool)</signal>
0332    <receiver>preview_widget</receiver>
0333    <slot>setEnabled(bool)</slot>
0334    <hints>
0335     <hint type="sourcelabel">
0336      <x>466</x>
0337      <y>22</y>
0338     </hint>
0339     <hint type="destinationlabel">
0340      <x>469</x>
0341      <y>43</y>
0342     </hint>
0343    </hints>
0344   </connection>
0345  </connections>
0346  <slots>
0347   <slot>add_palette()</slot>
0348   <slot>update_color(int,int)</slot>
0349   <slot>remove_palette()</slot>
0350   <slot>apply_palette()</slot>
0351   <slot>select_palette(QString)</slot>
0352  </slots>
0353 </ui>