Warning, /graphics/digikam/core/dplugins/generic/tools/calendar/ui/caltemplate.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>CalTemplate</class>
0004  <widget class="QWidget" name="CalTemplate">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>946</width>
0010     <height>487</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Create Template for Calendar</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout_4">
0017    <item row="0" column="0">
0018     <widget class="QGroupBox" name="previewGroupBox">
0019      <property name="minimumSize">
0020       <size>
0021        <width>250</width>
0022        <height>417</height>
0023       </size>
0024      </property>
0025      <property name="title">
0026       <string>Preview</string>
0027      </property>
0028      <layout class="QVBoxLayout" name="verticalLayout">
0029       <property name="sizeConstraint">
0030        <enum>QLayout::SetFixedSize</enum>
0031       </property>
0032       <item>
0033        <widget class="DigikamGenericCalendarPlugin::CalWidget" name="calendarWidget" native="true"/>
0034       </item>
0035      </layout>
0036     </widget>
0037    </item>
0038    <item row="0" column="1">
0039     <layout class="QVBoxLayout" name="verticalLayout_2">
0040      <item>
0041       <widget class="QGroupBox" name="settingsGroupBox">
0042        <property name="title">
0043         <string>Settings</string>
0044        </property>
0045        <layout class="QVBoxLayout" name="verticalLayout_3">
0046         <item>
0047          <layout class="QGridLayout" name="gridLayout">
0048           <item row="0" column="0">
0049            <widget class="QLabel" name="paperSizeLabel">
0050             <property name="sizePolicy">
0051              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0052               <horstretch>0</horstretch>
0053               <verstretch>0</verstretch>
0054              </sizepolicy>
0055             </property>
0056             <property name="text">
0057              <string>Paper Size:</string>
0058             </property>
0059            </widget>
0060           </item>
0061           <item row="0" column="1">
0062            <widget class="QComboBox" name="paperSizeCombo">
0063             <item>
0064              <property name="text">
0065               <string>A4</string>
0066              </property>
0067             </item>
0068             <item>
0069              <property name="text">
0070               <string>US Letter</string>
0071              </property>
0072             </item>
0073            </widget>
0074           </item>
0075           <item row="1" column="0">
0076            <widget class="QLabel" name="resolutionLabel">
0077             <property name="text">
0078              <string>Resolution:</string>
0079             </property>
0080            </widget>
0081           </item>
0082           <item row="1" column="1">
0083            <widget class="QComboBox" name="resolutionCombo">
0084             <property name="currentText">
0085              <string comment="Current default resolution">High</string>
0086             </property>
0087             <item>
0088              <property name="text">
0089               <string comment="High resolution level">High</string>
0090              </property>
0091             </item>
0092             <item>
0093              <property name="text">
0094               <string comment="Low resolution level">Low</string>
0095              </property>
0096             </item>
0097            </widget>
0098           </item>
0099          </layout>
0100         </item>
0101         <item>
0102          <widget class="QGroupBox" name="imagePosButtonGroup">
0103           <property name="title">
0104            <string>Image Position</string>
0105           </property>
0106           <property name="current" stdset="0">
0107            <number>-1</number>
0108           </property>
0109           <layout class="QGridLayout" name="gridLayout_2">
0110            <item row="0" column="0">
0111             <layout class="QHBoxLayout" name="horizontalLayout">
0112              <item>
0113               <widget class="QRadioButton" name="topRadio">
0114                <property name="text">
0115                 <string>&amp;Top</string>
0116                </property>
0117                <property name="checked">
0118                 <bool>true</bool>
0119                </property>
0120               </widget>
0121              </item>
0122              <item>
0123               <widget class="QRadioButton" name="leftRadio">
0124                <property name="text">
0125                 <string>&amp;Left</string>
0126                </property>
0127                <property name="checked">
0128                 <bool>false</bool>
0129                </property>
0130               </widget>
0131              </item>
0132              <item>
0133               <widget class="QRadioButton" name="rightRadio">
0134                <property name="text">
0135                 <string>&amp;Right</string>
0136                </property>
0137                <property name="checked">
0138                 <bool>false</bool>
0139                </property>
0140               </widget>
0141              </item>
0142             </layout>
0143            </item>
0144           </layout>
0145          </widget>
0146         </item>
0147         <item>
0148          <widget class="QCheckBox" name="drawLinesCheckBox">
0149           <property name="text">
0150            <string>Draw lines on calendar</string>
0151           </property>
0152           <property name="checked">
0153            <bool>true</bool>
0154           </property>
0155          </widget>
0156         </item>
0157         <item>
0158          <layout class="QHBoxLayout" name="ratioLayout">
0159           <item>
0160            <widget class="QLabel" name="ratioLabel">
0161             <property name="text">
0162              <string>Image to text ratio:</string>
0163             </property>
0164            </widget>
0165           </item>
0166           <item>
0167            <widget class="QSlider" name="ratioSlider">
0168             <property name="minimum">
0169              <number>50</number>
0170             </property>
0171             <property name="maximum">
0172              <number>300</number>
0173             </property>
0174             <property name="singleStep">
0175              <number>5</number>
0176             </property>
0177             <property name="value">
0178              <number>100</number>
0179             </property>
0180             <property name="orientation">
0181              <enum>Qt::Horizontal</enum>
0182             </property>
0183            </widget>
0184           </item>
0185          </layout>
0186         </item>
0187         <item>
0188          <layout class="QHBoxLayout" name="fontLayout">
0189           <item>
0190            <widget class="QLabel" name="fontLabel">
0191             <property name="text">
0192              <string>Font:</string>
0193             </property>
0194            </widget>
0195           </item>
0196           <item>
0197            <widget class="QFontComboBox" name="fontCombo"/>
0198           </item>
0199          </layout>
0200         </item>
0201         <item>
0202          <layout class="QHBoxLayout" name="horizontalLayout_2">
0203           <item>
0204            <widget class="QLabel" name="yearLabel">
0205             <property name="text">
0206              <string>Year:</string>
0207             </property>
0208            </widget>
0209           </item>
0210           <item>
0211            <widget class="QSpinBox" name="yearSpin"/>
0212           </item>
0213          </layout>
0214         </item>
0215         <item>
0216          <spacer name="verticalSpacer">
0217           <property name="orientation">
0218            <enum>Qt::Vertical</enum>
0219           </property>
0220           <property name="sizeHint" stdset="0">
0221            <size>
0222             <width>20</width>
0223             <height>40</height>
0224            </size>
0225           </property>
0226          </spacer>
0227         </item>
0228        </layout>
0229       </widget>
0230      </item>
0231      <item>
0232       <widget class="QGroupBox" name="monthBox">
0233        <property name="title">
0234         <string>Select Images</string>
0235        </property>
0236        <layout class="QGridLayout" name="gridLayout_3">
0237         <item row="0" column="0">
0238          <layout class="QGridLayout" name="monthBoxLayout"/>
0239         </item>
0240         <item row="1" column="0">
0241          <widget class="QLabel" name="label">
0242           <property name="text">
0243            <string>Left click on a month to select an image, right click to clear an image.</string>
0244           </property>
0245          </widget>
0246         </item>
0247        </layout>
0248       </widget>
0249      </item>
0250     </layout>
0251    </item>
0252   </layout>
0253  </widget>
0254  <customwidgets>
0255   <customwidget>
0256    <class>DigikamGenericCalendarPlugin::CalWidget</class>
0257    <extends>QWidget</extends>
0258    <header>calwidget.h</header>
0259    <container>1</container>
0260   </customwidget>
0261  </customwidgets>
0262  <tabstops>
0263   <tabstop>paperSizeCombo</tabstop>
0264   <tabstop>resolutionCombo</tabstop>
0265   <tabstop>topRadio</tabstop>
0266   <tabstop>leftRadio</tabstop>
0267   <tabstop>rightRadio</tabstop>
0268   <tabstop>drawLinesCheckBox</tabstop>
0269   <tabstop>ratioSlider</tabstop>
0270   <tabstop>fontCombo</tabstop>
0271  </tabstops>
0272  <resources/>
0273  <connections/>
0274 </ui>