Warning, /graphics/glaxnimate/src/gui/widgets/lottiefiles/lottiefiles_search_dialog.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>LottieFilesSearchDialog</class> 0011 <widget class="QDialog" name="LottieFilesSearchDialog"> 0012 <property name="geometry"> 0013 <rect> 0014 <x>0</x> 0015 <y>0</y> 0016 <width>822</width> 0017 <height>646</height> 0018 </rect> 0019 </property> 0020 <property name="windowTitle"> 0021 <string>Import From LottieFiles</string> 0022 </property> 0023 <property name="windowIcon"> 0024 <iconset theme="lottiefiles"> 0025 <normaloff>.</normaloff>.</iconset> 0026 </property> 0027 <layout class="QVBoxLayout" name="verticalLayout"> 0028 <item> 0029 <layout class="QHBoxLayout" name="horizontalLayout_2"> 0030 <item> 0031 <widget class="QLineEdit" name="input_query"/> 0032 </item> 0033 <item> 0034 <widget class="QPushButton" name="pushButton_4"> 0035 <property name="text"> 0036 <string>Search</string> 0037 </property> 0038 <property name="icon"> 0039 <iconset theme="search"> 0040 <normaloff>.</normaloff>.</iconset> 0041 </property> 0042 </widget> 0043 </item> 0044 </layout> 0045 </item> 0046 <item> 0047 <widget class="QScrollArea" name="result_area"> 0048 <property name="sizePolicy"> 0049 <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> 0050 <horstretch>0</horstretch> 0051 <verstretch>0</verstretch> 0052 </sizepolicy> 0053 </property> 0054 <property name="verticalScrollBarPolicy"> 0055 <enum>Qt::ScrollBarAlwaysOn</enum> 0056 </property> 0057 <property name="horizontalScrollBarPolicy"> 0058 <enum>Qt::ScrollBarAlwaysOff</enum> 0059 </property> 0060 <property name="sizeAdjustPolicy"> 0061 <enum>QAbstractScrollArea::AdjustToContents</enum> 0062 </property> 0063 <property name="widgetResizable"> 0064 <bool>true</bool> 0065 </property> 0066 <widget class="QWidget" name="result_area_content"> 0067 <property name="geometry"> 0068 <rect> 0069 <x>0</x> 0070 <y>0</y> 0071 <width>785</width> 0072 <height>448</height> 0073 </rect> 0074 </property> 0075 <layout class="QGridLayout" name="result_area_layout"> 0076 <property name="spacing"> 0077 <number>0</number> 0078 </property> 0079 </layout> 0080 </widget> 0081 </widget> 0082 </item> 0083 <item> 0084 <widget class="QProgressBar" name="progress_bar"/> 0085 </item> 0086 <item> 0087 <widget class="QLabel" name="label_error"> 0088 <property name="text"> 0089 <string notr="true">Network Error</string> 0090 </property> 0091 </widget> 0092 </item> 0093 <item> 0094 <layout class="QHBoxLayout" name="horizontalLayout_3"> 0095 <item> 0096 <widget class="QPushButton" name="button_previous"> 0097 <property name="text"> 0098 <string>Previous Page</string> 0099 </property> 0100 <property name="icon"> 0101 <iconset theme="go-previous"/> 0102 </property> 0103 </widget> 0104 </item> 0105 <item> 0106 <spacer name="horizontalSpacer_2"> 0107 <property name="orientation"> 0108 <enum>Qt::Horizontal</enum> 0109 </property> 0110 <property name="sizeHint" stdset="0"> 0111 <size> 0112 <width>40</width> 0113 <height>20</height> 0114 </size> 0115 </property> 0116 </spacer> 0117 </item> 0118 <item> 0119 <widget class="QPushButton" name="button_next"> 0120 <property name="text"> 0121 <string>Next Page</string> 0122 </property> 0123 <property name="icon"> 0124 <iconset theme="go-next"> 0125 <normaloff>.</normaloff>.</iconset> 0126 </property> 0127 </widget> 0128 </item> 0129 </layout> 0130 </item> 0131 <item> 0132 <layout class="QHBoxLayout" name="horizontalLayout"> 0133 <item> 0134 <widget class="QPushButton" name="button_open"> 0135 <property name="text"> 0136 <string>Open</string> 0137 </property> 0138 <property name="icon"> 0139 <iconset theme="document-open"> 0140 <normaloff>.</normaloff>.</iconset> 0141 </property> 0142 </widget> 0143 </item> 0144 <item> 0145 <widget class="QPushButton" name="button_import"> 0146 <property name="text"> 0147 <string>Import</string> 0148 </property> 0149 <property name="icon"> 0150 <iconset theme="document-import"> 0151 <normaloff>.</normaloff>.</iconset> 0152 </property> 0153 </widget> 0154 </item> 0155 <item> 0156 <spacer name="horizontalSpacer"> 0157 <property name="orientation"> 0158 <enum>Qt::Horizontal</enum> 0159 </property> 0160 <property name="sizeHint" stdset="0"> 0161 <size> 0162 <width>40</width> 0163 <height>20</height> 0164 </size> 0165 </property> 0166 </spacer> 0167 </item> 0168 <item> 0169 <widget class="QPushButton" name="pushButton_3"> 0170 <property name="text"> 0171 <string>Close</string> 0172 </property> 0173 <property name="icon"> 0174 <iconset theme="dialog-cancel"> 0175 <normaloff>.</normaloff>.</iconset> 0176 </property> 0177 </widget> 0178 </item> 0179 </layout> 0180 </item> 0181 </layout> 0182 </widget> 0183 <resources/> 0184 <connections> 0185 <connection> 0186 <sender>button_open</sender> 0187 <signal>clicked()</signal> 0188 <receiver>LottieFilesSearchDialog</receiver> 0189 <slot>clicked_open()</slot> 0190 <hints> 0191 <hint type="sourcelabel"> 0192 <x>51</x> 0193 <y>624</y> 0194 </hint> 0195 <hint type="destinationlabel"> 0196 <x>66</x> 0197 <y>656</y> 0198 </hint> 0199 </hints> 0200 </connection> 0201 <connection> 0202 <sender>button_import</sender> 0203 <signal>clicked()</signal> 0204 <receiver>LottieFilesSearchDialog</receiver> 0205 <slot>clicked_import()</slot> 0206 <hints> 0207 <hint type="sourcelabel"> 0208 <x>127</x> 0209 <y>614</y> 0210 </hint> 0211 <hint type="destinationlabel"> 0212 <x>166</x> 0213 <y>683</y> 0214 </hint> 0215 </hints> 0216 </connection> 0217 <connection> 0218 <sender>pushButton_3</sender> 0219 <signal>clicked()</signal> 0220 <receiver>LottieFilesSearchDialog</receiver> 0221 <slot>reject()</slot> 0222 <hints> 0223 <hint type="sourcelabel"> 0224 <x>769</x> 0225 <y>628</y> 0226 </hint> 0227 <hint type="destinationlabel"> 0228 <x>781</x> 0229 <y>693</y> 0230 </hint> 0231 </hints> 0232 </connection> 0233 <connection> 0234 <sender>pushButton_4</sender> 0235 <signal>clicked()</signal> 0236 <receiver>LottieFilesSearchDialog</receiver> 0237 <slot>clicked_search()</slot> 0238 <hints> 0239 <hint type="sourcelabel"> 0240 <x>772</x> 0241 <y>25</y> 0242 </hint> 0243 <hint type="destinationlabel"> 0244 <x>737</x> 0245 <y>741</y> 0246 </hint> 0247 </hints> 0248 </connection> 0249 <connection> 0250 <sender>button_next</sender> 0251 <signal>clicked()</signal> 0252 <receiver>LottieFilesSearchDialog</receiver> 0253 <slot>clicked_next()</slot> 0254 <hints> 0255 <hint type="sourcelabel"> 0256 <x>736</x> 0257 <y>590</y> 0258 </hint> 0259 <hint type="destinationlabel"> 0260 <x>682</x> 0261 <y>723</y> 0262 </hint> 0263 </hints> 0264 </connection> 0265 <connection> 0266 <sender>button_previous</sender> 0267 <signal>clicked()</signal> 0268 <receiver>LottieFilesSearchDialog</receiver> 0269 <slot>clicked_previous()</slot> 0270 <hints> 0271 <hint type="sourcelabel"> 0272 <x>78</x> 0273 <y>570</y> 0274 </hint> 0275 <hint type="destinationlabel"> 0276 <x>381</x> 0277 <y>724</y> 0278 </hint> 0279 </hints> 0280 </connection> 0281 </connections> 0282 <slots> 0283 <slot>clicked_open()</slot> 0284 <slot>clicked_import()</slot> 0285 <slot>clicked_search()</slot> 0286 <slot>clicked_next()</slot> 0287 <slot>page_changed(int)</slot> 0288 <slot>clicked_previous()</slot> 0289 </slots> 0290 </ui>