switched date controls
parent
1aa0fdfd22
commit
668ddaa626
|
@ -17,7 +17,7 @@
|
|||
<item>
|
||||
<widget class="QWidget" name="upperArea" native="true">
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="2" column="0">
|
||||
<item row="2" column="2">
|
||||
<widget class="QLabel" name="dateOfTestLabel">
|
||||
<property name="text">
|
||||
<string>Untersuchungsdatum</string>
|
||||
|
@ -27,7 +27,7 @@
|
|||
<item row="1" column="1">
|
||||
<widget class="QLineEdit" name="participantLineEdit"/>
|
||||
</item>
|
||||
<item row="2" column="2">
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="dateOfBirthLabel">
|
||||
<property name="text">
|
||||
<string>Geburtsdatum</string>
|
||||
|
@ -51,10 +51,10 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<item row="2" column="3">
|
||||
<widget class="QDateEdit" name="dateOfTestDateEdit"/>
|
||||
</item>
|
||||
<item row="2" column="3">
|
||||
<item row="2" column="1">
|
||||
<widget class="QDateEdit" name="dateOfBirthDateEdit"/>
|
||||
</item>
|
||||
</layout>
|
||||
|
|
Loading…
Reference in New Issue