You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
331 lines
7.9 KiB
331 lines
7.9 KiB
19 years ago
|
<ui version="4.0" >
|
||
|
<author></author>
|
||
|
<comment></comment>
|
||
|
<exportmacro></exportmacro>
|
||
|
<class>PasswordDlg</class>
|
||
|
<widget class="QDialog" name="PasswordDlg" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>578</width>
|
||
|
<height>270</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="sizePolicy" >
|
||
|
<sizepolicy>
|
||
|
<hsizetype>0</hsizetype>
|
||
|
<vsizetype>0</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="minimumSize" >
|
||
|
<size>
|
||
|
<width>578</width>
|
||
|
<height>270</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="maximumSize" >
|
||
|
<size>
|
||
|
<width>578</width>
|
||
|
<height>270</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="windowTitle" >
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="sizeGripEnabled" >
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="modal" >
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<widget class="QLabel" name="Banner" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>578</width>
|
||
|
<height>50</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="sizePolicy" >
|
||
|
<sizepolicy>
|
||
|
<hsizetype>5</hsizetype>
|
||
|
<vsizetype>5</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text" >
|
||
|
<string>TextLabel</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QWidget" name="layoutWidget" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>230</y>
|
||
|
<width>561</width>
|
||
|
<height>31</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" >
|
||
|
<property name="margin" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="spacing" >
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<spacer>
|
||
|
<property name="orientation" >
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" >
|
||
|
<size>
|
||
|
<width>351</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="ButtonOK" >
|
||
|
<property name="text" >
|
||
|
<string>OK</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="ButtonCancel" >
|
||
|
<property name="text" >
|
||
|
<string>Abbrechen</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="textLabel1" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>60</y>
|
||
|
<width>459</width>
|
||
|
<height>16</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="sizePolicy" >
|
||
|
<sizepolicy>
|
||
|
<hsizetype>7</hsizetype>
|
||
|
<vsizetype>4</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text" >
|
||
|
<string>Geben Sie das Passwort ein oder wählen Sie eine Schlüsseldatei.</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="Q3GroupBox" name="groupframe" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>80</y>
|
||
|
<width>561</width>
|
||
|
<height>141</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="sizePolicy" >
|
||
|
<sizepolicy>
|
||
|
<hsizetype>7</hsizetype>
|
||
|
<vsizetype>7</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="title" >
|
||
|
<string>Schlüssel</string>
|
||
|
</property>
|
||
|
<property name="orientation" >
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="layoutWidget" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>30</y>
|
||
|
<width>531</width>
|
||
|
<height>30</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" >
|
||
|
<property name="margin" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="spacing" >
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="textLabel2" >
|
||
|
<property name="sizePolicy" >
|
||
|
<sizepolicy>
|
||
|
<hsizetype>5</hsizetype>
|
||
|
<vsizetype>5</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text" >
|
||
|
<string>Passwort:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLineEdit" name="Edit_Password" />
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QToolButton" name="ButtonChangeEchoMode" >
|
||
|
<property name="text" >
|
||
|
<string>...</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QWidget" name="layoutWidget" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>60</y>
|
||
|
<width>531</width>
|
||
|
<height>30</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" >
|
||
|
<property name="margin" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="spacing" >
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="textLabel3" >
|
||
|
<property name="sizePolicy" >
|
||
|
<sizepolicy>
|
||
|
<hsizetype>5</hsizetype>
|
||
|
<vsizetype>5</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text" >
|
||
|
<string>Schlüsseldatei oder Datenträger:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QComboBox" name="Combo_Dirs" >
|
||
|
<property name="sizePolicy" >
|
||
|
<sizepolicy>
|
||
|
<hsizetype>7</hsizetype>
|
||
|
<vsizetype>0</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="ButtonBrowse" >
|
||
|
<property name="sizePolicy" >
|
||
|
<sizepolicy>
|
||
|
<hsizetype>5</hsizetype>
|
||
|
<vsizetype>0</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text" >
|
||
|
<string>W&ählen...</string>
|
||
|
</property>
|
||
|
<property name="shortcut" >
|
||
|
<string>Alt+Ä</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QWidget" name="layoutWidget" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>90</y>
|
||
|
<width>531</width>
|
||
|
<height>30</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" >
|
||
|
<property name="margin" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="spacing" >
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QCheckBox" name="CheckBox_Both" >
|
||
|
<property name="sizePolicy" >
|
||
|
<sizepolicy>
|
||
|
<hsizetype>0</hsizetype>
|
||
|
<vsizetype>0</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text" >
|
||
|
<string>Passwort UND Schlüsseldatei benutzen</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<spacer>
|
||
|
<property name="orientation" >
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" >
|
||
|
<size>
|
||
|
<width>40</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<layoutdefault spacing="6" margin="11" />
|
||
|
<pixmapfunction></pixmapfunction>
|
||
|
<customwidgets>
|
||
|
<customwidget>
|
||
|
<class>Q3GroupBox</class>
|
||
|
<extends></extends>
|
||
|
<header>Qt3Support/Q3GroupBox</header>
|
||
|
<container>1</container>
|
||
|
<pixmap></pixmap>
|
||
|
</customwidget>
|
||
|
</customwidgets>
|
||
|
<tabstops>
|
||
|
<tabstop>Edit_Password</tabstop>
|
||
|
<tabstop>Combo_Dirs</tabstop>
|
||
|
<tabstop>ButtonBrowse</tabstop>
|
||
|
<tabstop>CheckBox_Both</tabstop>
|
||
|
<tabstop>ButtonOK</tabstop>
|
||
|
<tabstop>ButtonCancel</tabstop>
|
||
|
<tabstop>ButtonChangeEchoMode</tabstop>
|
||
|
</tabstops>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|