Warning, /pim/trojita/src/Gui/PasswordDialog.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>PasswordDialog</class>
0004  <widget class="QDialog" name="PasswordDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>108</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Authentication Required</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <layout class="QGridLayout" name="gridLayout">
0019      <property name="margin">
0020       <number>0</number>
0021      </property>
0022      <item row="2" column="1">
0023       <widget class="LineEdit" name="passwordLineEdit"/>
0024      </item>
0025      <item row="0" column="1" rowspan="2">
0026       <widget class="QLabel" name="descriptionLabel">
0027        <property name="text">
0028         <string>&lt;p&gt;Please provide password for %1 on %2.&lt;/p&gt;</string>
0029        </property>
0030        <property name="alignment">
0031         <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
0032        </property>
0033        <property name="wordWrap">
0034         <bool>true</bool>
0035        </property>
0036       </widget>
0037      </item>
0038      <item row="0" column="0" rowspan="3">
0039       <widget class="QLabel" name="iconLabel">
0040        <property name="text">
0041         <string/>
0042        </property>
0043        <property name="pixmap">
0044         <pixmap resource="../icons.qrc">:/icons/dialog-password.png</pixmap>
0045        </property>
0046       </widget>
0047      </item>
0048     </layout>
0049    </item>
0050    <item>
0051     <widget class="QDialogButtonBox" name="buttonBox">
0052      <property name="orientation">
0053       <enum>Qt::Horizontal</enum>
0054      </property>
0055      <property name="standardButtons">
0056       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0057      </property>
0058     </widget>
0059    </item>
0060   </layout>
0061  </widget>
0062  <customwidgets>
0063   <customwidget>
0064    <class>LineEdit</class>
0065    <extends>QLineEdit</extends>
0066    <header>LineEdit.h</header>
0067   </customwidget>
0068  </customwidgets>
0069  <resources>
0070   <include location="../icons.qrc"/>
0071  </resources>
0072  <connections>
0073   <connection>
0074    <sender>buttonBox</sender>
0075    <signal>accepted()</signal>
0076    <receiver>PasswordDialog</receiver>
0077    <slot>accept()</slot>
0078    <hints>
0079     <hint type="sourcelabel">
0080      <x>248</x>
0081      <y>254</y>
0082     </hint>
0083     <hint type="destinationlabel">
0084      <x>157</x>
0085      <y>274</y>
0086     </hint>
0087    </hints>
0088   </connection>
0089   <connection>
0090    <sender>buttonBox</sender>
0091    <signal>rejected()</signal>
0092    <receiver>PasswordDialog</receiver>
0093    <slot>reject()</slot>
0094    <hints>
0095     <hint type="sourcelabel">
0096      <x>316</x>
0097      <y>260</y>
0098     </hint>
0099     <hint type="destinationlabel">
0100      <x>286</x>
0101      <y>274</y>
0102     </hint>
0103    </hints>
0104   </connection>
0105  </connections>
0106 </ui>