2018-05-10 16:41:14 +00:00
|
|
|
<?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>800</width>
|
|
|
|
<height>600</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2018-05-10 18:18:39 +00:00
|
|
|
<string>LogoTest</string>
|
2018-05-10 16:41:14 +00:00
|
|
|
</property>
|
2018-05-10 18:18:39 +00:00
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>Untersuchungsdatum</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEdit"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Geburtsdatum</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Name, Vorname</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QLineEdit" name="lineEdit_2"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Untersucher(in)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-05-17 17:42:35 +00:00
|
|
|
<item row="2" column="1">
|
2018-05-17 07:22:52 +00:00
|
|
|
<widget class="QDateEdit" name="dateEdit"/>
|
|
|
|
</item>
|
2018-05-17 17:42:35 +00:00
|
|
|
<item row="2" column="3">
|
2018-05-17 07:22:52 +00:00
|
|
|
<widget class="QDateEdit" name="dateEdit_2"/>
|
|
|
|
</item>
|
2018-05-10 18:18:39 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>Bemerkungen</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-05-17 17:42:35 +00:00
|
|
|
<widget class="QPlainTextEdit" name="plainTextEdit"/>
|
2018-05-10 18:18:39 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2018-05-10 16:41:14 +00:00
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>800</width>
|
|
|
|
<height>19</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2018-05-15 11:11:40 +00:00
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
|
|
|
<string>&File</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionSave_as"/>
|
2018-05-16 05:02:12 +00:00
|
|
|
<addaction name="actionLoad"/>
|
2018-05-15 11:11:40 +00:00
|
|
|
</widget>
|
|
|
|
<addaction name="menuFile"/>
|
2018-05-10 16:41:14 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
2018-05-15 11:11:40 +00:00
|
|
|
<widget class="QToolBar" name="toolBar">
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>toolBar</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<addaction name="actionSave_as"/>
|
2018-05-16 05:02:12 +00:00
|
|
|
<addaction name="actionLoad"/>
|
2018-05-15 11:11:40 +00:00
|
|
|
</widget>
|
|
|
|
<action name="actionSave_as">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save as...</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Save as...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-05-16 05:02:12 +00:00
|
|
|
<action name="actionLoad">
|
|
|
|
<property name="text">
|
|
|
|
<string>Load</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-05-10 16:41:14 +00:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|