open_keymethod.ui (1989B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 3 <class>keymethod</class> 4 <widget class="QWizardPage" name="keymethod"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>480</width> 10 <height>640</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>WizardPage</string> 15 </property> 16 <property name="title"> 17 <string>Choose key</string> 18 </property> 19 <layout class="QVBoxLayout" name="verticalLayout"> 20 <item> 21 <spacer name="verticalSpacer"> 22 <property name="orientation"> 23 <enum>Qt::Vertical</enum> 24 </property> 25 <property name="sizeHint" stdset="0"> 26 <size> 27 <width>20</width> 28 <height>265</height> 29 </size> 30 </property> 31 </spacer> 32 </item> 33 <item> 34 <layout class="QVBoxLayout" name="radio_layout"> 35 <item> 36 <widget class="QRadioButton" name="fs"> 37 <property name="text"> 38 <string>Filesystem</string> 39 </property> 40 <property name="checked"> 41 <bool>true</bool> 42 </property> 43 </widget> 44 </item> 45 <item> 46 <widget class="QRadioButton" name="usb"> 47 <property name="enabled"> 48 <bool>false</bool> 49 </property> 50 <property name="text"> 51 <string>USB drive</string> 52 </property> 53 </widget> 54 </item> 55 <item> 56 <widget class="QRadioButton" name="bluetooth"> 57 <property name="enabled"> 58 <bool>false</bool> 59 </property> 60 <property name="text"> 61 <string>Retrieve via bluetooth (advanced)</string> 62 </property> 63 </widget> 64 </item> 65 </layout> 66 </item> 67 <item> 68 <spacer name="verticalSpacer_2"> 69 <property name="orientation"> 70 <enum>Qt::Vertical</enum> 71 </property> 72 <property name="sizeHint" stdset="0"> 73 <size> 74 <width>20</width> 75 <height>265</height> 76 </size> 77 </property> 78 </spacer> 79 </item> 80 </layout> 81 </widget> 82 <resources/> 83 <connections/> 84 </ui>