keepassxc/src/gui/dbsettings/DatabaseSettingsWidgetMetaDataSimple.ui

51 lines
1.3 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DatabaseSettingsWidgetMetaDataSimple</class>
<widget class="QWidget" name="DatabaseSettingsWidgetMetaDataSimple">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>450</width>
<height>86</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>450</width>
<height>0</height>
</size>
</property>
<layout class="QFormLayout">
<item row="0" column="0">
<widget class="QLabel" name="databaseNameLabel">
<property name="text">
<string>Database Name:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="databaseName"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="databaseDescriptionLabel">
<property name="text">
<string>Description:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="databaseDescription"/>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>