Make edit fields readonly.

I can't believe I hadn't set this initially. Doah!
This commit is contained in:
Ernie Pasveer
2022-08-11 19:16:13 -05:00
parent 451197c3cd
commit 7cdcc67acd
+70 -14
View File
@@ -45,7 +45,11 @@
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_1"/>
<widget class="QLineEdit" name="lineEdit_1">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLabel" name="label_6">
@@ -58,7 +62,11 @@
</widget>
</item>
<item row="0" column="3">
<widget class="QLineEdit" name="lineEdit_6"/>
<widget class="QLineEdit" name="lineEdit_6">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QLabel" name="label_11">
@@ -71,7 +79,11 @@
</widget>
</item>
<item row="0" column="5">
<widget class="QLineEdit" name="lineEdit_11"/>
<widget class="QLineEdit" name="lineEdit_11">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
@@ -84,7 +96,11 @@
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_2"/>
<widget class="QLineEdit" name="lineEdit_2">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLabel" name="label_7">
@@ -97,7 +113,11 @@
</widget>
</item>
<item row="1" column="3">
<widget class="QLineEdit" name="lineEdit_7"/>
<widget class="QLineEdit" name="lineEdit_7">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="4">
<widget class="QLabel" name="label_12">
@@ -110,7 +130,11 @@
</widget>
</item>
<item row="1" column="5">
<widget class="QLineEdit" name="lineEdit_12"/>
<widget class="QLineEdit" name="lineEdit_12">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
@@ -123,7 +147,11 @@
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lineEdit_3"/>
<widget class="QLineEdit" name="lineEdit_3">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QLabel" name="label_8">
@@ -136,7 +164,11 @@
</widget>
</item>
<item row="2" column="3">
<widget class="QLineEdit" name="lineEdit_8"/>
<widget class="QLineEdit" name="lineEdit_8">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="4">
<widget class="QLabel" name="label_13">
@@ -149,7 +181,11 @@
</widget>
</item>
<item row="2" column="5">
<widget class="QLineEdit" name="lineEdit_13"/>
<widget class="QLineEdit" name="lineEdit_13">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_4">
@@ -162,7 +198,11 @@
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="lineEdit_4"/>
<widget class="QLineEdit" name="lineEdit_4">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="2">
<widget class="QLabel" name="label_9">
@@ -175,7 +215,11 @@
</widget>
</item>
<item row="3" column="3">
<widget class="QLineEdit" name="lineEdit_9"/>
<widget class="QLineEdit" name="lineEdit_9">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="4">
<widget class="QLabel" name="label_14">
@@ -188,7 +232,11 @@
</widget>
</item>
<item row="3" column="5">
<widget class="QLineEdit" name="lineEdit_14"/>
<widget class="QLineEdit" name="lineEdit_14">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_5">
@@ -201,7 +249,11 @@
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="lineEdit_5"/>
<widget class="QLineEdit" name="lineEdit_5">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="2">
<widget class="QLabel" name="label_10">
@@ -214,7 +266,11 @@
</widget>
</item>
<item row="4" column="3">
<widget class="QLineEdit" name="lineEdit_10"/>
<widget class="QLineEdit" name="lineEdit_10">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>