Warning, /office/kile/src/widgets/configcheckerwidget.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>ConfigCheckerWidget</class>
0004  <widget class="QWidget" name="ConfigCheckerWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>585</width>
0010     <height>605</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0015     <horstretch>1</horstretch>
0016     <verstretch>1</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="minimumSize">
0020    <size>
0021     <width>580</width>
0022     <height>480</height>
0023    </size>
0024   </property>
0025   <property name="windowTitle">
0026    <string>Performing System Check</string>
0027   </property>
0028   <layout class="QVBoxLayout">
0029    <item>
0030     <widget class="QLabel" name="m_lbChecking">
0031      <property name="text">
0032       <string>Checking if your TeX system is installed correctly...</string>
0033      </property>
0034      <property name="wordWrap">
0035       <bool>false</bool>
0036      </property>
0037     </widget>
0038    </item>
0039    <item>
0040     <widget class="QProgressBar" name="m_progress">
0041      <property name="value">
0042       <number>24</number>
0043      </property>
0044     </widget>
0045    </item>
0046    <item>
0047     <widget class="QGroupBox" name="m_grpResults">
0048      <property name="sizePolicy">
0049       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0050        <horstretch>1</horstretch>
0051        <verstretch>1</verstretch>
0052       </sizepolicy>
0053      </property>
0054      <property name="title">
0055       <string>Results</string>
0056      </property>
0057      <layout class="QGridLayout">
0058       <item row="0" column="0">
0059        <widget class="QListWidget" name="m_lstResults">
0060         <property name="sizePolicy">
0061          <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0062           <horstretch>1</horstretch>
0063           <verstretch>1</verstretch>
0064          </sizepolicy>
0065         </property>
0066         <property name="minimumSize">
0067          <size>
0068           <width>480</width>
0069           <height>0</height>
0070          </size>
0071         </property>
0072        </widget>
0073       </item>
0074      </layout>
0075     </widget>
0076    </item>
0077   </layout>
0078  </widget>
0079  <layoutdefault spacing="6" margin="11"/>
0080  <resources/>
0081  <connections/>
0082 </ui>