Warning, /system/libdebconf-kde/src/DebconfGui.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>DebconfGui</class>
0004  <widget class="QWidget" name="DebconfGui">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>448</width>
0010     <height>293</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <item row="0" column="1" colspan="2">
0015     <widget class="QLabel" name="titleL">
0016      <property name="sizePolicy">
0017       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0018        <horstretch>0</horstretch>
0019        <verstretch>0</verstretch>
0020       </sizepolicy>
0021      </property>
0022      <property name="font">
0023       <font>
0024        <pointsize>12</pointsize>
0025       </font>
0026      </property>
0027      <property name="text">
0028       <string notr="true">Question Title</string>
0029      </property>
0030      <property name="wordWrap">
0031       <bool>true</bool>
0032      </property>
0033     </widget>
0034    </item>
0035    <item row="0" column="3">
0036     <widget class="QLabel" name="iconL">
0037      <property name="sizePolicy">
0038       <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0039        <horstretch>0</horstretch>
0040        <verstretch>0</verstretch>
0041       </sizepolicy>
0042      </property>
0043      <property name="text">
0044       <string notr="true">Icon</string>
0045      </property>
0046     </widget>
0047    </item>
0048    <item row="1" column="1" colspan="3">
0049     <widget class="Line" name="line">
0050      <property name="orientation">
0051       <enum>Qt::Horizontal</enum>
0052      </property>
0053     </widget>
0054    </item>
0055    <item row="4" column="1" colspan="3">
0056     <layout class="QHBoxLayout" name="horizontalLayout">
0057      <property name="sizeConstraint">
0058       <enum>QLayout::SetNoConstraint</enum>
0059      </property>
0060      <item>
0061       <spacer name="horizontalSpacer">
0062        <property name="orientation">
0063         <enum>Qt::Horizontal</enum>
0064        </property>
0065        <property name="sizeHint" stdset="0">
0066         <size>
0067          <width>40</width>
0068          <height>20</height>
0069         </size>
0070        </property>
0071       </spacer>
0072      </item>
0073      <item>
0074       <widget class="QPushButton" name="cancelPB">
0075        <property name="text">
0076         <string notr="true">Cancel</string>
0077        </property>
0078       </widget>
0079      </item>
0080      <item>
0081       <widget class="QPushButton" name="backPB">
0082        <property name="enabled">
0083         <bool>false</bool>
0084        </property>
0085        <property name="text">
0086         <string notr="true">Back</string>
0087        </property>
0088       </widget>
0089      </item>
0090      <item>
0091       <widget class="QPushButton" name="nextPB">
0092        <property name="text">
0093         <string notr="true">Continue</string>
0094        </property>
0095        <property name="autoDefault">
0096         <bool>true</bool>
0097        </property>
0098        <property name="default">
0099         <bool>true</bool>
0100        </property>
0101       </widget>
0102      </item>
0103     </layout>
0104    </item>
0105    <item row="2" column="1" colspan="3">
0106     <widget class="QScrollArea" name="scrollArea">
0107      <property name="frameShape">
0108       <enum>QFrame::NoFrame</enum>
0109      </property>
0110      <property name="widgetResizable">
0111       <bool>true</bool>
0112      </property>
0113      <widget class="QWidget" name="scrollAreaWidgetContents">
0114       <property name="geometry">
0115        <rect>
0116         <x>0</x>
0117         <y>0</y>
0118         <width>436</width>
0119         <height>195</height>
0120        </rect>
0121       </property>
0122      </widget>
0123     </widget>
0124    </item>
0125    <item row="3" column="1" colspan="3">
0126     <widget class="Line" name="line_2">
0127      <property name="orientation">
0128       <enum>Qt::Horizontal</enum>
0129      </property>
0130     </widget>
0131    </item>
0132   </layout>
0133  </widget>
0134  <tabstops>
0135   <tabstop>nextPB</tabstop>
0136   <tabstop>backPB</tabstop>
0137   <tabstop>cancelPB</tabstop>
0138  </tabstops>
0139  <resources/>
0140  <connections>
0141   <connection>
0142    <sender>nextPB</sender>
0143    <signal>clicked(bool)</signal>
0144    <receiver>nextPB</receiver>
0145    <slot>setEnabled(bool)</slot>
0146    <hints>
0147     <hint type="sourcelabel">
0148      <x>356</x>
0149      <y>270</y>
0150     </hint>
0151     <hint type="destinationlabel">
0152      <x>371</x>
0153      <y>268</y>
0154     </hint>
0155    </hints>
0156   </connection>
0157   <connection>
0158    <sender>nextPB</sender>
0159    <signal>clicked(bool)</signal>
0160    <receiver>backPB</receiver>
0161    <slot>setEnabled(bool)</slot>
0162    <hints>
0163     <hint type="sourcelabel">
0164      <x>355</x>
0165      <y>266</y>
0166     </hint>
0167     <hint type="destinationlabel">
0168      <x>295</x>
0169      <y>266</y>
0170     </hint>
0171    </hints>
0172   </connection>
0173   <connection>
0174    <sender>backPB</sender>
0175    <signal>clicked(bool)</signal>
0176    <receiver>nextPB</receiver>
0177    <slot>setEnabled(bool)</slot>
0178    <hints>
0179     <hint type="sourcelabel">
0180      <x>302</x>
0181      <y>267</y>
0182     </hint>
0183     <hint type="destinationlabel">
0184      <x>382</x>
0185      <y>277</y>
0186     </hint>
0187    </hints>
0188   </connection>
0189   <connection>
0190    <sender>backPB</sender>
0191    <signal>clicked(bool)</signal>
0192    <receiver>backPB</receiver>
0193    <slot>setEnabled(bool)</slot>
0194    <hints>
0195     <hint type="sourcelabel">
0196      <x>319</x>
0197      <y>275</y>
0198     </hint>
0199     <hint type="destinationlabel">
0200      <x>319</x>
0201      <y>275</y>
0202     </hint>
0203    </hints>
0204   </connection>
0205  </connections>
0206 </ui>