Skip to content

Commit

Permalink
[ux] Disable read-only controls for edit basket dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
gacarrillor committed Oct 1, 2024
1 parent d408e8d commit d6fd607
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions QgisModelBaker/ui/edit_basket.ui
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="txtTopic">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string/>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
Expand All @@ -50,6 +56,9 @@
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="txtBidOidType">
<property name="enabled">
<bool>false</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
Expand Down

0 comments on commit d6fd607

Please sign in to comment.