mirror of
https://github.com/86Box/86Box.git
synced 2025-01-23 01:31:51 -05:00
qt: Fix some other fields that should not be editable
This commit is contained in:
parent
5a2348c68f
commit
118ae94200
2 changed files with 12 additions and 0 deletions
|
@ -35,6 +35,9 @@
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QTableView" name="tableViewFloppy">
|
||||
<property name="editTriggers">
|
||||
<set>QAbstractItemView::NoEditTriggers</set>
|
||||
</property>
|
||||
<property name="selectionMode">
|
||||
<enum>QAbstractItemView::SingleSelection</enum>
|
||||
</property>
|
||||
|
@ -99,6 +102,9 @@
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QTableView" name="tableViewCDROM">
|
||||
<property name="editTriggers">
|
||||
<set>QAbstractItemView::NoEditTriggers</set>
|
||||
</property>
|
||||
<property name="selectionMode">
|
||||
<enum>QAbstractItemView::SingleSelection</enum>
|
||||
</property>
|
||||
|
|
|
@ -35,6 +35,9 @@
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QTableView" name="tableViewMO">
|
||||
<property name="editTriggers">
|
||||
<set>QAbstractItemView::NoEditTriggers</set>
|
||||
</property>
|
||||
<property name="selectionMode">
|
||||
<enum>QAbstractItemView::SingleSelection</enum>
|
||||
</property>
|
||||
|
@ -105,6 +108,9 @@
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QTableView" name="tableViewZIP">
|
||||
<property name="editTriggers">
|
||||
<set>QAbstractItemView::NoEditTriggers</set>
|
||||
</property>
|
||||
<property name="selectionMode">
|
||||
<enum>QAbstractItemView::SingleSelection</enum>
|
||||
</property>
|
||||
|
|
Loading…
Reference in a new issue