Warning, /graphics/digikam/core/dplugins/generic/view/presentation/dialogs/presentation_captionpage.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>PresentationCaptionPage</class>
0004  <widget class="QWidget" name="PresentationCaptionPage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>569</width>
0010     <height>476</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <item>
0015     <widget class="QPushButton" name="m_fontselectBtn">
0016      <property name="text">
0017       <string>Select Font...</string>
0018      </property>
0019     </widget>
0020    </item>
0021    <item>
0022     <widget class="QLabel" name="m_fontSampleLbl">
0023      <property name="text">
0024       <string/>
0025      </property>
0026     </widget>
0027    </item>
0028    <item>
0029     <layout class="QVBoxLayout" name="verticalLayout">
0030      <item>
0031       <layout class="QHBoxLayout" name="horizontalLayout">
0032        <item>
0033         <widget class="QLabel" name="label_3">
0034          <property name="text">
0035           <string>Line length (in characters):</string>
0036          </property>
0037         </widget>
0038        </item>
0039        <item>
0040         <spacer name="horizontalSpacer_3">
0041          <property name="orientation">
0042           <enum>Qt::Horizontal</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        <item>
0053         <widget class="QSpinBox" name="m_commentsLinesLengthSpinBox">
0054          <property name="buttonSymbols">
0055           <enum>QAbstractSpinBox::UpDownArrows</enum>
0056          </property>
0057          <property name="minimum">
0058           <number>1</number>
0059          </property>
0060          <property name="maximum">
0061           <number>500</number>
0062          </property>
0063          <property name="value">
0064           <number>72</number>
0065          </property>
0066         </widget>
0067        </item>
0068       </layout>
0069      </item>
0070      <item>
0071       <widget class="QGroupBox" name="groupBox">
0072        <property name="title">
0073         <string>Colors</string>
0074        </property>
0075        <layout class="QGridLayout" name="gridLayout">
0076         <item row="4" column="3">
0077          <widget class="QSlider" name="m_commentsBgTransparency">
0078           <property name="maximum">
0079            <number>10</number>
0080           </property>
0081           <property name="pageStep">
0082            <number>1</number>
0083           </property>
0084           <property name="value">
0085            <number>10</number>
0086           </property>
0087           <property name="orientation">
0088            <enum>Qt::Horizontal</enum>
0089           </property>
0090           <property name="invertedAppearance">
0091            <bool>false</bool>
0092           </property>
0093           <property name="invertedControls">
0094            <bool>true</bool>
0095           </property>
0096           <property name="tickPosition">
0097            <enum>QSlider::TicksAbove</enum>
0098           </property>
0099          </widget>
0100         </item>
0101         <item row="4" column="2">
0102          <spacer name="horizontalSpacer_4">
0103           <property name="orientation">
0104            <enum>Qt::Horizontal</enum>
0105           </property>
0106           <property name="sizeHint" stdset="0">
0107            <size>
0108             <width>40</width>
0109             <height>20</height>
0110            </size>
0111           </property>
0112          </spacer>
0113         </item>
0114         <item row="1" column="3">
0115          <widget class="Digikam::DColorSelector" name="m_commentsFontColor"/>
0116         </item>
0117         <item row="1" column="4">
0118          <widget class="QCheckBox" name="m_commentsDrawOutlineCheckBox">
0119           <property name="text">
0120            <string>Outlined Text</string>
0121           </property>
0122          </widget>
0123         </item>
0124         <item row="1" column="2">
0125          <spacer name="horizontalSpacer">
0126           <property name="orientation">
0127            <enum>Qt::Horizontal</enum>
0128           </property>
0129           <property name="sizeHint" stdset="0">
0130            <size>
0131             <width>55</width>
0132             <height>20</height>
0133            </size>
0134           </property>
0135          </spacer>
0136         </item>
0137         <item row="4" column="0">
0138          <widget class="QLabel" name="label_4">
0139           <property name="text">
0140            <string>Background opacity:</string>
0141           </property>
0142          </widget>
0143         </item>
0144         <item row="1" column="0">
0145          <widget class="QLabel" name="label">
0146           <property name="text">
0147            <string>Font color:</string>
0148           </property>
0149          </widget>
0150         </item>
0151         <item row="2" column="0">
0152          <widget class="QLabel" name="label_2">
0153           <property name="text">
0154            <string>Background color:</string>
0155           </property>
0156          </widget>
0157         </item>
0158         <item row="2" column="3">
0159          <widget class="Digikam::DColorSelector" name="m_commentsBgColor"/>
0160         </item>
0161         <item row="2" column="2">
0162          <spacer name="horizontalSpacer_2">
0163           <property name="orientation">
0164            <enum>Qt::Horizontal</enum>
0165           </property>
0166           <property name="sizeHint" stdset="0">
0167            <size>
0168             <width>55</width>
0169             <height>20</height>
0170            </size>
0171           </property>
0172          </spacer>
0173         </item>
0174        </layout>
0175       </widget>
0176      </item>
0177     </layout>
0178    </item>
0179   </layout>
0180  </widget>
0181  <customwidgets>
0182   <customwidget>
0183    <class>Digikam::DColorSelector</class>
0184    <extends>QPushButton</extends>
0185    <header>dcolorselector.h</header>
0186   </customwidget>
0187  </customwidgets>
0188  <resources/>
0189  <connections/>
0190 </ui>