diff options
Diffstat (limited to 'mainwindow.ui')
| -rw-r--r-- | mainwindow.ui | 124 |
1 files changed, 124 insertions, 0 deletions
diff --git a/mainwindow.ui b/mainwindow.ui new file mode 100644 index 0000000..e28d496 --- /dev/null +++ b/mainwindow.ui @@ -0,0 +1,124 @@ +<?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>781</width> + <height>466</height> + </rect> + </property> + <property name="windowTitle"> + <string>MainWindow</string> + </property> + <widget class="QWidget" name="centralWidget"> + <layout class="QVBoxLayout" name="verticalLayout_3"> + <property name="spacing"> + <number>0</number> + </property> + <property name="leftMargin"> + <number>0</number> + </property> + <property name="topMargin"> + <number>0</number> + </property> + <property name="rightMargin"> + <number>0</number> + </property> + <property name="bottomMargin"> + <number>0</number> + </property> + <item> + <widget class="QTableWidget" name="tableWidget"> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="columnCount"> + <number>6</number> + </property> + <column> + <property name="text"> + <string>Name</string> + </property> + </column> + <column> + <property name="text"> + <string>Ort</string> + </property> + </column> + <column> + <property name="text"> + <string>Postleitzahl</string> + </property> + </column> + <column> + <property name="text"> + <string>Bankleitzahl</string> + </property> + </column> + <column> + <property name="text"> + <string>BIC</string> + </property> + </column> + <column> + <property name="text"> + <string>Löschungskennzeichen</string> + </property> + </column> + </widget> + </item> + </layout> + </widget> + <widget class="QMenuBar" name="menuBar"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>781</width> + <height>29</height> + </rect> + </property> + <widget class="QMenu" name="menuDatei"> + <property name="title"> + <string>Da&tei</string> + </property> + <addaction name="actionLoad"/> + <addaction name="actionQuit"/> + </widget> + <addaction name="menuDatei"/> + </widget> + <action name="actionLoad"> + <property name="text"> + <string>&Laden</string> + </property> + </action> + <action name="actionQuit"> + <property name="text"> + <string>&Beenden</string> + </property> + </action> + </widget> + <layoutdefault spacing="6" margin="11"/> + <resources/> + <connections> + <connection> + <sender>actionQuit</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>390</x> + <y>232</y> + </hint> + </hints> + </connection> + </connections> +</ui> |
