<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>AboutDialog</class> <widget class="QDialog" name="AboutDialog"> <property name="windowModality"> <enum>Qt::NonModal</enum> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>197</height> </rect> </property> <property name="windowTitle"> <string>About</string> </property> <property name="windowIcon"> <iconset theme="qubes-manager"/> </property> <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0"> <item> <widget class="QLabel" name="icon"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="baseSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="focusPolicy"> <enum>Qt::StrongFocus</enum> </property> <property name="text"> <string/> </property> <property name="scaledContents"> <bool>false</bool> </property> </widget> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="QubesOS"> <property name="text"> <string>Qubes OS</string> </property> </widget> </item> <item> <widget class="QLabel" name="release"> <property name="text"> <string>Qubes OS release</string> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="releaseNotes"> <property name="text"> <string>Release notes</string> </property> </widget> </item> <item> <widget class="QPushButton" name="informationNotes"> <property name="text"> <string>Version Information</string> </property> </widget> </item> <item> <widget class="QPushButton" name="ok"> <property name="text"> <string>OK</string> </property> </widget> </item> </layout> </item> </layout> </widget> <resources/> <connections/> </ui>