Warning, /games/picmi/src/gui/selectboardwindow.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>LevelSelectUi</class>
0004  <widget class="QWidget" name="LevelSelectUi">
0005   <property name="windowModality">
0006    <enum>Qt::ApplicationModal</enum>
0007   </property>
0008   <property name="geometry">
0009    <rect>
0010     <x>0</x>
0011     <y>0</y>
0012     <width>700</width>
0013     <height>350</height>
0014    </rect>
0015   </property>
0016   <property name="minimumSize">
0017    <size>
0018     <width>700</width>
0019     <height>350</height>
0020    </size>
0021   </property>
0022   <property name="windowTitle">
0023    <string>Level Selection</string>
0024   </property>
0025   <layout class="QHBoxLayout" name="horizontalLayout_2">
0026    <item>
0027     <layout class="QHBoxLayout" name="horizontalLayout">
0028      <item>
0029       <widget class="QTableView" name="tableView">
0030        <property name="sizePolicy">
0031         <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0032          <horstretch>0</horstretch>
0033          <verstretch>0</verstretch>
0034         </sizepolicy>
0035        </property>
0036        <property name="showDropIndicator" stdset="0">
0037         <bool>false</bool>
0038        </property>
0039        <property name="alternatingRowColors">
0040         <bool>false</bool>
0041        </property>
0042        <property name="selectionMode">
0043         <enum>QAbstractItemView::SingleSelection</enum>
0044        </property>
0045        <property name="selectionBehavior">
0046         <enum>QAbstractItemView::SelectRows</enum>
0047        </property>
0048        <property name="showGrid">
0049         <bool>false</bool>
0050        </property>
0051        <property name="gridStyle">
0052         <enum>Qt::NoPen</enum>
0053        </property>
0054        <property name="sortingEnabled">
0055         <bool>true</bool>
0056        </property>
0057        <property name="wordWrap">
0058         <bool>false</bool>
0059        </property>
0060        <property name="cornerButtonEnabled">
0061         <bool>false</bool>
0062        </property>
0063        <attribute name="horizontalHeaderVisible">
0064         <bool>true</bool>
0065        </attribute>
0066        <attribute name="horizontalHeaderStretchLastSection">
0067         <bool>true</bool>
0068        </attribute>
0069        <attribute name="verticalHeaderVisible">
0070         <bool>false</bool>
0071        </attribute>
0072       </widget>
0073      </item>
0074      <item>
0075       <layout class="QGridLayout" name="gridLayout">
0076        <item row="1" column="0">
0077         <widget class="QLabel" name="labelAuthor">
0078          <property name="text">
0079           <string>Author: -</string>
0080          </property>
0081         </widget>
0082        </item>
0083        <item row="0" column="0">
0084         <widget class="QLabel" name="labelName">
0085          <property name="text">
0086           <string>Name: -</string>
0087          </property>
0088         </widget>
0089        </item>
0090        <item row="5" column="0">
0091         <widget class="QLabel" name="labelImage">
0092          <property name="sizePolicy">
0093           <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0094            <horstretch>0</horstretch>
0095            <verstretch>0</verstretch>
0096           </sizepolicy>
0097          </property>
0098          <property name="font">
0099           <font>
0100            <pointsize>24</pointsize>
0101           </font>
0102          </property>
0103          <property name="styleSheet">
0104           <string notr="true">background-color: rgb(255, 255, 255);</string>
0105          </property>
0106          <property name="frameShape">
0107           <enum>QFrame::Box</enum>
0108          </property>
0109          <property name="text">
0110           <string>?</string>
0111          </property>
0112          <property name="alignment">
0113           <set>Qt::AlignCenter</set>
0114          </property>
0115         </widget>
0116        </item>
0117        <item row="4" column="0">
0118         <widget class="QLabel" name="labelSolved">
0119          <property name="text">
0120           <string>Solved: -</string>
0121          </property>
0122         </widget>
0123        </item>
0124        <item row="2" column="0">
0125         <widget class="QLabel" name="labelSize">
0126          <property name="text">
0127           <string>Size: -</string>
0128          </property>
0129         </widget>
0130        </item>
0131        <item row="3" column="0">
0132         <widget class="QLabel" name="labelDifficulty">
0133          <property name="text">
0134           <string>Difficulty: -</string>
0135          </property>
0136         </widget>
0137        </item>
0138       </layout>
0139      </item>
0140     </layout>
0141    </item>
0142   </layout>
0143  </widget>
0144  <resources/>
0145  <connections/>
0146 </ui>