xca/ui/PassWrite.ui
Christian Hohnstaedt deec9eb993 Minor changes
- Add predefined templates to the list of templates
 - fix extension duplication bug in post 0.6.3 release
 - change Password dialog text properties
 - remove unused/duplicate code in lib/pki_key.cpp
2007-08-13 13:53:30 +02:00

277 lines
6.5 KiB
XML

<ui version="4.0" >
<class>PassWrite</class>
<widget class="QDialog" name="PassWrite" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>330</width>
<height>221</height>
</rect>
</property>
<property name="windowTitle" >
<string>Password</string>
</property>
<layout class="QVBoxLayout" >
<property name="spacing" >
<number>6</number>
</property>
<property name="leftMargin" >
<number>8</number>
</property>
<property name="topMargin" >
<number>8</number>
</property>
<property name="rightMargin" >
<number>8</number>
</property>
<property name="bottomMargin" >
<number>8</number>
</property>
<item>
<layout class="QHBoxLayout" >
<property name="spacing" >
<number>6</number>
</property>
<property name="leftMargin" >
<number>0</number>
</property>
<property name="topMargin" >
<number>0</number>
</property>
<property name="rightMargin" >
<number>0</number>
</property>
<property name="bottomMargin" >
<number>0</number>
</property>
<item>
<widget class="QLabel" name="title" >
<property name="font" >
<font>
<family>Arial</family>
<pointsize>14</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
<underline>false</underline>
<strikeout>false</strikeout>
</font>
</property>
<property name="text" >
<string>Password</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="image" >
<property name="minimumSize" >
<size>
<width>95</width>
<height>40</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>95</width>
<height>40</height>
</size>
</property>
<property name="scaledContents" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="description" >
<property name="text" >
<string/>
</property>
</widget>
</item>
<item>
<widget class="QFrame" name="frame" >
<property name="frameShape" >
<enum>QFrame::Box</enum>
</property>
<property name="frameShadow" >
<enum>QFrame::Sunken</enum>
</property>
<layout class="QGridLayout" >
<property name="leftMargin" >
<number>8</number>
</property>
<property name="topMargin" >
<number>8</number>
</property>
<property name="rightMargin" >
<number>8</number>
</property>
<property name="bottomMargin" >
<number>8</number>
</property>
<property name="horizontalSpacing" >
<number>6</number>
</property>
<property name="verticalSpacing" >
<number>6</number>
</property>
<item row="1" column="0" >
<widget class="QLabel" name="TextLabel2" >
<property name="text" >
<string>Repeat password</string>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QLineEdit" name="passA" >
<property name="echoMode" >
<enum>QLineEdit::Password</enum>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QLineEdit" name="passB" >
<property name="echoMode" >
<enum>QLineEdit::Password</enum>
</property>
</widget>
</item>
<item row="0" column="0" >
<widget class="QLabel" name="TextLabel1" >
<property name="text" >
<string>Password</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<property name="spacing" >
<number>6</number>
</property>
<property name="leftMargin" >
<number>0</number>
</property>
<property name="topMargin" >
<number>0</number>
</property>
<property name="rightMargin" >
<number>0</number>
</property>
<property name="bottomMargin" >
<number>0</number>
</property>
<item>
<widget class="QPushButton" name="PushButton2" >
<property name="text" >
<string>&amp;Cancel</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="PushButton1" >
<property name="text" >
<string>&amp;OK</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<tabstops>
<tabstop>passA</tabstop>
<tabstop>passB</tabstop>
<tabstop>PushButton1</tabstop>
<tabstop>PushButton2</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>PushButton1</sender>
<signal>clicked()</signal>
<receiver>PassWrite</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<x>442</x>
<y>212</y>
</hint>
<hint type="destinationlabel" >
<x>379</x>
<y>212</y>
</hint>
</hints>
</connection>
<connection>
<sender>PushButton2</sender>
<signal>clicked()</signal>
<receiver>PassWrite</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<x>45</x>
<y>209</y>
</hint>
<hint type="destinationlabel" >
<x>170</x>
<y>207</y>
</hint>
</hints>
</connection>
<connection>
<sender>passB</sender>
<signal>returnPressed()</signal>
<receiver>PassWrite</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<x>207</x>
<y>178</y>
</hint>
<hint type="destinationlabel" >
<x>252</x>
<y>42</y>
</hint>
</hints>
</connection>
</connections>
</ui>