Warning, /games/kmahjongg/src/gametype.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>KMahjonggLayoutSelector</class>
0004  <widget class="QWidget" name="KMahjonggLayoutSelector">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>480</width>
0010     <height>461</height>
0011    </rect>
0012   </property>
0013   <property name="maximumSize">
0014    <size>
0015     <width>800</width>
0016     <height>600</height>
0017    </size>
0018   </property>
0019   <layout class="QGridLayout" name="gridLayout_2">
0020    <item row="0" column="0">
0021     <layout class="QVBoxLayout" name="verticalLayout_2">
0022      <item>
0023       <widget class="QCheckBox" name="kcfg_RandomLayout">
0024        <property name="text">
0025         <string>Random Layout</string>
0026        </property>
0027       </widget>
0028      </item>
0029      <item>
0030       <widget class="QWidget" name="widgetNoRandom" native="true">
0031        <layout class="QGridLayout" name="gridLayout">
0032         <property name="margin">
0033          <number>0</number>
0034         </property>
0035         <item row="0" column="0">
0036          <layout class="QVBoxLayout" name="layoutNoRandom">
0037           <item>
0038            <layout class="QHBoxLayout" name="_2">
0039             <item>
0040              <layout class="QVBoxLayout" name="_3">
0041               <item>
0042                <widget class="QListWidget" name="layoutList">
0043                 <property name="minimumSize">
0044                  <size>
0045                   <width>120</width>
0046                   <height>0</height>
0047                  </size>
0048                 </property>
0049                </widget>
0050               </item>
0051               <item>
0052                <widget class="QPushButton" name="getNewButton">
0053                 <property name="text">
0054                  <string>&amp;Get New Layouts</string>
0055                 </property>
0056                </widget>
0057               </item>
0058              </layout>
0059             </item>
0060             <item>
0061              <widget class="QGroupBox" name="groupBox_2">
0062               <property name="title">
0063                <string>Preview</string>
0064               </property>
0065               <layout class="QVBoxLayout" name="_4">
0066                <item>
0067                 <widget class="QLabel" name="layoutPreview">
0068                  <property name="sizePolicy">
0069                   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0070                    <horstretch>0</horstretch>
0071                    <verstretch>0</verstretch>
0072                   </sizepolicy>
0073                  </property>
0074                  <property name="minimumSize">
0075                   <size>
0076                    <width>240</width>
0077                    <height>180</height>
0078                   </size>
0079                  </property>
0080                 </widget>
0081                </item>
0082               </layout>
0083              </widget>
0084             </item>
0085            </layout>
0086           </item>
0087           <item>
0088            <widget class="QGroupBox" name="groupBox">
0089             <property name="title">
0090              <string>Layout Details</string>
0091             </property>
0092             <layout class="QFormLayout" name="formLayout">
0093              <item row="0" column="0">
0094               <widget class="QLabel" name="labelAuthor">
0095                <property name="text">
0096                 <string>Author:</string>
0097                </property>
0098               </widget>
0099              </item>
0100              <item row="0" column="1">
0101               <widget class="QLabel" name="layoutAuthor"/>
0102              </item>
0103              <item row="1" column="0">
0104               <widget class="QLabel" name="labelContact">
0105                <property name="text">
0106                 <string>Contact:</string>
0107                </property>
0108               </widget>
0109              </item>
0110              <item row="1" column="1">
0111               <widget class="QLabel" name="layoutContact"/>
0112              </item>
0113              <item row="2" column="0">
0114               <widget class="QLabel" name="labelDescription">
0115                <property name="text">
0116                 <string>Description:</string>
0117                </property>
0118               </widget>
0119              </item>
0120              <item row="2" column="1">
0121               <widget class="QLabel" name="layoutDescription"/>
0122              </item>
0123             </layout>
0124            </widget>
0125           </item>
0126           <item>
0127            <widget class="QLineEdit" name="kcfg_Layout">
0128             <property name="enabled">
0129              <bool>false</bool>
0130             </property>
0131             <property name="frame">
0132              <bool>false</bool>
0133             </property>
0134             <property name="readOnly">
0135              <bool>false</bool>
0136             </property>
0137            </widget>
0138           </item>
0139           <item>
0140            <spacer>
0141             <property name="orientation">
0142              <enum>Qt::Vertical</enum>
0143             </property>
0144             <property name="sizeHint" stdset="0">
0145              <size>
0146               <width>20</width>
0147               <height>40</height>
0148              </size>
0149             </property>
0150            </spacer>
0151           </item>
0152          </layout>
0153         </item>
0154        </layout>
0155       </widget>
0156      </item>
0157     </layout>
0158    </item>
0159   </layout>
0160  </widget>
0161  <customwidgets/>
0162  <resources/>
0163  <connections>
0164   <connection>
0165    <sender>kcfg_RandomLayout</sender>
0166    <signal>toggled(bool)</signal>
0167    <receiver>KMahjonggLayoutSelector</receiver>
0168    <slot>useRandomLayoutToggled(bool)</slot>
0169    <hints>
0170     <hint type="sourcelabel">
0171      <x>226</x>
0172      <y>15</y>
0173     </hint>
0174     <hint type="destinationlabel">
0175      <x>226</x>
0176      <y>209</y>
0177     </hint>
0178    </hints>
0179   </connection>
0180  </connections>
0181  <slots>
0182   <slot>useRandomLayoutToggled(bool)</slot>
0183  </slots>
0184 </ui>