]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/commitdiff
Disable editing in the Requests Dialog. https://redmine.stoutner.com/issues/1279
authorSoren Stoutner <soren@stoutner.com>
Thu, 26 Jun 2025 17:42:33 +0000 (10:42 -0700)
committerSoren Stoutner <soren@stoutner.com>
Thu, 26 Jun 2025 17:42:33 +0000 (10:42 -0700)
src/uis/RequestsDialog.ui

index dfbf57d79f11d347607155572d2a10e363a522ab..bf2fcad72fb4b876d15b353b670012b1d437cd72 100644 (file)
@@ -2,7 +2,7 @@
 
 <!--
   SPDX-License-Identifier: GPL-3.0-or-later
-  SPDX-FileCopyrightText: 2024 Soren Stoutner <soren@stoutner.com>
+  SPDX-FileCopyrightText: 2024-2025 Soren Stoutner <soren@stoutner.com>
 
   This file is part of Privacy Browser PC <https://www.stoutner.com/privacy-browser-pc/>.
 
                     <attribute name="horizontalHeaderStretchLastSection">
                         <bool>true</bool>
                     </attribute>
+
+                    <property name="editTriggers">
+                        <set>QAbstractItemView::NoEditTriggers</set>
+                    </property>
                 </widget>
             </item>