Warning, /games/knights/src/prefs_base.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>prefs_base</class>
0004  <widget class="QWidget" name="prefs_base">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>624</width>
0010     <height>501</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QGroupBox" name="animationGroup">
0016      <property name="title">
0017       <string>Animations</string>
0018      </property>
0019      <layout class="QFormLayout" name="formLayout">
0020       <item row="0" column="0">
0021        <widget class="QLabel" name="animationSpeedLabel">
0022         <property name="text">
0023          <string>&amp;Animation speed:</string>
0024         </property>
0025         <property name="buddy">
0026          <cstring>kcfg_animationSpeed</cstring>
0027         </property>
0028        </widget>
0029       </item>
0030       <item row="0" column="1">
0031        <widget class="KComboBox" name="kcfg_animationSpeed">
0032         <item>
0033          <property name="text">
0034           <string>Instant (no animation)</string>
0035          </property>
0036         </item>
0037         <item>
0038          <property name="text">
0039           <string>Fast</string>
0040          </property>
0041         </item>
0042         <item>
0043          <property name="text">
0044           <string>Normal</string>
0045          </property>
0046         </item>
0047         <item>
0048          <property name="text">
0049           <string>Slow</string>
0050          </property>
0051         </item>
0052        </widget>
0053       </item>
0054       <item row="1" column="1">
0055        <widget class="QCheckBox" name="kcfg_animateBoard">
0056         <property name="text">
0057          <string>Animate the board as well</string>
0058         </property>
0059        </widget>
0060       </item>
0061      </layout>
0062     </widget>
0063    </item>
0064    <item>
0065     <widget class="QGroupBox" name="appearanceGroup">
0066      <property name="title">
0067       <string>Appearance</string>
0068      </property>
0069      <layout class="QFormLayout" name="formLayout_2">
0070       <property name="fieldGrowthPolicy">
0071        <enum>QFormLayout::ExpandingFieldsGrow</enum>
0072       </property>
0073       <item row="0" column="0">
0074        <widget class="QLabel" name="showMarkersForLabel">
0075         <property name="text">
0076          <string>Show &amp;markers for:</string>
0077         </property>
0078         <property name="buddy">
0079          <cstring>kcfg_showMarker</cstring>
0080         </property>
0081        </widget>
0082       </item>
0083       <item row="0" column="1">
0084        <widget class="QCheckBox" name="kcfg_showMarker">
0085         <property name="text">
0086          <string comment="Option to show markers for">Legal moves</string>
0087         </property>
0088        </widget>
0089       </item>
0090       <item row="2" column="1">
0091        <widget class="QCheckBox" name="kcfg_showMotion">
0092         <property name="sizePolicy">
0093          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0094           <horstretch>0</horstretch>
0095           <verstretch>0</verstretch>
0096          </sizepolicy>
0097         </property>
0098         <property name="text">
0099          <string comment="Option to show markers for">Opponent's move</string>
0100         </property>
0101         <property name="checked">
0102          <bool>true</bool>
0103         </property>
0104        </widget>
0105       </item>
0106       <item row="3" column="1">
0107        <widget class="QCheckBox" name="kcfg_showDanger">
0108         <property name="text">
0109          <string comment="Option to show markers for">Check</string>
0110         </property>
0111         <property name="checked">
0112          <bool>true</bool>
0113         </property>
0114        </widget>
0115       </item>
0116       <item row="4" column="0">
0117        <widget class="QLabel" name="label">
0118         <property name="text">
0119          <string>Border display:</string>
0120         </property>
0121        </widget>
0122       </item>
0123       <item row="4" column="1">
0124        <widget class="KComboBox" name="kcfg_borderDisplayType">
0125         <item>
0126          <property name="text">
0127           <string>No borders</string>
0128          </property>
0129         </item>
0130         <item>
0131          <property name="text">
0132           <string>Only borders</string>
0133          </property>
0134         </item>
0135         <item>
0136          <property name="text">
0137           <string>Borders and notation</string>
0138          </property>
0139         </item>
0140        </widget>
0141       </item>
0142      </layout>
0143     </widget>
0144    </item>
0145    <item>
0146     <widget class="QGroupBox" name="groupBox">
0147      <property name="title">
0148       <string>Behavior</string>
0149      </property>
0150      <layout class="QVBoxLayout" name="verticalLayout_2">
0151       <item>
0152        <widget class="QCheckBox" name="kcfg_playSounds">
0153         <property name="text">
0154          <string>Play sounds</string>
0155         </property>
0156        </widget>
0157       </item>
0158       <item>
0159        <widget class="QCheckBox" name="kcfg_flipBoard">
0160         <property name="text">
0161          <string>Flip the board in local matches between humans</string>
0162         </property>
0163        </widget>
0164       </item>
0165       <item>
0166        <widget class="QCheckBox" name="kcfg_askDiscard">
0167         <property name="text">
0168          <string>Show confirmation dialog before closing</string>
0169         </property>
0170        </widget>
0171       </item>
0172      </layout>
0173     </widget>
0174    </item>
0175    <item>
0176     <spacer name="verticalSpacer">
0177      <property name="orientation">
0178       <enum>Qt::Vertical</enum>
0179      </property>
0180      <property name="sizeHint" stdset="0">
0181       <size>
0182        <width>20</width>
0183        <height>133</height>
0184       </size>
0185      </property>
0186     </spacer>
0187    </item>
0188   </layout>
0189  </widget>
0190  <customwidgets>
0191   <customwidget>
0192    <class>KComboBox</class>
0193    <extends>QComboBox</extends>
0194    <header>kcombobox.h</header>
0195   </customwidget>
0196  </customwidgets>
0197  <includes>
0198   <include location="local">kcolorbutton.h</include>
0199  </includes>
0200  <resources/>
0201  <connections/>
0202 </ui>