switched date controls
This commit is contained in:
parent
1aa0fdfd22
commit
668ddaa626
1 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QWidget" name="upperArea" native="true">
|
<widget class="QWidget" name="upperArea" native="true">
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
<item row="2" column="0">
|
<item row="2" column="2">
|
||||||
<widget class="QLabel" name="dateOfTestLabel">
|
<widget class="QLabel" name="dateOfTestLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Untersuchungsdatum</string>
|
<string>Untersuchungsdatum</string>
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="QLineEdit" name="participantLineEdit"/>
|
<widget class="QLineEdit" name="participantLineEdit"/>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="2">
|
<item row="2" column="0">
|
||||||
<widget class="QLabel" name="dateOfBirthLabel">
|
<widget class="QLabel" name="dateOfBirthLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Geburtsdatum</string>
|
<string>Geburtsdatum</string>
|
||||||
|
@ -51,10 +51,10 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="1">
|
<item row="2" column="3">
|
||||||
<widget class="QDateEdit" name="dateOfTestDateEdit"/>
|
<widget class="QDateEdit" name="dateOfTestDateEdit"/>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="3">
|
<item row="2" column="1">
|
||||||
<widget class="QDateEdit" name="dateOfBirthDateEdit"/>
|
<widget class="QDateEdit" name="dateOfBirthDateEdit"/>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
|
Loading…
Reference in a new issue