Warning, /office/calligra/filters/sheets/latex/export/latexexportwidget.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>LatexExportWidget</class>
0004 <widget class="QWidget" name="LatexExportWidget">
0005 <property name="geometry">
0006 <rect>
0007 <x>0</x>
0008 <y>0</y>
0009 <width>400</width>
0010 <height>388</height>
0011 </rect>
0012 </property>
0013 <layout class="QVBoxLayout" name="verticalLayout_3">
0014 <item>
0015 <widget class="QTabWidget" name="_tab">
0016 <property name="enabled">
0017 <bool>true</bool>
0018 </property>
0019 <property name="currentIndex">
0020 <number>0</number>
0021 </property>
0022 <widget class="QWidget" name="Widget2">
0023 <attribute name="title">
0024 <string>Document</string>
0025 </attribute>
0026 <layout class="QVBoxLayout" name="verticalLayout_7">
0027 <item>
0028 <layout class="QVBoxLayout" name="verticalLayout">
0029 <item>
0030 <widget class="QGroupBox" name="groupBox">
0031 <property name="title">
0032 <string>Document Style</string>
0033 </property>
0034 <layout class="QVBoxLayout" name="verticalLayout_2">
0035 <item>
0036 <widget class="QRadioButton" name="latexStyleButton">
0037 <property name="text">
0038 <string>Latex style</string>
0039 </property>
0040 </widget>
0041 </item>
0042 <item>
0043 <widget class="QRadioButton" name="wordsStyleButton">
0044 <property name="text">
0045 <string>Words style</string>
0046 </property>
0047 <property name="checked">
0048 <bool>true</bool>
0049 </property>
0050 </widget>
0051 </item>
0052 </layout>
0053 </widget>
0054 </item>
0055 <item>
0056 <widget class="QGroupBox" name="groupBox_2">
0057 <property name="title">
0058 <string>Document Type</string>
0059 </property>
0060 <layout class="QVBoxLayout" name="verticalLayout_6">
0061 <item>
0062 <widget class="QRadioButton" name="fullDocButton">
0063 <property name="toolTip">
0064 <string>The document will be able to be compiled alone</string>
0065 </property>
0066 <property name="whatsThis">
0067 <string>The document will be generated as a full latex document since all the include will be generated before the \begin{document} and \end{document} commands.</string>
0068 </property>
0069 <property name="text">
0070 <string>Independent document</string>
0071 </property>
0072 <property name="checked">
0073 <bool>true</bool>
0074 </property>
0075 </widget>
0076 </item>
0077 <item>
0078 <widget class="QRadioButton" name="embededButton">
0079 <property name="toolTip">
0080 <string>Do not generate either the latex header or the document environment</string>
0081 </property>
0082 <property name="whatsThis">
0083 <string>The document will be generated as a latex document which will have to be included in a main latex document. It will allow you to generate several little files for each chapter of your document.</string>
0084 </property>
0085 <property name="text">
0086 <string>Document to include</string>
0087 </property>
0088 </widget>
0089 </item>
0090 </layout>
0091 </widget>
0092 </item>
0093 <item>
0094 <layout class="QFormLayout" name="formLayout">
0095 <item row="0" column="0">
0096 <widget class="QLabel" name="TextLabel1_2">
0097 <property name="text">
0098 <string>Document class:</string>
0099 </property>
0100 <property name="wordWrap">
0101 <bool>false</bool>
0102 </property>
0103 </widget>
0104 </item>
0105 <item row="0" column="1">
0106 <widget class="KComboBox" name="classComboBox"/>
0107 </item>
0108 <item row="1" column="0">
0109 <widget class="QLabel" name="TextLabel2">
0110 <property name="text">
0111 <string>Quality:</string>
0112 </property>
0113 <property name="wordWrap">
0114 <bool>false</bool>
0115 </property>
0116 </widget>
0117 </item>
0118 <item row="1" column="1">
0119 <widget class="KComboBox" name="qualityComboBox">
0120 <item>
0121 <property name="text">
0122 <string>Final</string>
0123 </property>
0124 </item>
0125 <item>
0126 <property name="text">
0127 <string>Draft</string>
0128 </property>
0129 </item>
0130 </widget>
0131 </item>
0132 <item row="2" column="0">
0133 <widget class="QLabel" name="defaultFontSizeTextZone">
0134 <property name="text">
0135 <string>Default font size:</string>
0136 </property>
0137 <property name="wordWrap">
0138 <bool>false</bool>
0139 </property>
0140 </widget>
0141 </item>
0142 <item row="2" column="1">
0143 <widget class="QSpinBox" name="defaultFontSize">
0144 <property name="value">
0145 <number>12</number>
0146 </property>
0147 <property name="minimum">
0148 <number>0</number>
0149 </property>
0150 <property name="maximum">
0151 <number>1000</number>
0152 </property>
0153 </widget>
0154 </item>
0155 </layout>
0156 </item>
0157 </layout>
0158 </item>
0159 <item>
0160 <spacer name="verticalSpacer_2">
0161 <property name="orientation">
0162 <enum>Qt::Vertical</enum>
0163 </property>
0164 <property name="sizeHint" stdset="0">
0165 <size>
0166 <width>20</width>
0167 <height>40</height>
0168 </size>
0169 </property>
0170 </spacer>
0171 </item>
0172 </layout>
0173 </widget>
0174 <widget class="QWidget" name="Widget3">
0175 <attribute name="title">
0176 <string>Pictures</string>
0177 </attribute>
0178 <layout class="QFormLayout" name="formLayout_2">
0179 <item row="0" column="0">
0180 <widget class="QLabel" name="label">
0181 <property name="text">
0182 <string>Convert the pictures:</string>
0183 </property>
0184 </widget>
0185 </item>
0186 <item row="0" column="1">
0187 <widget class="QCheckBox" name="pictureCheckBox">
0188 <property name="text">
0189 <string/>
0190 </property>
0191 <property name="checked">
0192 <bool>true</bool>
0193 </property>
0194 </widget>
0195 </item>
0196 <item row="1" column="0">
0197 <widget class="QLabel" name="TextLabel1">
0198 <property name="text">
0199 <string>Pictures directory:</string>
0200 </property>
0201 <property name="wordWrap">
0202 <bool>false</bool>
0203 </property>
0204 </widget>
0205 </item>
0206 <item row="1" column="1">
0207 <widget class="KUrlRequester" name="pathPictures"/>
0208 </item>
0209 </layout>
0210 </widget>
0211 <widget class="QWidget" name="tab">
0212 <attribute name="title">
0213 <string>Language</string>
0214 </attribute>
0215 <layout class="QVBoxLayout" name="verticalLayout_8" stretch="0,1">
0216 <item>
0217 <widget class="QGroupBox" name="groupBox_3">
0218 <property name="title">
0219 <string>Encoding</string>
0220 </property>
0221 <layout class="QHBoxLayout" name="horizontalLayout_2">
0222 <item>
0223 <widget class="KComboBox" name="encodingComboBox"/>
0224 </item>
0225 <item>
0226 <spacer name="horizontalSpacer">
0227 <property name="orientation">
0228 <enum>Qt::Horizontal</enum>
0229 </property>
0230 <property name="sizeHint" stdset="0">
0231 <size>
0232 <width>40</width>
0233 <height>20</height>
0234 </size>
0235 </property>
0236 </spacer>
0237 </item>
0238 </layout>
0239 </widget>
0240 </item>
0241 <item>
0242 <widget class="QGroupBox" name="groupBox_4">
0243 <property name="title">
0244 <string>Language</string>
0245 </property>
0246 <layout class="QVBoxLayout" name="verticalLayout_9">
0247 <item>
0248 <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0,1">
0249 <item>
0250 <widget class="QListWidget" name="languagesList">
0251 <property name="sortingEnabled">
0252 <bool>true</bool>
0253 </property>
0254 </widget>
0255 </item>
0256 <item>
0257 <layout class="QVBoxLayout" name="verticalLayout_4">
0258 <item>
0259 <widget class="QPushButton" name="addLanguageBtn">
0260 <property name="text">
0261 <string>Add</string>
0262 </property>
0263 </widget>
0264 </item>
0265 <item>
0266 <widget class="QPushButton" name="rmLanguageBtn">
0267 <property name="text">
0268 <string>Remove</string>
0269 </property>
0270 </widget>
0271 </item>
0272 </layout>
0273 </item>
0274 <item>
0275 <widget class="QListWidget" name="langUsedList">
0276 <property name="sortingEnabled">
0277 <bool>true</bool>
0278 </property>
0279 </widget>
0280 </item>
0281 </layout>
0282 </item>
0283 </layout>
0284 </widget>
0285 </item>
0286 </layout>
0287 </widget>
0288 <widget class="QWidget" name="tab_2">
0289 <property name="enabled">
0290 <bool>false</bool>
0291 </property>
0292 <attribute name="title">
0293 <string>Contents</string>
0294 </attribute>
0295 <layout class="QVBoxLayout" name="verticalLayout_11">
0296 <item>
0297 <layout class="QFormLayout" name="formLayout_3">
0298 <item row="0" column="0">
0299 <widget class="QLabel" name="label_2">
0300 <property name="text">
0301 <string>Export information about author:</string>
0302 </property>
0303 </widget>
0304 </item>
0305 <item row="0" column="1">
0306 <widget class="QCheckBox" name="exportAuthor">
0307 <property name="enabled">
0308 <bool>false</bool>
0309 </property>
0310 <property name="text">
0311 <string/>
0312 </property>
0313 <property name="checked">
0314 <bool>false</bool>
0315 </property>
0316 </widget>
0317 </item>
0318 <item row="1" column="0">
0319 <widget class="QLabel" name="label_3">
0320 <property name="text">
0321 <string>Add a table of content:</string>
0322 </property>
0323 </widget>
0324 </item>
0325 <item row="1" column="1">
0326 <widget class="QCheckBox" name="tableContents">
0327 <property name="enabled">
0328 <bool>false</bool>
0329 </property>
0330 <property name="text">
0331 <string/>
0332 </property>
0333 </widget>
0334 </item>
0335 </layout>
0336 </item>
0337 <item>
0338 <widget class="QGroupBox" name="groupBox_5">
0339 <property name="title">
0340 <string>Notes</string>
0341 </property>
0342 <layout class="QVBoxLayout" name="verticalLayout_10">
0343 <item>
0344 <widget class="QRadioButton" name="RadioButton7">
0345 <property name="text">
0346 <string>Don't export</string>
0347 </property>
0348 </widget>
0349 </item>
0350 <item>
0351 <widget class="QRadioButton" name="RadioButton5">
0352 <property name="text">
0353 <string>Export notes in margin notes</string>
0354 </property>
0355 </widget>
0356 </item>
0357 <item>
0358 <widget class="QRadioButton" name="RadioButton6">
0359 <property name="text">
0360 <string>Export notes in comments</string>
0361 </property>
0362 </widget>
0363 </item>
0364 </layout>
0365 </widget>
0366 </item>
0367 <item>
0368 <spacer name="verticalSpacer">
0369 <property name="orientation">
0370 <enum>Qt::Vertical</enum>
0371 </property>
0372 <property name="sizeHint" stdset="0">
0373 <size>
0374 <width>20</width>
0375 <height>40</height>
0376 </size>
0377 </property>
0378 </spacer>
0379 </item>
0380 </layout>
0381 </widget>
0382 </widget>
0383 </item>
0384 </layout>
0385 </widget>
0386 <customwidgets>
0387 <customwidget>
0388 <class>KComboBox</class>
0389 <extends>QComboBox</extends>
0390 <header>kcombobox.h</header>
0391 </customwidget>
0392 <customwidget>
0393 <class>KUrlRequester</class>
0394 <extends>QFrame</extends>
0395 <header>kurlrequester.h</header>
0396 </customwidget>
0397 </customwidgets>
0398 <resources/>
0399 <connections/>
0400 </ui>