Warning, /plasma/kwin/src/shortcutdialog.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>ShortcutDialog</class> 0004 <widget class="QDialog" name="ShortcutDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>200</width> 0010 <height>100</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Dialog</string> 0015 </property> 0016 <layout class="QVBoxLayout" name="verticalLayout"> 0017 <item> 0018 <layout class="QHBoxLayout" name="horizontalLayout"> 0019 <item> 0020 <widget class="QKeySequenceEdit" name="keySequenceEdit"/> 0021 </item> 0022 <item> 0023 <widget class="QToolButton" name="clearButton"> 0024 <property name="text"> 0025 <string>...</string> 0026 </property> 0027 <property name="icon"> 0028 <iconset theme="edit-clear-locationbar-rtl"/> 0029 </property> 0030 </widget> 0031 </item> 0032 </layout> 0033 </item> 0034 <item> 0035 <widget class="QLabel" name="warning"> 0036 <property name="text"> 0037 <string/> 0038 </property> 0039 </widget> 0040 </item> 0041 <item> 0042 <widget class="QDialogButtonBox" name="buttonBox"> 0043 <property name="orientation"> 0044 <enum>Qt::Horizontal</enum> 0045 </property> 0046 <property name="standardButtons"> 0047 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0048 </property> 0049 </widget> 0050 </item> 0051 </layout> 0052 </widget> 0053 <resources/> 0054 <connections> 0055 <connection> 0056 <sender>buttonBox</sender> 0057 <signal>accepted()</signal> 0058 <receiver>ShortcutDialog</receiver> 0059 <slot>accept()</slot> 0060 <hints> 0061 <hint type="sourcelabel"> 0062 <x>195</x> 0063 <y>85</y> 0064 </hint> 0065 <hint type="destinationlabel"> 0066 <x>157</x> 0067 <y>99</y> 0068 </hint> 0069 </hints> 0070 </connection> 0071 <connection> 0072 <sender>buttonBox</sender> 0073 <signal>rejected()</signal> 0074 <receiver>ShortcutDialog</receiver> 0075 <slot>reject()</slot> 0076 <hints> 0077 <hint type="sourcelabel"> 0078 <x>195</x> 0079 <y>91</y> 0080 </hint> 0081 <hint type="destinationlabel"> 0082 <x>199</x> 0083 <y>99</y> 0084 </hint> 0085 </hints> 0086 </connection> 0087 <connection> 0088 <sender>clearButton</sender> 0089 <signal>clicked()</signal> 0090 <receiver>keySequenceEdit</receiver> 0091 <slot>clear()</slot> 0092 <hints> 0093 <hint type="sourcelabel"> 0094 <x>181</x> 0095 <y>19</y> 0096 </hint> 0097 <hint type="destinationlabel"> 0098 <x>146</x> 0099 <y>15</y> 0100 </hint> 0101 </hints> 0102 </connection> 0103 </connections> 0104 </ui>