Mitgliederverwaltung für einen Landesverband, Clientkomponente
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.
 
 
 
pmv-client/editdialog.ui

692 lines
19 KiB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>EditDialog</class>
<widget class="QDialog" name="EditDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>627</width>
<height>609</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>30</x>
<y>20</y>
<width>561</width>
<height>531</height>
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>Basis</string>
</attribute>
<widget class="QWidget" name="formLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>461</width>
<height>471</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_nr">
<property name="text">
<string>Nr</string>
</property>
<property name="buddy">
<cstring>lineEdit_nr</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_nr"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_vorname">
<property name="text">
<string>Vorname</string>
</property>
<property name="buddy">
<cstring>lineEdit_vorname</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_vorname"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_nachname">
<property name="text">
<string>Nachname</string>
</property>
<property name="buddy">
<cstring>lineEdit_nachname</cstring>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lineEdit_nachname"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_geburtsdatum">
<property name="text">
<string>Geburtsdatum</string>
</property>
<property name="buddy">
<cstring>dateEdit_geburtstag</cstring>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QDateEdit" name="dateEdit_geburtstag">
<property name="specialValueText">
<string>n/a</string>
</property>
<property name="dateTime">
<datetime>
<hour>0</hour>
<minute>0</minute>
<second>0</second>
<year>1900</year>
<month>1</month>
<day>1</day>
</datetime>
</property>
<property name="minimumDateTime">
<datetime>
<hour>0</hour>
<minute>0</minute>
<second>0</second>
<year>1900</year>
<month>1</month>
<day>1</day>
</datetime>
</property>
<property name="maximumDate">
<date>
<year>2100</year>
<month>12</month>
<day>31</day>
</date>
</property>
<property name="displayFormat">
<string>dd.MM.yyyy</string>
</property>
<property name="calendarPopup">
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_mail">
<property name="text">
<string>Email</string>
</property>
<property name="buddy">
<cstring>lineEdit_email</cstring>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="lineEdit_email"/>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_telefon">
<property name="text">
<string>Telefon</string>
</property>
<property name="buddy">
<cstring>lineEdit_telefon</cstring>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="lineEdit_telefon"/>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_nick">
<property name="text">
<string>Nickname</string>
</property>
<property name="buddy">
<cstring>lineEdit_nick</cstring>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QLineEdit" name="lineEdit_nick"/>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_strasse">
<property name="text">
<string>Straße</string>
</property>
<property name="buddy">
<cstring>lineEdit_strasse</cstring>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QLineEdit" name="lineEdit_strasse"/>
</item>
<item row="8" column="0">
<widget class="QLabel" name="label_plz">
<property name="text">
<string>PLZ</string>
</property>
<property name="buddy">
<cstring>lineEdit_plz</cstring>
</property>
</widget>
</item>
<item row="8" column="1">
<widget class="QLineEdit" name="lineEdit_plz"/>
</item>
<item row="9" column="0">
<widget class="QLabel" name="label_ort">
<property name="text">
<string>Ort</string>
</property>
<property name="buddy">
<cstring>lineEdit_ort</cstring>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="QLineEdit" name="lineEdit_ort"/>
</item>
<item row="11" column="0">
<widget class="QLabel" name="label_eintritt">
<property name="text">
<string>Eintrittsdatum</string>
</property>
<property name="buddy">
<cstring>dateEdit_eintritt</cstring>
</property>
</widget>
</item>
<item row="11" column="1">
<widget class="QDateEdit" name="dateEdit_eintritt">
<property name="specialValueText">
<string comment="ss" extracomment="ss">n/a</string>
</property>
<property name="dateTime">
<datetime>
<hour>0</hour>
<minute>0</minute>
<second>0</second>
<year>2006</year>
<month>1</month>
<day>1</day>
</datetime>
</property>
<property name="maximumDateTime">
<datetime>
<hour>23</hour>
<minute>59</minute>
<second>59</second>
<year>2100</year>
<month>12</month>
<day>31</day>
</datetime>
</property>
<property name="minimumDateTime">
<datetime>
<hour>0</hour>
<minute>0</minute>
<second>0</second>
<year>2006</year>
<month>1</month>
<day>1</day>
</datetime>
</property>
<property name="displayFormat">
<string>dd.MM.yyyy</string>
</property>
<property name="calendarPopup">
<bool>true</bool>
</property>
<property name="date">
<date>
<year>2006</year>
<month>1</month>
<day>1</day>
</date>
</property>
</widget>
</item>
<item row="12" column="0">
<widget class="QLabel" name="label_austritt">
<property name="text">
<string>Austrittsdatum</string>
</property>
<property name="buddy">
<cstring>dateEdit_austritt</cstring>
</property>
</widget>
</item>
<item row="12" column="1">
<widget class="QDateEdit" name="dateEdit_austritt">
<property name="specialValueText">
<string>n/a</string>
</property>
<property name="minimumDateTime">
<datetime>
<hour>0</hour>
<minute>0</minute>
<second>0</second>
<year>2006</year>
<month>1</month>
<day>1</day>
</datetime>
</property>
<property name="maximumDate">
<date>
<year>2100</year>
<month>12</month>
<day>31</day>
</date>
</property>
<property name="displayFormat">
<string>dd.MM.yyyy</string>
</property>
<property name="calendarPopup">
<bool>true</bool>
</property>
<property name="date">
<date>
<year>2006</year>
<month>1</month>
<day>1</day>
</date>
</property>
</widget>
</item>
<item row="13" column="1">
<widget class="QCheckBox" name="checkBox_schwebend">
<property name="text">
<string>Schwebend</string>
</property>
</widget>
</item>
<item row="14" column="1">
<widget class="QCheckBox" name="checkBox_stimmberechtigt">
<property name="text">
<string>Stimmberechtigt</string>
</property>
</widget>
</item>
<item row="15" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Status</string>
</property>
</widget>
</item>
<item row="15" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QRadioButton" name="radioButton_aktiv">
<property name="text">
<string>aktiv</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_ruhend">
<property name="text">
<string>ruhend</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_ausgetreten">
<property name="text">
<string>ausgetreten</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="10" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Staatsangehörigkeit</string>
</property>
</widget>
</item>
<item row="10" column="1">
<widget class="QLineEdit" name="lineEdit_staatsang"/>
</item>
</layout>
</widget>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Beiträge</string>
</attribute>
<widget class="QWidget" name="formLayoutWidget_2">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>531</width>
<height>261</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="label_beitrag">
<property name="text">
<string>Beitrag, €</string>
</property>
<property name="buddy">
<cstring>lineEdit_beitrag</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_beitrag">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_mahnstatus">
<property name="text">
<string>Mahnstatus</string>
</property>
<property name="buddy">
<cstring>comboBox_mahnstatus</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="comboBox_mahnstatus">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_buchung">
<property name="text">
<string>Letzte Buchung</string>
</property>
<property name="buddy">
<cstring>dateEdit_bdatum</cstring>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QDateEdit" name="dateEdit_bdatum">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="specialValueText">
<string>n/a</string>
</property>
<property name="maximumDate">
<date>
<year>2100</year>
<month>12</month>
<day>31</day>
</date>
</property>
<property name="minimumDate">
<date>
<year>2006</year>
<month>1</month>
<day>1</day>
</date>
</property>
<property name="displayFormat">
<string>dd.MM.yyyy</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_ueberweisung">
<property name="text">
<string>Letzte Überweisung</string>
</property>
<property name="buddy">
<cstring>dateEdit_udatum</cstring>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QDateEdit" name="dateEdit_udatum">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="specialValueText">
<string>n/a</string>
</property>
<property name="maximumDate">
<date>
<year>2100</year>
<month>12</month>
<day>31</day>
</date>
</property>
<property name="minimumDate">
<date>
<year>2006</year>
<month>1</month>
<day>1</day>
</date>
</property>
<property name="displayFormat">
<string>dd.MM.yyyy</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_mahndatum">
<property name="text">
<string>Mahndatum</string>
</property>
<property name="buddy">
<cstring>dateEdit_mdatum</cstring>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QDateEdit" name="dateEdit_mdatum">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="specialValueText">
<string>n/a</string>
</property>
<property name="maximumDate">
<date>
<year>2100</year>
<month>12</month>
<day>31</day>
</date>
</property>
<property name="minimumDate">
<date>
<year>2006</year>
<month>1</month>
<day>1</day>
</date>
</property>
<property name="displayFormat">
<string>dd.MM.yyyy</string>
</property>
<property name="date">
<date>
<year>2006</year>
<month>1</month>
<day>1</day>
</date>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QCheckBox" name="checkBox_reduziert">
<property name="text">
<string>Reduziert</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_reduziert_bis">
<property name="text">
<string>Reduziert bis</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QDateEdit" name="dateEdit_rdatum">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="specialValueText">
<string>n/a</string>
</property>
<property name="maximumDate">
<date>
<year>2100</year>
<month>1</month>
<day>1</day>
</date>
</property>
<property name="minimumDate">
<date>
<year>2006</year>
<month>1</month>
<day>1</day>
</date>
</property>
<property name="displayFormat">
<string>dd.MM.yyyy</string>
</property>
<property name="date">
<date>
<year>2006</year>
<month>1</month>
<day>1</day>
</date>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QCheckBox" name="checkBox_lastschrift">
<property name="text">
<string>Lastschrift</string>
</property>
</widget>
</item>
<item row="8" column="1">
<widget class="QLineEdit" name="lineEdit_bemerkung"/>
</item>
<item row="8" column="0">
<widget class="QLabel" name="label_bemerkung">
<property name="text">
<string>Bemerkung</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>Buchungen</string>
</attribute>
<widget class="QTableView" name="tableView_Buchung">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>531</width>
<height>381</height>
</rect>
</property>
</widget>
</widget>
</widget>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>370</x>
<y>570</y>
<width>253</width>
<height>24</height>
</rect>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Close|QDialogButtonBox::Save</set>
</property>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>EditDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>400</x>
<y>543</y>
</hint>
<hint type="destinationlabel">
<x>337</x>
<y>568</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>EditDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>433</x>
<y>548</y>
</hint>
<hint type="destinationlabel">
<x>476</x>
<y>564</y>
</hint>
</hints>
</connection>
</connections>
</ui>