OpenSecurity/bin/ui/FormatDriveDialog.ui
changeset 205 b16c57614eee
child 233 bab44ef66a3c
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/OpenSecurity/bin/ui/FormatDriveDialog.ui	Wed Jun 25 21:49:09 2014 +0200
     1.3 @@ -0,0 +1,177 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<ui version="4.0">
     1.6 + <class>FormatDriveDialog</class>
     1.7 + <widget class="QDialog" name="FormatDriveDialog">
     1.8 +  <property name="geometry">
     1.9 +   <rect>
    1.10 +    <x>0</x>
    1.11 +    <y>0</y>
    1.12 +    <width>420</width>
    1.13 +    <height>120</height>
    1.14 +   </rect>
    1.15 +  </property>
    1.16 +  <property name="sizePolicy">
    1.17 +   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
    1.18 +    <horstretch>0</horstretch>
    1.19 +    <verstretch>0</verstretch>
    1.20 +   </sizepolicy>
    1.21 +  </property>
    1.22 +  <property name="windowTitle">
    1.23 +   <string>OpenSecuirty Format Drive</string>
    1.24 +  </property>
    1.25 +  <property name="windowIcon">
    1.26 +   <iconset resource="opensecurity.qrc">
    1.27 +    <normaloff>:/opensecurity/gfx/opensecurity_icon_64.png</normaloff>:/opensecurity/gfx/opensecurity_icon_64.png</iconset>
    1.28 +  </property>
    1.29 +  <layout class="QVBoxLayout" name="lyMain">
    1.30 +   <item>
    1.31 +    <layout class="QHBoxLayout" name="lyContent">
    1.32 +     <property name="spacing">
    1.33 +      <number>16</number>
    1.34 +     </property>
    1.35 +     <item>
    1.36 +      <widget class="QLabel" name="lblIcon">
    1.37 +       <property name="text">
    1.38 +        <string/>
    1.39 +       </property>
    1.40 +       <property name="pixmap">
    1.41 +        <pixmap resource="opensecurity.qrc">:/opensecurity/gfx/emblem-important.png</pixmap>
    1.42 +       </property>
    1.43 +       <property name="alignment">
    1.44 +        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
    1.45 +       </property>
    1.46 +      </widget>
    1.47 +     </item>
    1.48 +     <item>
    1.49 +      <layout class="QGridLayout" name="lyCredentials" rowstretch="0,0,0,0" columnstretch="0,0,0">
    1.50 +       <property name="spacing">
    1.51 +        <number>4</number>
    1.52 +       </property>
    1.53 +       <item row="0" column="0" colspan="2">
    1.54 +        <widget class="QLabel" name="lblText">
    1.55 +         <property name="text">
    1.56 +          <string>&lt;b&gt;Attention!&lt;/b&gt;TextLabel</string>
    1.57 +         </property>
    1.58 +         <property name="textFormat">
    1.59 +          <enum>Qt::RichText</enum>
    1.60 +         </property>
    1.61 +        </widget>
    1.62 +       </item>
    1.63 +       <item row="3" column="0" colspan="2">
    1.64 +        <widget class="QWidget" name="wdCredentialsSpacer" native="true"/>
    1.65 +       </item>
    1.66 +       <item row="1" column="0">
    1.67 +        <widget class="QLabel" name="lblPassword">
    1.68 +         <property name="text">
    1.69 +          <string>&amp;Password:</string>
    1.70 +         </property>
    1.71 +         <property name="buddy">
    1.72 +          <cstring>edtPassword</cstring>
    1.73 +         </property>
    1.74 +        </widget>
    1.75 +       </item>
    1.76 +       <item row="2" column="0">
    1.77 +        <widget class="QLabel" name="lblKeyfile">
    1.78 +         <property name="text">
    1.79 +          <string>&amp;Keyfile:</string>
    1.80 +         </property>
    1.81 +         <property name="buddy">
    1.82 +          <cstring>edtKeyfile</cstring>
    1.83 +         </property>
    1.84 +        </widget>
    1.85 +       </item>
    1.86 +       <item row="2" column="1">
    1.87 +        <widget class="QLineEdit" name="edtKeyfile"/>
    1.88 +       </item>
    1.89 +       <item row="2" column="2">
    1.90 +        <widget class="QToolButton" name="btnBrowse">
    1.91 +         <property name="text">
    1.92 +          <string>...</string>
    1.93 +         </property>
    1.94 +        </widget>
    1.95 +       </item>
    1.96 +       <item row="1" column="1" colspan="2">
    1.97 +        <widget class="QLineEdit" name="edtPassword">
    1.98 +         <property name="echoMode">
    1.99 +          <enum>QLineEdit::Password</enum>
   1.100 +         </property>
   1.101 +        </widget>
   1.102 +       </item>
   1.103 +      </layout>
   1.104 +     </item>
   1.105 +    </layout>
   1.106 +   </item>
   1.107 +   <item>
   1.108 +    <layout class="QHBoxLayout" name="lyButtons">
   1.109 +     <item>
   1.110 +      <spacer name="spButtons">
   1.111 +       <property name="orientation">
   1.112 +        <enum>Qt::Horizontal</enum>
   1.113 +       </property>
   1.114 +       <property name="sizeHint" stdset="0">
   1.115 +        <size>
   1.116 +         <width>40</width>
   1.117 +         <height>20</height>
   1.118 +        </size>
   1.119 +       </property>
   1.120 +      </spacer>
   1.121 +     </item>
   1.122 +     <item>
   1.123 +      <widget class="QPushButton" name="btnAbout">
   1.124 +       <property name="minimumSize">
   1.125 +        <size>
   1.126 +         <width>100</width>
   1.127 +         <height>0</height>
   1.128 +        </size>
   1.129 +       </property>
   1.130 +       <property name="text">
   1.131 +        <string>&amp;About</string>
   1.132 +       </property>
   1.133 +      </widget>
   1.134 +     </item>
   1.135 +     <item>
   1.136 +      <widget class="QPushButton" name="btnCancel">
   1.137 +       <property name="minimumSize">
   1.138 +        <size>
   1.139 +         <width>100</width>
   1.140 +         <height>0</height>
   1.141 +        </size>
   1.142 +       </property>
   1.143 +       <property name="text">
   1.144 +        <string>&amp;Cancel</string>
   1.145 +       </property>
   1.146 +      </widget>
   1.147 +     </item>
   1.148 +     <item>
   1.149 +      <widget class="QPushButton" name="btnOk">
   1.150 +       <property name="minimumSize">
   1.151 +        <size>
   1.152 +         <width>100</width>
   1.153 +         <height>0</height>
   1.154 +        </size>
   1.155 +       </property>
   1.156 +       <property name="text">
   1.157 +        <string>&amp;Ok</string>
   1.158 +       </property>
   1.159 +       <property name="default">
   1.160 +        <bool>true</bool>
   1.161 +       </property>
   1.162 +      </widget>
   1.163 +     </item>
   1.164 +    </layout>
   1.165 +   </item>
   1.166 +  </layout>
   1.167 + </widget>
   1.168 + <tabstops>
   1.169 +  <tabstop>edtPassword</tabstop>
   1.170 +  <tabstop>edtKeyfile</tabstop>
   1.171 +  <tabstop>btnBrowse</tabstop>
   1.172 +  <tabstop>btnAbout</tabstop>
   1.173 +  <tabstop>btnCancel</tabstop>
   1.174 +  <tabstop>btnOk</tabstop>
   1.175 + </tabstops>
   1.176 + <resources>
   1.177 +  <include location="opensecurity.qrc"/>
   1.178 + </resources>
   1.179 + <connections/>
   1.180 +</ui>