Warning, /games/kigo/src/gui/config/generalconfig.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>GeneralConfig</class>
0004  <widget class="QWidget" name="GeneralConfig">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>361</width>
0010     <height>406</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <item>
0015     <widget class="QGroupBox" name="backendGroupBox">
0016      <property name="title">
0017       <string>Backend</string>
0018      </property>
0019      <layout class="QGridLayout" name="gridLayout">
0020       <item row="2" column="0">
0021        <widget class="QLabel" name="label_3">
0022         <property name="text">
0023          <string>Executable:</string>
0024         </property>
0025         <property name="alignment">
0026          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0027         </property>
0028         <property name="buddy">
0029          <cstring>engineExecutable</cstring>
0030         </property>
0031        </widget>
0032       </item>
0033       <item row="2" column="1" colspan="2">
0034        <widget class="KUrlRequester" name="engineExecutable">
0035         <property name="sizePolicy">
0036          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0037           <horstretch>1</horstretch>
0038           <verstretch>0</verstretch>
0039          </sizepolicy>
0040         </property>
0041         <property name="toolTip">
0042          <string>Select the executable file to start the Go engine</string>
0043         </property>
0044        </widget>
0045       </item>
0046       <item row="3" column="0">
0047        <widget class="QLabel" name="label">
0048         <property name="text">
0049          <string>Parameters:</string>
0050         </property>
0051         <property name="alignment">
0052          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0053         </property>
0054         <property name="buddy">
0055          <cstring>engineParameters</cstring>
0056         </property>
0057        </widget>
0058       </item>
0059       <item row="3" column="1">
0060        <widget class="QLineEdit" name="engineParameters">
0061         <property name="toolTip">
0062          <string>Add here the necessary parameters to start the Engine in GTP mode</string>
0063         </property>
0064        </widget>
0065       </item>
0066       <item row="4" column="1" colspan="2">
0067        <widget class="QLineEdit" name="kcfg_EngineCommand">
0068         <property name="enabled">
0069          <bool>false</bool>
0070         </property>
0071         <property name="focusPolicy">
0072          <enum>Qt::NoFocus</enum>
0073         </property>
0074         <property name="toolTip">
0075          <string>This is the resulting engine command which will be used by Kigo</string>
0076         </property>
0077         <property name="text">
0078          <string/>
0079         </property>
0080         <property name="readOnly">
0081          <bool>true</bool>
0082         </property>
0083        </widget>
0084       </item>
0085       <item row="3" column="2">
0086        <widget class="KLed" name="engineLed">
0087         <property name="sizePolicy">
0088          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0089           <horstretch>0</horstretch>
0090           <verstretch>0</verstretch>
0091          </sizepolicy>
0092         </property>
0093         <property name="toolTip">
0094          <string>Indicates whether the Go engine works correctly</string>
0095         </property>
0096         <property name="state">
0097          <enum>KLed::Off</enum>
0098         </property>
0099        </widget>
0100       </item>
0101       <item row="0" column="0" colspan="3">
0102        <widget class="QLabel" name="label_4">
0103         <property name="text">
0104          <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
0105 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
0106 p, li { white-space: pre-wrap; }
0107 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
0108 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Please select a Go engine that supports the &lt;span style=&quot; font-style:italic;&quot;&gt;GnuGo Text Protocol (GTP)&lt;/span&gt;. The indicator light turns green when the selected backend is working.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0109         </property>
0110         <property name="wordWrap">
0111          <bool>true</bool>
0112         </property>
0113        </widget>
0114       </item>
0115       <item row="1" column="0" colspan="3">
0116        <widget class="Line" name="line_2">
0117         <property name="orientation">
0118          <enum>Qt::Horizontal</enum>
0119         </property>
0120        </widget>
0121       </item>
0122      </layout>
0123     </widget>
0124    </item>
0125    <item>
0126     <widget class="QGroupBox" name="appearanceGroupBox">
0127      <property name="title">
0128       <string>Appearance</string>
0129      </property>
0130      <property name="checkable">
0131       <bool>false</bool>
0132      </property>
0133      <layout class="QGridLayout" name="gridLayout_2">
0134       <item row="0" column="0" colspan="2">
0135        <widget class="QCheckBox" name="kcfg_ShowBoardLabels">
0136         <property name="text">
0137          <string>Display Board Labels</string>
0138         </property>
0139        </widget>
0140       </item>
0141       <item row="4" column="0">
0142        <widget class="QLabel" name="label_2">
0143         <property name="text">
0144          <string>Hint Visibility Time:</string>
0145         </property>
0146         <property name="alignment">
0147          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0148         </property>
0149         <property name="buddy">
0150          <cstring>kcfg_HintVisibleTime</cstring>
0151         </property>
0152        </widget>
0153       </item>
0154       <item row="4" column="1">
0155        <widget class="QDoubleSpinBox" name="kcfg_HintVisibleTime">
0156         <property name="sizePolicy">
0157          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0158           <horstretch>0</horstretch>
0159           <verstretch>0</verstretch>
0160          </sizepolicy>
0161         </property>
0162         <property name="suffix">
0163          <string> Seconds</string>
0164         </property>
0165         <property name="decimals">
0166          <number>1</number>
0167         </property>
0168         <property name="minimum">
0169          <double>1.000000000000000</double>
0170         </property>
0171         <property name="maximum">
0172          <double>10.000000000000000</double>
0173         </property>
0174         <property name="singleStep">
0175          <double>0.500000000000000</double>
0176         </property>
0177         <property name="value">
0178          <double>3.000000000000000</double>
0179         </property>
0180        </widget>
0181       </item>
0182       <item row="3" column="0" colspan="2">
0183        <widget class="Line" name="line">
0184         <property name="orientation">
0185          <enum>Qt::Horizontal</enum>
0186         </property>
0187        </widget>
0188       </item>
0189      </layout>
0190     </widget>
0191    </item>
0192    <item>
0193     <spacer name="verticalSpacer">
0194      <property name="orientation">
0195       <enum>Qt::Vertical</enum>
0196      </property>
0197      <property name="sizeHint" stdset="0">
0198       <size>
0199        <width>20</width>
0200        <height>40</height>
0201       </size>
0202      </property>
0203     </spacer>
0204    </item>
0205   </layout>
0206  </widget>
0207  <customwidgets>
0208   <customwidget>
0209    <class>KLed</class>
0210    <extends>QWidget</extends>
0211    <header>kled.h</header>
0212   </customwidget>
0213   <customwidget>
0214    <class>KUrlRequester</class>
0215    <extends>QFrame</extends>
0216    <header>kurlrequester.h</header>
0217   </customwidget>
0218  </customwidgets>
0219  <tabstops>
0220   <tabstop>kcfg_ShowBoardLabels</tabstop>
0221   <tabstop>kcfg_HintVisibleTime</tabstop>
0222  </tabstops>
0223  <resources/>
0224  <connections/>
0225 </ui>