Warning, /frameworks/kuserfeedback/src/console/surveyeditor/surveydialog.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::Console::SurveyDialog</class> 0004 <widget class="QDialog" name="KUserFeedback::Console::SurveyDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>400</width> 0010 <height>300</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Survey</string> 0015 </property> 0016 <layout class="QVBoxLayout" name="verticalLayout"> 0017 <item> 0018 <layout class="QFormLayout" name="formLayout"> 0019 <item row="0" column="0"> 0020 <widget class="QLabel" name="label"> 0021 <property name="text"> 0022 <string>&Name:</string> 0023 </property> 0024 <property name="buddy"> 0025 <cstring>name</cstring> 0026 </property> 0027 </widget> 0028 </item> 0029 <item row="0" column="1"> 0030 <widget class="QLineEdit" name="name"/> 0031 </item> 0032 <item row="1" column="0"> 0033 <widget class="QLabel" name="label_2"> 0034 <property name="text"> 0035 <string>&URL:</string> 0036 </property> 0037 <property name="buddy"> 0038 <cstring>url</cstring> 0039 </property> 0040 </widget> 0041 </item> 0042 <item row="1" column="1"> 0043 <widget class="QLineEdit" name="url"/> 0044 </item> 0045 </layout> 0046 </item> 0047 <item> 0048 <widget class="QLabel" name="label_3"> 0049 <property name="text"> 0050 <string>Targeting e&xpression:</string> 0051 </property> 0052 <property name="buddy"> 0053 <cstring>targetExpression</cstring> 0054 </property> 0055 </widget> 0056 </item> 0057 <item> 0058 <widget class="QPlainTextEdit" name="targetExpression"/> 0059 </item> 0060 <item> 0061 <widget class="QDialogButtonBox" name="buttonBox"> 0062 <property name="orientation"> 0063 <enum>Qt::Horizontal</enum> 0064 </property> 0065 <property name="standardButtons"> 0066 <set>QDialogButtonBox::Discard|QDialogButtonBox::Save</set> 0067 </property> 0068 </widget> 0069 </item> 0070 </layout> 0071 </widget> 0072 <resources/> 0073 <connections> 0074 <connection> 0075 <sender>buttonBox</sender> 0076 <signal>accepted()</signal> 0077 <receiver>KUserFeedback::Console::SurveyDialog</receiver> 0078 <slot>accept()</slot> 0079 <hints> 0080 <hint type="sourcelabel"> 0081 <x>248</x> 0082 <y>254</y> 0083 </hint> 0084 <hint type="destinationlabel"> 0085 <x>157</x> 0086 <y>274</y> 0087 </hint> 0088 </hints> 0089 </connection> 0090 <connection> 0091 <sender>buttonBox</sender> 0092 <signal>rejected()</signal> 0093 <receiver>KUserFeedback::Console::SurveyDialog</receiver> 0094 <slot>reject()</slot> 0095 <hints> 0096 <hint type="sourcelabel"> 0097 <x>316</x> 0098 <y>260</y> 0099 </hint> 0100 <hint type="destinationlabel"> 0101 <x>286</x> 0102 <y>274</y> 0103 </hint> 0104 </hints> 0105 </connection> 0106 </connections> 0107 </ui>