Warning, /office/calligra/plugins/variables/FixedDateFormat.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <class>FixedDateFormat</class>
0003  <widget class="QWidget" name="FixedDateFormat" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>291</width>
0009     <height>295</height>
0010    </rect>
0011   </property>
0012   <layout class="QVBoxLayout" >
0013    <item>
0014     <layout class="QHBoxLayout" >
0015      <property name="margin" >
0016       <number>0</number>
0017      </property>
0018      <item>
0019       <widget class="QLabel" name="label_2" >
0020        <property name="text" >
0021         <string>Date Correction:</string>
0022        </property>
0023       </widget>
0024      </item>
0025      <item>
0026       <widget class="QSpinBox" name="correction" >
0027        <property name="suffix" >
0028         <string> days</string>
0029        </property>
0030        <property name="minimum" >
0031         <number>-99</number>
0032        </property>
0033       </widget>
0034      </item>
0035      <item>
0036       <spacer>
0037        <property name="orientation" >
0038         <enum>Qt::Horizontal</enum>
0039        </property>
0040        <property name="sizeHint" >
0041         <size>
0042          <width>40</width>
0043          <height>20</height>
0044         </size>
0045        </property>
0046       </spacer>
0047      </item>
0048     </layout>
0049    </item>
0050    <item>
0051     <widget class="QLabel" name="label" >
0052      <property name="text" >
0053       <string>Select the way the date should be displayed:</string>
0054      </property>
0055     </widget>
0056    </item>
0057    <item>
0058     <widget class="QCheckBox" name="custom" >
0059      <property name="text" >
0060       <string>Custom format</string>
0061      </property>
0062     </widget>
0063    </item>
0064    <item>
0065     <widget class="QStackedWidget" name="widgetStack" >
0066      <property name="frameShape" >
0067       <enum>QFrame::NoFrame</enum>
0068      </property>
0069      <property name="currentIndex" >
0070       <number>0</number>
0071      </property>
0072      <widget class="QWidget" name="normalPage" >
0073       <layout class="QVBoxLayout" >
0074        <item>
0075         <widget class="QListWidget" name="formatList" >
0076          <property name="sizePolicy" >
0077           <sizepolicy>
0078            <hsizetype>5</hsizetype>
0079            <vsizetype>7</vsizetype>
0080            <horstretch>3</horstretch>
0081            <verstretch>0</verstretch>
0082           </sizepolicy>
0083          </property>
0084         </widget>
0085        </item>
0086       </layout>
0087      </widget>
0088      <widget class="QWidget" name="customPage" >
0089       <layout class="QVBoxLayout" >
0090        <item>
0091         <layout class="QHBoxLayout" >
0092          <property name="margin" >
0093           <number>0</number>
0094          </property>
0095          <item>
0096           <widget class="QLineEdit" name="customString" />
0097          </item>
0098          <item>
0099           <widget class="QToolButton" name="formatButton" >
0100            <property name="text" >
0101             <string>...</string>
0102            </property>
0103           </widget>
0104          </item>
0105         </layout>
0106        </item>
0107        <item>
0108         <widget class="QLabel" name="label_3" >
0109          <property name="text" >
0110           <string comment="KDE::DoNotExtract" >TextLabel</string>
0111          </property>
0112         </widget>
0113        </item>
0114        <item>
0115         <spacer>
0116          <property name="orientation" >
0117           <enum>Qt::Vertical</enum>
0118          </property>
0119          <property name="sizeHint" >
0120           <size>
0121            <width>20</width>
0122            <height>10</height>
0123           </size>
0124          </property>
0125         </spacer>
0126        </item>
0127       </layout>
0128      </widget>
0129     </widget>
0130    </item>
0131   </layout>
0132  </widget>
0133  <resources/>
0134  <connections/>
0135 </ui>