Warning, /frameworks/kuserfeedback/src/console/analytics/chartexportdialog.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::ChartExportDialog</class> 0004 <widget class="QDialog" name="KUserFeedback::Console::ChartExportDialog"> 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>Dialog</string> 0015 </property> 0016 <layout class="QVBoxLayout" name="verticalLayout"> 0017 <item> 0018 <layout class="QHBoxLayout" name="horizontalLayout"> 0019 <item> 0020 <widget class="QLabel" name="label"> 0021 <property name="text"> 0022 <string>F&ile name:</string> 0023 </property> 0024 <property name="buddy"> 0025 <cstring>fileEdit</cstring> 0026 </property> 0027 </widget> 0028 </item> 0029 <item> 0030 <widget class="QLineEdit" name="fileEdit"/> 0031 </item> 0032 <item> 0033 <widget class="QPushButton" name="fileButton"> 0034 <property name="text"> 0035 <string>...</string> 0036 </property> 0037 </widget> 0038 </item> 0039 </layout> 0040 </item> 0041 <item> 0042 <widget class="QRadioButton" name="imageButton"> 0043 <property name="text"> 0044 <string>I&mage</string> 0045 </property> 0046 <property name="checked"> 0047 <bool>true</bool> 0048 </property> 0049 </widget> 0050 </item> 0051 <item> 0052 <layout class="QHBoxLayout" name="horizontalLayout_2"> 0053 <item> 0054 <widget class="QLabel" name="label_2"> 0055 <property name="text"> 0056 <string>W&idth:</string> 0057 </property> 0058 <property name="buddy"> 0059 <cstring>width</cstring> 0060 </property> 0061 </widget> 0062 </item> 0063 <item> 0064 <widget class="QSpinBox" name="width"> 0065 <property name="suffix"> 0066 <string>px</string> 0067 </property> 0068 <property name="minimum"> 0069 <number>1</number> 0070 </property> 0071 <property name="maximum"> 0072 <number>9999</number> 0073 </property> 0074 <property name="value"> 0075 <number>1920</number> 0076 </property> 0077 </widget> 0078 </item> 0079 <item> 0080 <widget class="QLabel" name="label_3"> 0081 <property name="text"> 0082 <string>Height:</string> 0083 </property> 0084 <property name="buddy"> 0085 <cstring>height</cstring> 0086 </property> 0087 </widget> 0088 </item> 0089 <item> 0090 <widget class="QSpinBox" name="height"> 0091 <property name="suffix"> 0092 <string>px</string> 0093 </property> 0094 <property name="minimum"> 0095 <number>1</number> 0096 </property> 0097 <property name="maximum"> 0098 <number>9999</number> 0099 </property> 0100 <property name="value"> 0101 <number>1200</number> 0102 </property> 0103 </widget> 0104 </item> 0105 </layout> 0106 </item> 0107 <item> 0108 <widget class="QRadioButton" name="svgButton"> 0109 <property name="text"> 0110 <string>SV&G</string> 0111 </property> 0112 </widget> 0113 </item> 0114 <item> 0115 <widget class="QRadioButton" name="pdfButton"> 0116 <property name="text"> 0117 <string>P&DF</string> 0118 </property> 0119 </widget> 0120 </item> 0121 <item> 0122 <spacer name="verticalSpacer"> 0123 <property name="orientation"> 0124 <enum>Qt::Vertical</enum> 0125 </property> 0126 <property name="sizeHint" stdset="0"> 0127 <size> 0128 <width>20</width> 0129 <height>79</height> 0130 </size> 0131 </property> 0132 </spacer> 0133 </item> 0134 <item> 0135 <widget class="QDialogButtonBox" name="buttonBox"> 0136 <property name="orientation"> 0137 <enum>Qt::Horizontal</enum> 0138 </property> 0139 <property name="standardButtons"> 0140 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set> 0141 </property> 0142 </widget> 0143 </item> 0144 </layout> 0145 </widget> 0146 <resources/> 0147 <connections> 0148 <connection> 0149 <sender>buttonBox</sender> 0150 <signal>accepted()</signal> 0151 <receiver>KUserFeedback::Console::ChartExportDialog</receiver> 0152 <slot>accept()</slot> 0153 <hints> 0154 <hint type="sourcelabel"> 0155 <x>224</x> 0156 <y>274</y> 0157 </hint> 0158 <hint type="destinationlabel"> 0159 <x>157</x> 0160 <y>274</y> 0161 </hint> 0162 </hints> 0163 </connection> 0164 <connection> 0165 <sender>buttonBox</sender> 0166 <signal>rejected()</signal> 0167 <receiver>KUserFeedback::Console::ChartExportDialog</receiver> 0168 <slot>reject()</slot> 0169 <hints> 0170 <hint type="sourcelabel"> 0171 <x>316</x> 0172 <y>260</y> 0173 </hint> 0174 <hint type="destinationlabel"> 0175 <x>286</x> 0176 <y>274</y> 0177 </hint> 0178 </hints> 0179 </connection> 0180 <connection> 0181 <sender>imageButton</sender> 0182 <signal>toggled(bool)</signal> 0183 <receiver>label_2</receiver> 0184 <slot>setEnabled(bool)</slot> 0185 <hints> 0186 <hint type="sourcelabel"> 0187 <x>39</x> 0188 <y>57</y> 0189 </hint> 0190 <hint type="destinationlabel"> 0191 <x>44</x> 0192 <y>95</y> 0193 </hint> 0194 </hints> 0195 </connection> 0196 <connection> 0197 <sender>imageButton</sender> 0198 <signal>toggled(bool)</signal> 0199 <receiver>width</receiver> 0200 <slot>setEnabled(bool)</slot> 0201 <hints> 0202 <hint type="sourcelabel"> 0203 <x>161</x> 0204 <y>65</y> 0205 </hint> 0206 <hint type="destinationlabel"> 0207 <x>160</x> 0208 <y>85</y> 0209 </hint> 0210 </hints> 0211 </connection> 0212 <connection> 0213 <sender>imageButton</sender> 0214 <signal>toggled(bool)</signal> 0215 <receiver>label_3</receiver> 0216 <slot>setEnabled(bool)</slot> 0217 <hints> 0218 <hint type="sourcelabel"> 0219 <x>231</x> 0220 <y>63</y> 0221 </hint> 0222 <hint type="destinationlabel"> 0223 <x>233</x> 0224 <y>81</y> 0225 </hint> 0226 </hints> 0227 </connection> 0228 <connection> 0229 <sender>imageButton</sender> 0230 <signal>toggled(bool)</signal> 0231 <receiver>height</receiver> 0232 <slot>setEnabled(bool)</slot> 0233 <hints> 0234 <hint type="sourcelabel"> 0235 <x>348</x> 0236 <y>61</y> 0237 </hint> 0238 <hint type="destinationlabel"> 0239 <x>350</x> 0240 <y>92</y> 0241 </hint> 0242 </hints> 0243 </connection> 0244 </connections> 0245 </ui>