Warning, /frameworks/kuserfeedback/src/provider/widgets/feedbackconfigdialog.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>KUserFeedback::FeedbackConfigDialog</class> 0004 <widget class="QDialog" name="KUserFeedback::FeedbackConfigDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>584</width> 0010 <height>536</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Feedback Settings</string> 0015 </property> 0016 <layout class="QVBoxLayout" name="verticalLayout"> 0017 <item> 0018 <widget class="KUserFeedback::FeedbackConfigWidget" name="configWidget" native="true"/> 0019 </item> 0020 <item> 0021 <widget class="QDialogButtonBox" name="buttonBox"> 0022 <property name="orientation"> 0023 <enum>Qt::Horizontal</enum> 0024 </property> 0025 <property name="standardButtons"> 0026 <set>QDialogButtonBox::Close|QDialogButtonBox::Ok</set> 0027 </property> 0028 </widget> 0029 </item> 0030 </layout> 0031 </widget> 0032 <customwidgets> 0033 <customwidget> 0034 <class>KUserFeedback::FeedbackConfigWidget</class> 0035 <extends>QWidget</extends> 0036 <header>feedbackconfigwidget.h</header> 0037 <container>1</container> 0038 </customwidget> 0039 </customwidgets> 0040 <resources/> 0041 <connections> 0042 <connection> 0043 <sender>buttonBox</sender> 0044 <signal>accepted()</signal> 0045 <receiver>KUserFeedback::FeedbackConfigDialog</receiver> 0046 <slot>accept()</slot> 0047 <hints> 0048 <hint type="sourcelabel"> 0049 <x>224</x> 0050 <y>510</y> 0051 </hint> 0052 <hint type="destinationlabel"> 0053 <x>157</x> 0054 <y>274</y> 0055 </hint> 0056 </hints> 0057 </connection> 0058 <connection> 0059 <sender>buttonBox</sender> 0060 <signal>rejected()</signal> 0061 <receiver>KUserFeedback::FeedbackConfigDialog</receiver> 0062 <slot>accept()</slot> 0063 <hints> 0064 <hint type="sourcelabel"> 0065 <x>292</x> 0066 <y>516</y> 0067 </hint> 0068 <hint type="destinationlabel"> 0069 <x>286</x> 0070 <y>274</y> 0071 </hint> 0072 </hints> 0073 </connection> 0074 </connections> 0075 </ui>