Warning, /graphics/glaxnimate/external/QtAppSetup/src/app/widgets/keyboard_settings_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>KeyboardSettingsWidget</class> 0011 <widget class="QWidget" name="KeyboardSettingsWidget"> 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="QLineEdit" name="filter"> 0025 <property name="placeholderText"> 0026 <string>Filter</string> 0027 </property> 0028 </widget> 0029 </item> 0030 <item> 0031 <widget class="QToolButton" name="toolButton"> 0032 <property name="toolTip"> 0033 <string>Clear Filter</string> 0034 </property> 0035 <property name="text"> 0036 <string>Clear Filter</string> 0037 </property> 0038 <property name="icon"> 0039 <iconset theme="edit-clear"/> 0040 </property> 0041 </widget> 0042 </item> 0043 </layout> 0044 </item> 0045 <item> 0046 <widget class="QTreeView" name="tree_view"/> 0047 </item> 0048 </layout> 0049 </widget> 0050 <resources/> 0051 <connections> 0052 <connection> 0053 <sender>toolButton</sender> 0054 <signal>clicked()</signal> 0055 <receiver>KeyboardSettingsWidget</receiver> 0056 <slot>clear_filter()</slot> 0057 <hints> 0058 <hint type="sourcelabel"> 0059 <x>364</x> 0060 <y>20</y> 0061 </hint> 0062 <hint type="destinationlabel"> 0063 <x>515</x> 0064 <y>80</y> 0065 </hint> 0066 </hints> 0067 </connection> 0068 <connection> 0069 <sender>filter</sender> 0070 <signal>textChanged(QString)</signal> 0071 <receiver>KeyboardSettingsWidget</receiver> 0072 <slot>filter(QString)</slot> 0073 <hints> 0074 <hint type="sourcelabel"> 0075 <x>216</x> 0076 <y>27</y> 0077 </hint> 0078 <hint type="destinationlabel"> 0079 <x>429</x> 0080 <y>177</y> 0081 </hint> 0082 </hints> 0083 </connection> 0084 </connections> 0085 <slots> 0086 <slot>clear_filter()</slot> 0087 <slot>filter(QString)</slot> 0088 </slots> 0089 </ui>