Sat, 07 Sep 2019 17:35:43 +0200
Closed branch after it was merged into 'default'.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>DownloadAskActionDialog</class> <widget class="QDialog" name="DownloadAskActionDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>500</width> <height>209</height> </rect> </property> <property name="windowTitle"> <string>What to do?</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string>You are about to download this file:</string> </property> </widget> </item> <item> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string notr="true"/> </property> </widget> </item> <item row="0" column="1" colspan="2"> <widget class="QLabel" name="infoLabel"> <property name="text"> <string/> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item row="1" column="1"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Type:</string> </property> </widget> </item> <item row="1" column="2"> <widget class="QLabel" name="typeLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> </widget> </item> <item row="2" column="1"> <widget class="QLabel" name="label_6"> <property name="text"> <string>From:</string> </property> </widget> </item> <item row="2" column="2"> <widget class="QLabel" name="siteLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item> <layout class="QGridLayout" name="gridLayout"> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string notr="true"/> </property> </widget> </item> <item row="1" column="1"> <widget class="QRadioButton" name="openButton"> <property name="toolTip"> <string>Select to open the downloaded file</string> </property> <property name="text"> <string>&Open File</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QRadioButton" name="scanButton"> <property name="statusTip"> <string>Select to scan the file with VirusTotal</string> </property> <property name="text"> <string>Scan with &VirusTotal</string> </property> </widget> </item> <item row="2" column="2" rowspan="2"> <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="3" column="1"> <widget class="QRadioButton" name="saveButton"> <property name="toolTip"> <string>Select to save the file</string> </property> <property name="text"> <string>&Save File</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="0" column="0" colspan="2"> <widget class="QLabel" name="label"> <property name="text"> <string><b>What do you want to do?</b></string> </property> </widget> </item> </layout> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <tabstops> <tabstop>openButton</tabstop> <tabstop>scanButton</tabstop> <tabstop>saveButton</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>DownloadAskActionDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>DownloadAskActionDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>