launcher/sdw_updater/sdw_updater.ui (193 lines of code) (raw):

<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>UpdaterDialog</class> <widget class="QDialog" name="UpdaterDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>520</width> <height>300</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>600</width> <height>420</height> </size> </property> <property name="windowTitle"> <string>SecureDrop Workstation preflight updater</string> </property> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <layout class="QGridLayout" name="gridLayout"> <property name="topMargin"> <number>15</number> </property> <property name="bottomMargin"> <number>15</number> </property> <property name="horizontalSpacing"> <number>3</number> </property> <item row="1" column="1" colspan="5"> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>10</height> </size> </property> </spacer> </item> <item row="7" column="4"> <widget class="QPushButton" name="clientOpenButton"> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>Continue</string> </property> <property name="autoDefault"> <bool>true</bool> </property> </widget> </item> <item row="4" column="1" colspan="5"> <widget class="QLabel" name="proposedActionDescription"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Description goes here</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item row="7" column="1"> <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 row="7" column="3"> <widget class="QPushButton" name="rebootButton"> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>Reboot</string> </property> <property name="autoDefault"> <bool>true</bool> </property> </widget> </item> <item row="7" column="2"> <widget class="QPushButton" name="applyUpdatesButton"> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>Start Updates</string> </property> <property name="autoDefault"> <bool>true</bool> </property> <property name="default"> <bool>false</bool> </property> </widget> </item> <item row="7" column="5"> <widget class="QPushButton" name="cancelButton"> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>Cancel</string> </property> <property name="autoDefault"> <bool>true</bool> </property> </widget> </item> <item row="2" column="1" colspan="5"> <widget class="QProgressBar" name="progressBar"> <property name="value"> <number>0</number> </property> </widget> </item> <item row="0" column="1" colspan="5"> <widget class="QLabel" name="headline"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <pointsize>18</pointsize> <weight>75</weight> <italic>false</italic> <bold>true</bold> </font> </property> <property name="text"> <string>Headline goes here</string> </property> </widget> </item> <item row="3" column="1" colspan="5"> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>10</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> <resources/> <connections/> </ui>