Warning, /office/calligra/filters/sheets/csv/exportdialogui.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>ExportDialogUI</class> 0004 <widget class="QWidget" name="ExportDialogUI"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>446</width> 0010 <height>334</height> 0011 </rect> 0012 </property> 0013 <layout class="QGridLayout"> 0014 <item row="1" column="0"> 0015 <widget class="QTabWidget" name="m_tabWidget"> 0016 <property name="sizePolicy"> 0017 <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> 0018 <horstretch>0</horstretch> 0019 <verstretch>0</verstretch> 0020 </sizepolicy> 0021 </property> 0022 <property name="currentIndex"> 0023 <number>0</number> 0024 </property> 0025 <widget class="QWidget" name="encodingPage"> 0026 <attribute name="title"> 0027 <string>Encoding</string> 0028 </attribute> 0029 <layout class="QVBoxLayout"> 0030 <item> 0031 <layout class="QHBoxLayout"> 0032 <item> 0033 <widget class="QLabel" name="textLabel1"> 0034 <property name="text"> 0035 <string>E&ncoding:</string> 0036 </property> 0037 <property name="textFormat"> 0038 <enum>Qt::PlainText</enum> 0039 </property> 0040 <property name="wordWrap"> 0041 <bool>false</bool> 0042 </property> 0043 <property name="buddy"> 0044 <cstring>comboBoxEncoding</cstring> 0045 </property> 0046 </widget> 0047 </item> 0048 <item> 0049 <widget class="KComboBox" name="comboBoxEncoding"> 0050 <property name="editable"> 0051 <bool>true</bool> 0052 </property> 0053 </widget> 0054 </item> 0055 <item> 0056 <spacer> 0057 <property name="orientation"> 0058 <enum>Qt::Horizontal</enum> 0059 </property> 0060 <property name="sizeType"> 0061 <enum>QSizePolicy::Expanding</enum> 0062 </property> 0063 <property name="sizeHint" stdset="0"> 0064 <size> 0065 <width>106</width> 0066 <height>20</height> 0067 </size> 0068 </property> 0069 </spacer> 0070 </item> 0071 </layout> 0072 </item> 0073 <item> 0074 <widget class="QGroupBox" name="buttonGroupEndOfLine"> 0075 <property name="title"> 0076 <string>End of Line</string> 0077 </property> 0078 <layout class="QVBoxLayout"> 0079 <item> 0080 <widget class="QRadioButton" name="radioEndOfLineLF"> 0081 <property name="text"> 0082 <string>&UNIX style (recommended; line feed only)</string> 0083 </property> 0084 <property name="checked"> 0085 <bool>true</bool> 0086 </property> 0087 </widget> 0088 </item> 0089 <item> 0090 <widget class="QRadioButton" name="radioEndOfLineCRLF"> 0091 <property name="text"> 0092 <string>&Windows style (carriage return and line feed)</string> 0093 </property> 0094 <property name="checked"> 0095 <bool>false</bool> 0096 </property> 0097 </widget> 0098 </item> 0099 <item> 0100 <widget class="QRadioButton" name="radioEndOfLineCR"> 0101 <property name="text"> 0102 <string>&MacOS style (carriage return only)</string> 0103 </property> 0104 <property name="checked"> 0105 <bool>false</bool> 0106 </property> 0107 </widget> 0108 </item> 0109 </layout> 0110 </widget> 0111 </item> 0112 <item> 0113 <spacer> 0114 <property name="orientation"> 0115 <enum>Qt::Vertical</enum> 0116 </property> 0117 <property name="sizeType"> 0118 <enum>QSizePolicy::Expanding</enum> 0119 </property> 0120 <property name="sizeHint" stdset="0"> 0121 <size> 0122 <width>20</width> 0123 <height>96</height> 0124 </size> 0125 </property> 0126 </spacer> 0127 </item> 0128 </layout> 0129 </widget> 0130 <widget class="QWidget" name="tab"> 0131 <attribute name="title"> 0132 <string>Sheets</string> 0133 </attribute> 0134 <layout class="QGridLayout"> 0135 <item row="2" column="0"> 0136 <widget class="QListWidget" name="m_sheetList"> 0137 <property name="sortingEnabled"> 0138 <bool>true</bool> 0139 </property> 0140 </widget> 0141 </item> 0142 <item row="1" column="0"> 0143 <widget class="QLabel" name="TextLabel4"> 0144 <property name="text"> 0145 <string>Select sheets to export:</string> 0146 </property> 0147 <property name="wordWrap"> 0148 <bool>false</bool> 0149 </property> 0150 </widget> 0151 </item> 0152 <item row="0" column="0"> 0153 <widget class="QGroupBox" name="m_delimiterLineBox"> 0154 <property name="sizePolicy"> 0155 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 0156 <horstretch>0</horstretch> 0157 <verstretch>0</verstretch> 0158 </sizepolicy> 0159 </property> 0160 <property name="title"> 0161 <string>Delimiter Line</string> 0162 </property> 0163 <layout class="QGridLayout"> 0164 <item row="0" column="0"> 0165 <widget class="QLineEdit" name="m_sheetDelimiter"> 0166 <property name="text"> 0167 <string>********<SHEETNAME>********</string> 0168 </property> 0169 </widget> 0170 </item> 0171 <item row="1" column="0"> 0172 <widget class="QLabel" name="TextLabel6"> 0173 <property name="sizePolicy"> 0174 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 0175 <horstretch>0</horstretch> 0176 <verstretch>0</verstretch> 0177 </sizepolicy> 0178 </property> 0179 <property name="text"> 0180 <string><SHEETNAME> gets replaced by the name of the next sheet.</string> 0181 </property> 0182 <property name="alignment"> 0183 <set>Qt::AlignVCenter</set> 0184 </property> 0185 <property name="wordWrap"> 0186 <bool>false</bool> 0187 </property> 0188 </widget> 0189 </item> 0190 <item row="2" column="0"> 0191 <widget class="QCheckBox" name="m_delimiterAboveAll"> 0192 <property name="sizePolicy"> 0193 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 0194 <horstretch>0</horstretch> 0195 <verstretch>0</verstretch> 0196 </sizepolicy> 0197 </property> 0198 <property name="text"> 0199 <string>Print delimiter line above every sheet</string> 0200 </property> 0201 </widget> 0202 </item> 0203 </layout> 0204 </widget> 0205 </item> 0206 </layout> 0207 </widget> 0208 <widget class="QWidget" name="tab2"> 0209 <attribute name="title"> 0210 <string>Cells</string> 0211 </attribute> 0212 <layout class="QGridLayout"> 0213 <item row="0" column="0"> 0214 <widget class="KButtonGroup" name="m_delimiterBox"> 0215 <property name="sizePolicy"> 0216 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 0217 <horstretch>0</horstretch> 0218 <verstretch>0</verstretch> 0219 </sizepolicy> 0220 </property> 0221 <property name="title"> 0222 <string>Delimiter</string> 0223 </property> 0224 <layout class="QGridLayout"> 0225 <item row="0" column="0"> 0226 <widget class="QRadioButton" name="m_radioComma"> 0227 <property name="text"> 0228 <string>Comma</string> 0229 </property> 0230 <property name="checked"> 0231 <bool>true</bool> 0232 </property> 0233 </widget> 0234 </item> 0235 <item row="0" column="1"> 0236 <widget class="QRadioButton" name="m_radioSemicolon"> 0237 <property name="text"> 0238 <string>Semicolon</string> 0239 </property> 0240 </widget> 0241 </item> 0242 <item row="1" column="0"> 0243 <widget class="QRadioButton" name="m_radioTab"> 0244 <property name="text"> 0245 <string>Tabulator</string> 0246 </property> 0247 </widget> 0248 </item> 0249 <item row="1" column="1"> 0250 <widget class="QRadioButton" name="m_radioSpace"> 0251 <property name="text"> 0252 <string>Space</string> 0253 </property> 0254 </widget> 0255 </item> 0256 <item row="0" column="2"> 0257 <widget class="QRadioButton" name="m_radioOther"> 0258 <property name="text"> 0259 <string>Other:</string> 0260 </property> 0261 </widget> 0262 </item> 0263 <item row="1" column="2"> 0264 <widget class="QLineEdit" name="m_delimiterEdit"> 0265 <property name="sizePolicy"> 0266 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 0267 <horstretch>0</horstretch> 0268 <verstretch>0</verstretch> 0269 </sizepolicy> 0270 </property> 0271 <property name="maximumSize"> 0272 <size> 0273 <width>30</width> 0274 <height>32767</height> 0275 </size> 0276 </property> 0277 <property name="maxLength"> 0278 <number>1</number> 0279 </property> 0280 </widget> 0281 </item> 0282 </layout> 0283 </widget> 0284 </item> 0285 <item row="0" column="1"> 0286 <widget class="QGroupBox" name="GroupBox1"> 0287 <property name="sizePolicy"> 0288 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 0289 <horstretch>0</horstretch> 0290 <verstretch>0</verstretch> 0291 </sizepolicy> 0292 </property> 0293 <property name="title"> 0294 <string>Cells</string> 0295 </property> 0296 <layout class="QHBoxLayout"> 0297 <item> 0298 <widget class="QLabel" name="m_quotesLabel"> 0299 <property name="enabled"> 0300 <bool>true</bool> 0301 </property> 0302 <property name="sizePolicy"> 0303 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 0304 <horstretch>0</horstretch> 0305 <verstretch>0</verstretch> 0306 </sizepolicy> 0307 </property> 0308 <property name="text"> 0309 <string>Quotes:</string> 0310 </property> 0311 <property name="wordWrap"> 0312 <bool>false</bool> 0313 </property> 0314 </widget> 0315 </item> 0316 <item> 0317 <widget class="QComboBox" name="m_comboQuote"> 0318 <property name="enabled"> 0319 <bool>true</bool> 0320 </property> 0321 <property name="sizePolicy"> 0322 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 0323 <horstretch>0</horstretch> 0324 <verstretch>0</verstretch> 0325 </sizepolicy> 0326 </property> 0327 <item> 0328 <property name="text"> 0329 <string>"</string> 0330 </property> 0331 </item> 0332 <item> 0333 <property name="text"> 0334 <string>'</string> 0335 </property> 0336 </item> 0337 </widget> 0338 </item> 0339 </layout> 0340 </widget> 0341 </item> 0342 <item row="1" column="0" colspan="2"> 0343 <spacer> 0344 <property name="orientation"> 0345 <enum>Qt::Vertical</enum> 0346 </property> 0347 <property name="sizeType"> 0348 <enum>QSizePolicy::Expanding</enum> 0349 </property> 0350 <property name="sizeHint" stdset="0"> 0351 <size> 0352 <width>406</width> 0353 <height>121</height> 0354 </size> 0355 </property> 0356 </spacer> 0357 </item> 0358 </layout> 0359 </widget> 0360 </widget> 0361 </item> 0362 <item row="0" column="0"> 0363 <widget class="QCheckBox" name="m_selectionOnly"> 0364 <property name="text"> 0365 <string>Export selection only</string> 0366 </property> 0367 </widget> 0368 </item> 0369 </layout> 0370 </widget> 0371 <customwidgets> 0372 <customwidget> 0373 <class>KButtonGroup</class> 0374 <extends>QGroupBox</extends> 0375 <header>kbuttongroup.h</header> 0376 <container>1</container> 0377 </customwidget> 0378 <customwidget> 0379 <class>KComboBox</class> 0380 <extends>QComboBox</extends> 0381 <header>kcombobox.h</header> 0382 </customwidget> 0383 </customwidgets> 0384 <resources/> 0385 <connections/> 0386 </ui>