diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-08-15 20:53:42 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-03 11:39:07 -0500 |
| commit | 003ef66d2ff8e83e864d362f152a6f87ae05cbc4 (patch) | |
| tree | 7c5b74c153e9fbd4468b629ebfd99620c9181d13 /src/instancemanagerdialog.ui | |
| parent | f7e9724eb1a817bdef372f87ebf96e9692db2bc9 (diff) | |
- changed PathSettings::base() to use the ini's parent directory instead of the global "dataPath" property; this is always the same thing, unless another Settings object is created for a different instance than the active one, which happens in the instance manager dialog
- instance manager dialog:
- select the active instance when opening
- instance deletion now handles custom paths from the ini
- started on instance conversions, not functional
Diffstat (limited to 'src/instancemanagerdialog.ui')
| -rw-r--r-- | src/instancemanagerdialog.ui | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/instancemanagerdialog.ui b/src/instancemanagerdialog.ui index a8e5e2b7..b2abfa4b 100644 --- a/src/instancemanagerdialog.ui +++ b/src/instancemanagerdialog.ui @@ -103,7 +103,11 @@ <number>0</number> </property> <item> - <widget class="QListView" name="list"/> + <widget class="QListView" name="list"> + <property name="editTriggers"> + <set>QAbstractItemView::NoEditTriggers</set> + </property> + </widget> </item> <item> <widget class="QWidget" name="widget_5" native="true"> |
