Warning, /graphics/krita/plugins/dockers/storyboarddocker/wdgexportstoryboard.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>WdgExportStoryboard</class> 0004 <widget class="QWidget" name="WdgExportStoryboard"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>384</width> 0010 <height>397</height> 0011 </rect> 0012 </property> 0013 <property name="minimumSize"> 0014 <size> 0015 <width>384</width> 0016 <height>0</height> 0017 </size> 0018 </property> 0019 <property name="windowTitle"> 0020 <string>Export Storyboard</string> 0021 </property> 0022 <layout class="QVBoxLayout" name="verticalLayout_2"> 0023 <item> 0024 <layout class="QFormLayout" name="formLayout"> 0025 <property name="leftMargin"> 0026 <number>8</number> 0027 </property> 0028 <property name="rightMargin"> 0029 <number>8</number> 0030 </property> 0031 <item row="0" column="0"> 0032 <widget class="QLabel" name="pageSizeLabel"> 0033 <property name="text"> 0034 <string>Page Size:</string> 0035 </property> 0036 </widget> 0037 </item> 0038 <item row="0" column="1"> 0039 <widget class="QComboBox" name="pageSizeComboBox"> 0040 <property name="sizePolicy"> 0041 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0042 <horstretch>0</horstretch> 0043 <verstretch>0</verstretch> 0044 </sizepolicy> 0045 </property> 0046 <property name="currentIndex"> 0047 <number>4</number> 0048 </property> 0049 <item> 0050 <property name="text"> 0051 <string>A0</string> 0052 </property> 0053 </item> 0054 <item> 0055 <property name="text"> 0056 <string>A1</string> 0057 </property> 0058 </item> 0059 <item> 0060 <property name="text"> 0061 <string>A2</string> 0062 </property> 0063 </item> 0064 <item> 0065 <property name="text"> 0066 <string>A3</string> 0067 </property> 0068 </item> 0069 <item> 0070 <property name="text"> 0071 <string>A4</string> 0072 </property> 0073 </item> 0074 <item> 0075 <property name="text"> 0076 <string>A5</string> 0077 </property> 0078 </item> 0079 <item> 0080 <property name="text"> 0081 <string>US Letter</string> 0082 </property> 0083 </item> 0084 </widget> 0085 </item> 0086 <item row="1" column="0"> 0087 <widget class="QLabel" name="pageOrientationLabel"> 0088 <property name="text"> 0089 <string>Page Orientation:</string> 0090 </property> 0091 </widget> 0092 </item> 0093 <item row="1" column="1"> 0094 <widget class="QComboBox" name="pageOrientationComboBox"> 0095 <property name="sizePolicy"> 0096 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0097 <horstretch>0</horstretch> 0098 <verstretch>0</verstretch> 0099 </sizepolicy> 0100 </property> 0101 <item> 0102 <property name="text"> 0103 <string>Portrait</string> 0104 </property> 0105 </item> 0106 <item> 0107 <property name="text"> 0108 <string>Landscape</string> 0109 </property> 0110 </item> 0111 </widget> 0112 </item> 0113 <item row="3" column="0"> 0114 <widget class="QLabel" name="boardLayoutLabel"> 0115 <property name="text"> 0116 <string>Board Layout:</string> 0117 </property> 0118 </widget> 0119 </item> 0120 <item row="3" column="1"> 0121 <widget class="QComboBox" name="boardLayoutComboBox"> 0122 <property name="sizePolicy"> 0123 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0124 <horstretch>0</horstretch> 0125 <verstretch>0</verstretch> 0126 </sizepolicy> 0127 </property> 0128 <item> 0129 <property name="text"> 0130 <string>Rows</string> 0131 </property> 0132 </item> 0133 <item> 0134 <property name="text"> 0135 <string>Columns</string> 0136 </property> 0137 </item> 0138 <item> 0139 <property name="text"> 0140 <string>Grid</string> 0141 </property> 0142 </item> 0143 <item> 0144 <property name="text"> 0145 <string>SVG Template</string> 0146 </property> 0147 </item> 0148 </widget> 0149 </item> 0150 <item row="4" column="0"> 0151 <widget class="QLabel" name="rowsLabel"> 0152 <property name="sizePolicy"> 0153 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 0154 <horstretch>0</horstretch> 0155 <verstretch>0</verstretch> 0156 </sizepolicy> 0157 </property> 0158 <property name="text"> 0159 <string>Rows:</string> 0160 </property> 0161 </widget> 0162 </item> 0163 <item row="4" column="1"> 0164 <widget class="QSpinBox" name="rowsSpinBox"> 0165 <property name="sizePolicy"> 0166 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0167 <horstretch>0</horstretch> 0168 <verstretch>0</verstretch> 0169 </sizepolicy> 0170 </property> 0171 <property name="minimum"> 0172 <number>1</number> 0173 </property> 0174 <property name="maximum"> 0175 <number>8</number> 0176 </property> 0177 <property name="value"> 0178 <number>4</number> 0179 </property> 0180 </widget> 0181 </item> 0182 <item row="5" column="0"> 0183 <widget class="QLabel" name="columnsLabel"> 0184 <property name="text"> 0185 <string>Columns:</string> 0186 </property> 0187 </widget> 0188 </item> 0189 <item row="5" column="1"> 0190 <widget class="QSpinBox" name="columnsSpinBox"> 0191 <property name="sizePolicy"> 0192 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0193 <horstretch>0</horstretch> 0194 <verstretch>0</verstretch> 0195 </sizepolicy> 0196 </property> 0197 <property name="minimum"> 0198 <number>1</number> 0199 </property> 0200 <property name="maximum"> 0201 <number>8</number> 0202 </property> 0203 <property name="value"> 0204 <number>4</number> 0205 </property> 0206 </widget> 0207 </item> 0208 <item row="2" column="1"> 0209 <spacer name="verticalSpacer_1"> 0210 <property name="orientation"> 0211 <enum>Qt::Vertical</enum> 0212 </property> 0213 <property name="sizeType"> 0214 <enum>QSizePolicy::Fixed</enum> 0215 </property> 0216 <property name="sizeHint" stdset="0"> 0217 <size> 0218 <width>16</width> 0219 <height>16</height> 0220 </size> 0221 </property> 0222 </spacer> 0223 </item> 0224 <item row="6" column="0"> 0225 <widget class="QLabel" name="svgTemplatePathLabel"> 0226 <property name="text"> 0227 <string>SVG Template Path:</string> 0228 </property> 0229 </widget> 0230 </item> 0231 <item row="6" column="1"> 0232 <widget class="KisFileNameRequester" name="svgTemplatePathFileRequester" native="true"/> 0233 </item> 0234 <item row="8" column="0"> 0235 <widget class="QLabel" name="fontSizeLabel"> 0236 <property name="text"> 0237 <string>Font Size:</string> 0238 </property> 0239 </widget> 0240 </item> 0241 <item row="8" column="1"> 0242 <widget class="QSpinBox" name="fontSizeSpinBox"> 0243 <property name="sizePolicy"> 0244 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0245 <horstretch>0</horstretch> 0246 <verstretch>0</verstretch> 0247 </sizepolicy> 0248 </property> 0249 </widget> 0250 </item> 0251 <item row="7" column="1"> 0252 <spacer name="verticalSpacer_2"> 0253 <property name="orientation"> 0254 <enum>Qt::Vertical</enum> 0255 </property> 0256 <property name="sizeType"> 0257 <enum>QSizePolicy::Fixed</enum> 0258 </property> 0259 <property name="sizeHint" stdset="0"> 0260 <size> 0261 <width>16</width> 0262 <height>16</height> 0263 </size> 0264 </property> 0265 </spacer> 0266 </item> 0267 <item row="9" column="1"> 0268 <spacer name="verticalSpacer_3"> 0269 <property name="orientation"> 0270 <enum>Qt::Vertical</enum> 0271 </property> 0272 <property name="sizeType"> 0273 <enum>QSizePolicy::Fixed</enum> 0274 </property> 0275 <property name="sizeHint" stdset="0"> 0276 <size> 0277 <width>16</width> 0278 <height>16</height> 0279 </size> 0280 </property> 0281 </spacer> 0282 </item> 0283 <item row="10" column="0"> 0284 <widget class="QLabel" name="exportPathLabel"> 0285 <property name="text"> 0286 <string>Export Path:</string> 0287 </property> 0288 </widget> 0289 </item> 0290 <item row="10" column="1"> 0291 <widget class="KisFileNameRequester" name="exportPathFileRequester" native="true"/> 0292 </item> 0293 </layout> 0294 </item> 0295 </layout> 0296 </widget> 0297 <customwidgets> 0298 <customwidget> 0299 <class>KisFileNameRequester</class> 0300 <extends>QWidget</extends> 0301 <header>kis_file_name_requester.h</header> 0302 <container>1</container> 0303 </customwidget> 0304 </customwidgets> 0305 <resources/> 0306 <connections/> 0307 </ui>