Warning, /office/calligra/filters/sheets/html/exportwidget.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>ExportWidget</class> 0004 <widget class="QWidget" name="ExportWidget"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>256</width> 0010 <height>436</height> 0011 </rect> 0012 </property> 0013 <layout class="QVBoxLayout"> 0014 <item> 0015 <layout class="QHBoxLayout"> 0016 <item> 0017 <widget class="QLabel" name="textLabel1"> 0018 <property name="text"> 0019 <string>En&coding:</string> 0020 </property> 0021 <property name="wordWrap"> 0022 <bool>false</bool> 0023 </property> 0024 <property name="buddy"> 0025 <cstring>mEncodingBox</cstring> 0026 </property> 0027 </widget> 0028 </item> 0029 <item> 0030 <widget class="QComboBox" name="mEncodingBox"> 0031 <property name="whatsThis"> 0032 <string>With this option you can define the encoding of the HTML file. The recommended encoding (UTF8) is selected as default.</string> 0033 </property> 0034 </widget> 0035 </item> 0036 <item> 0037 <spacer name="spacer2"> 0038 <property name="orientation"> 0039 <enum>Qt::Horizontal</enum> 0040 </property> 0041 <property name="sizeType"> 0042 <enum>QSizePolicy::Expanding</enum> 0043 </property> 0044 <property name="sizeHint" stdset="0"> 0045 <size> 0046 <width>40</width> 0047 <height>20</height> 0048 </size> 0049 </property> 0050 </spacer> 0051 </item> 0052 </layout> 0053 </item> 0054 <item> 0055 <widget class="QGroupBox" name="groupBox3"> 0056 <property name="title"> 0057 <string>Sheet Selection</string> 0058 </property> 0059 <layout class="QVBoxLayout"> 0060 <item> 0061 <widget class="QListWidget" name="mSheets"> 0062 <property name="selectionMode"> 0063 <enum>QAbstractItemView::MultiSelection</enum> 0064 </property> 0065 </widget> 0066 </item> 0067 <item> 0068 <layout class="QHBoxLayout"> 0069 <item> 0070 <widget class="QPushButton" name="mSelectAllButton"> 0071 <property name="whatsThis"> 0072 <string>Click here to select all sheets in the list.</string> 0073 </property> 0074 <property name="text"> 0075 <string>Select &All</string> 0076 </property> 0077 </widget> 0078 </item> 0079 <item> 0080 <widget class="QPushButton" name="mDeselectAllButton"> 0081 <property name="whatsThis"> 0082 <string>Click here to select all sheets in the list.</string> 0083 </property> 0084 <property name="text"> 0085 <string>Desele&ct All</string> 0086 </property> 0087 </widget> 0088 </item> 0089 <item> 0090 <spacer name="spacer3"> 0091 <property name="orientation"> 0092 <enum>Qt::Horizontal</enum> 0093 </property> 0094 <property name="sizeType"> 0095 <enum>QSizePolicy::Expanding</enum> 0096 </property> 0097 <property name="sizeHint" stdset="0"> 0098 <size> 0099 <width>330</width> 0100 <height>20</height> 0101 </size> 0102 </property> 0103 </spacer> 0104 </item> 0105 </layout> 0106 </item> 0107 <item> 0108 <widget class="QCheckBox" name="mSeparateFiles"> 0109 <property name="whatsThis"> 0110 <string>This option will make the HTML export filter generate a new page for each sheet. If you disable this option, all sheets are written on one page.</string> 0111 </property> 0112 <property name="text"> 0113 <string>Use &separate files for each table</string> 0114 </property> 0115 </widget> 0116 </item> 0117 </layout> 0118 </widget> 0119 </item> 0120 <item> 0121 <widget class="QGroupBox" name="buttonGroup4"> 0122 <property name="title"> 0123 <string>Style</string> 0124 </property> 0125 <layout class="QVBoxLayout"> 0126 <item> 0127 <widget class="QRadioButton" name="mDefaultButton"> 0128 <property name="whatsThis"> 0129 <string>Select this option to use the default fonts and colors for the HTML page.</string> 0130 </property> 0131 <property name="text"> 0132 <string>Use &default style</string> 0133 </property> 0134 <property name="checked"> 0135 <bool>true</bool> 0136 </property> 0137 </widget> 0138 </item> 0139 <item> 0140 <widget class="QRadioButton" name="mCustomButton"> 0141 <property name="whatsThis"> 0142 <string>Select this option to specify a separate stylesheet for the HTML page. You can select or type on in the field below.</string> 0143 </property> 0144 <property name="text"> 0145 <string>Use &external stylesheet:</string> 0146 </property> 0147 </widget> 0148 </item> 0149 <item> 0150 <widget class="KUrlRequester" name="mCustomURL"> 0151 <property name="enabled"> 0152 <bool>false</bool> 0153 </property> 0154 <property name="whatsThis"> 0155 <string>In this field you can enter an URL for your stylesheet. It is possible to point to a stylesheet on disk, or to somewhere on the Internet.</string> 0156 </property> 0157 </widget> 0158 </item> 0159 </layout> 0160 </widget> 0161 </item> 0162 <item> 0163 <widget class="QGroupBox" name="groupBox2"> 0164 <property name="title"> 0165 <string>Layout</string> 0166 </property> 0167 <layout class="QVBoxLayout"> 0168 <item> 0169 <widget class="QCheckBox" name="mUseBorders"> 0170 <property name="whatsThis"> 0171 <string>Use this option to enable or disable borders around the cells.</string> 0172 </property> 0173 <property name="text"> 0174 <string>Use &borders</string> 0175 </property> 0176 <property name="checked"> 0177 <bool>true</bool> 0178 </property> 0179 </widget> 0180 </item> 0181 <item> 0182 <layout class="QHBoxLayout"> 0183 <item> 0184 <widget class="QLabel" name="textLabel1_2"> 0185 <property name="whatsThis"> 0186 <string>Use this option to define how many pixels there should be between the cells. This effect is better visible if you check <b>Use borders</b> too.</string> 0187 </property> 0188 <property name="text"> 0189 <string>Pi&xels between cells:</string> 0190 </property> 0191 <property name="wordWrap"> 0192 <bool>false</bool> 0193 </property> 0194 <property name="buddy"> 0195 <cstring>mPixelsBetweenCells</cstring> 0196 </property> 0197 </widget> 0198 </item> 0199 <item> 0200 <widget class="QSpinBox" name="mPixelsBetweenCells"> 0201 <property name="sizePolicy"> 0202 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 0203 <horstretch>0</horstretch> 0204 <verstretch>0</verstretch> 0205 </sizepolicy> 0206 </property> 0207 <property name="whatsThis"> 0208 <string>Use this option to define how many pixels there should be between the cells. This effect is better visible if you check <b>Use borders</b> too.</string> 0209 </property> 0210 <property name="maximum"> 0211 <number>25</number> 0212 </property> 0213 </widget> 0214 </item> 0215 <item> 0216 <spacer name="spacer5_2"> 0217 <property name="orientation"> 0218 <enum>Qt::Horizontal</enum> 0219 </property> 0220 <property name="sizeType"> 0221 <enum>QSizePolicy::Expanding</enum> 0222 </property> 0223 <property name="sizeHint" stdset="0"> 0224 <size> 0225 <width>16</width> 0226 <height>20</height> 0227 </size> 0228 </property> 0229 </spacer> 0230 </item> 0231 </layout> 0232 </item> 0233 </layout> 0234 </widget> 0235 </item> 0236 <item> 0237 <spacer name="spacer5"> 0238 <property name="orientation"> 0239 <enum>Qt::Vertical</enum> 0240 </property> 0241 <property name="sizeType"> 0242 <enum>QSizePolicy::Expanding</enum> 0243 </property> 0244 <property name="sizeHint" stdset="0"> 0245 <size> 0246 <width>20</width> 0247 <height>16</height> 0248 </size> 0249 </property> 0250 </spacer> 0251 </item> 0252 </layout> 0253 </widget> 0254 <customwidgets> 0255 <customwidget> 0256 <class>KUrlRequester</class> 0257 <extends>QFrame</extends> 0258 <header>kurlrequester.h</header> 0259 </customwidget> 0260 </customwidgets> 0261 <resources/> 0262 <connections/> 0263 </ui>