Warning, /games/knights/src/enginesettings.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>EngineSettings</class>
0004  <widget class="QWidget" name="EngineSettings">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>682</width>
0010     <height>240</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <layout class="QHBoxLayout" name="horizontalLayout">
0016      <item>
0017       <widget class="QPushButton" name="autoDetectButton">
0018        <property name="text">
0019         <string>Auto detect</string>
0020        </property>
0021       </widget>
0022      </item>
0023      <item>
0024       <spacer name="horizontalSpacer">
0025        <property name="orientation">
0026         <enum>Qt::Horizontal</enum>
0027        </property>
0028        <property name="sizeHint" stdset="0">
0029         <size>
0030          <width>40</width>
0031          <height>20</height>
0032         </size>
0033        </property>
0034       </spacer>
0035      </item>
0036      <item>
0037       <widget class="QPushButton" name="addButton">
0038        <property name="text">
0039         <string>Add</string>
0040        </property>
0041       </widget>
0042      </item>
0043      <item>
0044       <widget class="QPushButton" name="removeButton">
0045        <property name="text">
0046         <string>Remove</string>
0047        </property>
0048       </widget>
0049      </item>
0050     </layout>
0051    </item>
0052    <item>
0053     <widget class="QTableWidget" name="tableWidget">
0054      <property name="alternatingRowColors">
0055       <bool>true</bool>
0056      </property>
0057      <property name="selectionMode">
0058       <enum>QAbstractItemView::SingleSelection</enum>
0059      </property>
0060      <property name="selectionBehavior">
0061       <enum>QAbstractItemView::SelectRows</enum>
0062      </property>
0063      <property name="columnCount">
0064       <number>4</number>
0065      </property>
0066      <attribute name="horizontalHeaderStretchLastSection">
0067       <bool>true</bool>
0068      </attribute>
0069      <column>
0070       <property name="text">
0071        <string>Name</string>
0072       </property>
0073      </column>
0074      <column>
0075       <property name="text">
0076        <string>Command</string>
0077       </property>
0078      </column>
0079      <column>
0080       <property name="text">
0081        <string>Protocol</string>
0082       </property>
0083      </column>
0084      <column>
0085       <property name="text">
0086        <string>Installed</string>
0087       </property>
0088      </column>
0089     </widget>
0090    </item>
0091   </layout>
0092  </widget>
0093  <resources/>
0094  <connections/>
0095 </ui>