Qt OPC UA Viewer

 <?xml version="1.0" encoding="UTF-8"?>
 <ui version="4.0">
  <class>CertificateDialog</class>
  <widget class="QDialog" name="CertificateDialog">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>720</width>
     <height>423</height>
    </rect>
   </property>
   <property name="windowTitle">
    <string>Dialog</string>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
    <item>
     <widget class="QLabel" name="message">
      <property name="text">
       <string>TextLabel</string>
      </property>
      <property name="alignment">
       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
      </property>
      <property name="wordWrap">
       <bool>true</bool>
      </property>
     </widget>
    </item>
    <item>
     <widget class="QPlainTextEdit" name="certificate">
      <property name="readOnly">
       <bool>true</bool>
      </property>
     </widget>
    </item>
    <item>
     <layout class="QHBoxLayout" name="horizontalLayout">
      <item>
       <spacer name="horizontalSpacer">
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
        <property name="sizeHint" stdset="0">
         <size>
          <width>40</width>
          <height>20</height>
         </size>
        </property>
       </spacer>
      </item>
      <item>
       <widget class="QPushButton" name="btnIgnore">
        <property name="text">
         <string>Ignore Error</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QPushButton" name="btnTrust">
        <property name="text">
         <string>Trust Certificate</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QPushButton" name="btnCancel">
        <property name="text">
         <string>Cancel</string>
        </property>
        <property name="default">
         <bool>true</bool>
        </property>
       </widget>
      </item>
     </layout>
    </item>
   </layout>
  </widget>
  <resources/>
  <connections>
   <connection>
    <sender>btnIgnore</sender>
    <signal>clicked()</signal>
    <receiver>CertificateDialog</receiver>
    <slot>accept()</slot>
    <hints>
     <hint type="sourcelabel">
      <x>475</x>
      <y>402</y>
     </hint>
     <hint type="destinationlabel">
      <x>374</x>
      <y>397</y>
     </hint>
    </hints>
   </connection>
   <connection>
    <sender>btnTrust</sender>
    <signal>clicked()</signal>
    <receiver>CertificateDialog</receiver>
    <slot>accept()</slot>
    <hints>
     <hint type="sourcelabel">
      <x>563</x>
      <y>404</y>
     </hint>
     <hint type="destinationlabel">
      <x>287</x>
      <y>395</y>
     </hint>
    </hints>
   </connection>
   <connection>
    <sender>btnCancel</sender>
    <signal>clicked()</signal>
    <receiver>CertificateDialog</receiver>
    <slot>reject()</slot>
    <hints>
     <hint type="sourcelabel">
      <x>670</x>
      <y>406</y>
     </hint>
     <hint type="destinationlabel">
      <x>717</x>
      <y>395</y>
     </hint>
    </hints>
   </connection>
  </connections>
 </ui>