Warning, /graphics/kuickshow/src/generalwidget.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>GeneralWidget</class>
0004  <widget class="QWidget" name="GeneralWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>364</width>
0010     <height>402</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>General</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="3" column="0" colspan="2">
0018     <widget class="QCheckBox" name="cbLastdir">
0019      <property name="text">
0020       <string>Remember last folder</string>
0021      </property>
0022     </widget>
0023    </item>
0024    <item row="5" column="1">
0025     <widget class="KLineEdit" name="editFilter"/>
0026    </item>
0027    <item row="6" column="0" colspan="2">
0028     <widget class="QGroupBox" name="gbox2">
0029      <property name="title">
0030       <string>Quality/Speed</string>
0031      </property>
0032      <layout class="QVBoxLayout" name="verticalLayout">
0033       <item>
0034        <widget class="QCheckBox" name="cbSmoothScale">
0035         <property name="text">
0036          <string>Smooth scaling</string>
0037         </property>
0038        </widget>
0039       </item>
0040       <item>
0041        <widget class="QCheckBox" name="cbFastRender">
0042         <property name="text">
0043          <string>Fast rendering</string>
0044         </property>
0045        </widget>
0046       </item>
0047       <item>
0048        <widget class="QCheckBox" name="cbDither16bit">
0049         <property name="text">
0050          <string>Dither in HiColor (15/16bit) modes</string>
0051         </property>
0052        </widget>
0053       </item>
0054       <item>
0055        <widget class="QCheckBox" name="cbDither8bit">
0056         <property name="text">
0057          <string>Dither in LowColor (&lt;=8bit) modes</string>
0058         </property>
0059        </widget>
0060       </item>
0061       <item>
0062        <widget class="QCheckBox" name="cbOwnPalette">
0063         <property name="text">
0064          <string>Use own color palette</string>
0065         </property>
0066        </widget>
0067       </item>
0068       <item>
0069        <widget class="QCheckBox" name="cbFastRemap">
0070         <property name="text">
0071          <string>Fast palette remapping</string>
0072         </property>
0073        </widget>
0074       </item>
0075       <item>
0076        <widget class="QLabel" name="label">
0077         <property name="text">
0078          <string>Maximum cache size: </string>
0079         </property>
0080         <property name="buddy">
0081          <cstring>maxCacheSpinBox</cstring>
0082         </property>
0083        </widget>
0084       </item>
0085       <item>
0086        <widget class="QSpinBox" name="maxCacheSpinBox">
0087         <property name="specialValueText">
0088          <string>Unlimited</string>
0089         </property>
0090         <property name="suffix">
0091          <string> MB</string>
0092         </property>
0093         <property name="maximum">
0094          <number>400</number>
0095         </property>
0096        </widget>
0097       </item>
0098      </layout>
0099     </widget>
0100    </item>
0101    <item row="1" column="0" colspan="2">
0102     <widget class="QCheckBox" name="cbFullscreen">
0103      <property name="text">
0104       <string>Fullscreen mode</string>
0105      </property>
0106     </widget>
0107    </item>
0108    <item row="4" column="1">
0109     <widget class="KColorButton" name="colorButton"/>
0110    </item>
0111    <item row="4" column="0">
0112     <widget class="QLabel" name="l0">
0113      <property name="text">
0114       <string>Background color:</string>
0115      </property>
0116     </widget>
0117    </item>
0118    <item row="5" column="0">
0119     <widget class="QLabel" name="l1">
0120      <property name="text">
0121       <string>Show only files with extension: </string>
0122      </property>
0123     </widget>
0124    </item>
0125    <item row="0" column="0" colspan="2" alignment="Qt::AlignRight">
0126     <widget class="KUrlLabel" name="logo">
0127      <property name="tipText">
0128       <string>Open KuickShow Website</string>
0129      </property>
0130      <property name="useTips">
0131       <bool>true</bool>
0132      </property>
0133     </widget>
0134    </item>
0135    <item row="2" column="0" colspan="2">
0136     <widget class="QCheckBox" name="cbPreload">
0137      <property name="text">
0138       <string>Preload next image</string>
0139      </property>
0140     </widget>
0141    </item>
0142    <item row="7" column="0" colspan="2">
0143     <spacer name="verticalSpacer">
0144      <property name="orientation">
0145       <enum>Qt::Vertical</enum>
0146      </property>
0147      <property name="sizeHint" stdset="0">
0148       <size>
0149        <width>20</width>
0150        <height>40</height>
0151       </size>
0152      </property>
0153     </spacer>
0154    </item>
0155   </layout>
0156  </widget>
0157  <customwidgets>
0158   <customwidget>
0159    <class>KColorButton</class>
0160    <extends>QPushButton</extends>
0161    <header>kcolorbutton.h</header>
0162   </customwidget>
0163   <customwidget>
0164    <class>KLineEdit</class>
0165    <extends>QLineEdit</extends>
0166    <header>klineedit.h</header>
0167   </customwidget>
0168   <customwidget>
0169    <class>KUrlLabel</class>
0170    <extends>QLabel</extends>
0171    <header>kurllabel.h</header>
0172   </customwidget>
0173  </customwidgets>
0174  <resources/>
0175  <connections/>
0176 </ui>