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.
257 lines
6.8 KiB
257 lines
6.8 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>749</width>
|
|
<height>619</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Mitgliederverwaltung</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="title">
|
|
<string>Filter für Mitgliederliste</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
<item>
|
|
<widget class="QComboBox" name="comboBox_filter"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="lineEdit_filter"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string>enthält</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton_clear">
|
|
<property name="text">
|
|
<string>Leeren</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="checkBox">
|
|
<property name="text">
|
|
<string>Ausgetretene anzeigen</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QTableView" name="tableView">
|
|
<property name="editTriggers">
|
|
<set>QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed</set>
|
|
</property>
|
|
<property name="alternatingRowColors">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="selectionBehavior">
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
</property>
|
|
<property name="sortingEnabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton_add">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Neu</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton_edit">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Bearbeiten</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>749</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuDatei">
|
|
<property name="title">
|
|
<string>&Server</string>
|
|
</property>
|
|
<addaction name="actionVerbindung"/>
|
|
<addaction name="actionBeenden"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuHilfe">
|
|
<property name="title">
|
|
<string>&Hilfe</string>
|
|
</property>
|
|
<addaction name="actionAnleitung"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionUeber"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuDaten">
|
|
<property name="title">
|
|
<string>&Daten</string>
|
|
</property>
|
|
<addaction name="actionWahlen"/>
|
|
<addaction name="actionWahlkreise"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionImport"/>
|
|
<addaction name="actionExport"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuExtras">
|
|
<property name="title">
|
|
<string>&Extras</string>
|
|
</property>
|
|
<addaction name="actionKennwort"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionEinstellungen"/>
|
|
</widget>
|
|
<addaction name="menuDatei"/>
|
|
<addaction name="menuDaten"/>
|
|
<addaction name="menuExtras"/>
|
|
<addaction name="menuHilfe"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<action name="actionVerbindung">
|
|
<property name="text">
|
|
<string>&Verbindung</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Datenbankverbindung</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionBeenden">
|
|
<property name="text">
|
|
<string>&Beenden</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Programm beenden</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionUeber">
|
|
<property name="text">
|
|
<string>Ü&ber PMV</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionImport">
|
|
<property name="text">
|
|
<string>&Import</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionExport">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Export</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionKennwort">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Kennwort ändern</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAnleitung">
|
|
<property name="text">
|
|
<string>&Anleitung</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionWahlen">
|
|
<property name="text">
|
|
<string>Wahlen</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionWahlkreise">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Wahl&kreise</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEinstellungen">
|
|
<property name="text">
|
|
<string>Einstellungen</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>tableView</tabstop>
|
|
</tabstops>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>actionBeenden</sender>
|
|
<signal>triggered()</signal>
|
|
<receiver>MainWindow</receiver>
|
|
<slot>close()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>-1</x>
|
|
<y>-1</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>399</x>
|
|
<y>299</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|
|
|