xca/ui/TrustState.ui
2007-01-01 20:33:08 +01:00

245 lines
6.0 KiB
XML

<ui version="4.0" >
<class>TrustState</class>
<widget class="QDialog" name="TrustState" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>435</width>
<height>288</height>
</rect>
</property>
<property name="windowTitle" >
<string/>
</property>
<layout class="QVBoxLayout" >
<property name="margin" >
<number>8</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QLabel" name="TextLabel1" >
<property name="font" >
<font>
<family>Arial</family>
<pointsize>14</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
<underline>false</underline>
<strikeout>false</strikeout>
</font>
</property>
<property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:Arial; font-size:14pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Set trustment of the Certificate&lt;/p>&lt;/body>&lt;/html></string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="image" >
<property name="minimumSize" >
<size>
<width>95</width>
<height>40</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>95</width>
<height>40</height>
</size>
</property>
<property name="text" >
<string/>
</property>
<property name="scaledContents" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="ClickLabel" name="certName" />
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QGroupBox" name="groupBox" >
<property name="title" >
<string>Trustment</string>
</property>
<layout class="QVBoxLayout" >
<property name="margin" >
<number>8</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QRadioButton" name="trust0" >
<property name="text" >
<string>&amp;Never trust this certificate</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="trust1" >
<property name="text" >
<string>Only &amp;trust this certificate, if we trust the signer</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="trust2" >
<property name="text" >
<string>&amp;Always trust this certificate</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QPushButton" name="PushButton5" >
<property name="text" >
<string>&amp;Cancel</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="PushButton4" >
<property name="text" >
<string>&amp;OK</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>ClickLabel</class>
<extends>QLabel</extends>
<header>widgets/clicklabel.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>trust0</tabstop>
<tabstop>trust1</tabstop>
<tabstop>trust2</tabstop>
<tabstop>PushButton4</tabstop>
<tabstop>PushButton5</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>PushButton5</sender>
<signal>clicked()</signal>
<receiver>TrustState</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<x>66</x>
<y>258</y>
</hint>
<hint type="destinationlabel" >
<x>171</x>
<y>251</y>
</hint>
</hints>
</connection>
<connection>
<sender>PushButton4</sender>
<signal>clicked()</signal>
<receiver>TrustState</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<x>383</x>
<y>247</y>
</hint>
<hint type="destinationlabel" >
<x>238</x>
<y>247</y>
</hint>
</hints>
</connection>
</connections>
</ui>