2011-12-27 09:49:06 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2012-05-14 13:10:54 -04:00
|
|
|
<class>EditGroupWidgetMain</class>
|
|
|
|
<widget class="QWidget" name="EditGroupWidgetMain">
|
2011-12-27 09:49:06 -05:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2012-05-14 13:10:54 -04:00
|
|
|
<width>676</width>
|
|
|
|
<height>334</height>
|
2011-12-27 09:49:06 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<property name="fieldGrowthPolicy">
|
|
|
|
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
|
|
|
</property>
|
2012-05-18 04:52:05 -04:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="labelName">
|
2011-12-27 09:49:06 -05:00
|
|
|
<property name="text">
|
2012-05-18 04:52:05 -04:00
|
|
|
<string>Name</string>
|
2011-12-27 09:49:06 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="editName"/>
|
|
|
|
</item>
|
2012-05-18 04:52:05 -04:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="labelNotes">
|
2011-12-27 09:49:06 -05:00
|
|
|
<property name="text">
|
2012-05-18 04:52:05 -04:00
|
|
|
<string>Notes</string>
|
2011-12-27 09:49:06 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QPlainTextEdit" name="editNotes"/>
|
|
|
|
</item>
|
2012-05-18 04:52:05 -04:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QDateTimeEdit" name="expireDatePicker">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="calendarPopup">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QCheckBox" name="expireCheck">
|
|
|
|
<property name="text">
|
|
|
|
<string>Expires</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-12-27 09:49:06 -05:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|