Warning, /games/kmines/src/generalopts.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>GeneralOptsConfig</class>
0004  <widget class="QWidget" name="GeneralOptsConfig">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>316</width>
0010     <height>135</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QCheckBox" name="kcfg_UseQuestionMarks">
0016      <property name="text">
0017       <string>Use '?' marks</string>
0018      </property>
0019     </widget>
0020    </item>
0021    <item>
0022     <widget class="QCheckBox" name="kcfg_AllowKminesReset">
0023      <property name="text">
0024       <string>Allow KMines reset</string>
0025      </property>
0026      <property name="checked">
0027       <bool>true</bool>
0028      </property>
0029      <property name="tristate">
0030       <bool>false</bool>
0031      </property>
0032     </widget>
0033    </item>
0034    <item>
0035     <widget class="QCheckBox" name="kcfg_DisableScoreOnReset">
0036      <property name="text">
0037       <string>Disable score on reset</string>
0038      </property>
0039     </widget>
0040    </item>
0041    <item>
0042     <widget class="QCheckBox" name="kcfg_ExploreWithLeftClickOnNumberCells">
0043      <property name="text">
0044       <string>Explore with left click on number cells</string>
0045      </property>
0046     </widget>
0047    </item>
0048    <item>
0049     <layout class="QHBoxLayout" name="horizontalLayout">
0050      <item>
0051       <widget class="QLabel" name="label">
0052        <property name="text">
0053         <string>Place flag when mouse button is:</string>
0054        </property>
0055       </widget>
0056      </item>
0057      <item>
0058       <widget class="QComboBox" name="kcfg_PlaceFlagOn">
0059        <item>
0060         <property name="text">
0061          <string>Released</string>
0062         </property>
0063        </item>
0064        <item>
0065         <property name="text">
0066          <string>Pressed</string>
0067         </property>
0068        </item>
0069       </widget>
0070      </item>
0071     </layout>
0072    </item>
0073    <item>
0074     <spacer name="verticalSpacer">
0075      <property name="orientation">
0076       <enum>Qt::Vertical</enum>
0077      </property>
0078      <property name="sizeHint" stdset="0">
0079       <size>
0080        <width>20</width>
0081        <height>40</height>
0082       </size>
0083      </property>
0084     </spacer>
0085    </item>
0086   </layout>
0087  </widget>
0088  <resources/>
0089  <connections/>
0090 </ui>