Warning, /network/falkon/src/lib/network/sslerrordialog.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>SslErrorDialog</class>
0004  <widget class="QDialog" name="SslErrorDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>511</width>
0010     <height>72</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>SSL Certificate Error!</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="0" column="0">
0018     <widget class="QLabel" name="icon">
0019      <property name="alignment">
0020       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
0021      </property>
0022     </widget>
0023    </item>
0024    <item row="0" column="1">
0025     <widget class="QLabel" name="text">
0026      <property name="sizePolicy">
0027       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0028        <horstretch>0</horstretch>
0029        <verstretch>0</verstretch>
0030       </sizepolicy>
0031      </property>
0032      <property name="alignment">
0033       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
0034      </property>
0035     </widget>
0036    </item>
0037    <item row="1" column="0" colspan="2">
0038     <layout class="QHBoxLayout" name="horizontalLayout_2">
0039      <item>
0040       <spacer name="horizontalSpacer_3">
0041        <property name="orientation">
0042         <enum>Qt::Horizontal</enum>
0043        </property>
0044        <property name="sizeHint" stdset="0">
0045         <size>
0046          <width>40</width>
0047          <height>20</height>
0048         </size>
0049        </property>
0050       </spacer>
0051      </item>
0052      <item>
0053       <widget class="QDialogButtonBox" name="buttonBox">
0054        <property name="sizePolicy">
0055         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0056          <horstretch>0</horstretch>
0057          <verstretch>0</verstretch>
0058         </sizepolicy>
0059        </property>
0060        <property name="orientation">
0061         <enum>Qt::Horizontal</enum>
0062        </property>
0063        <property name="standardButtons">
0064         <set>QDialogButtonBox::No|QDialogButtonBox::Yes</set>
0065        </property>
0066       </widget>
0067      </item>
0068      <item>
0069       <spacer name="horizontalSpacer_4">
0070        <property name="orientation">
0071         <enum>Qt::Horizontal</enum>
0072        </property>
0073        <property name="sizeHint" stdset="0">
0074         <size>
0075          <width>40</width>
0076          <height>20</height>
0077         </size>
0078        </property>
0079       </spacer>
0080      </item>
0081     </layout>
0082    </item>
0083   </layout>
0084  </widget>
0085  <resources/>
0086  <connections/>
0087 </ui>