]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/uis/RequestDetailDialog.ui
Filter options implementation.
[PrivacyBrowserPC.git] / src / uis / RequestDetailDialog.ui
index a0a322b2c0d2d33d2623611c75b46d291820763b..899fe31a06bf518900b2e60f6a556486401076de 100644 (file)
                             <property name="readOnly">
                                 <bool>true</bool>
                             </property>
+
+                            <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                            <property name="focusPolicy">
+                                <enum>Qt::NoFocus</enum>
+                            </property>
                         </widget>
                     </item>
                 </layout>
                             <property name="readOnly">
                                 <bool>true</bool>
                             </property>
+
+                            <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                            <property name="focusPolicy">
+                                <enum>Qt::NoFocus</enum>
+                            </property>
                         </widget>
                     </item>
                 </layout>
                             <property name="readOnly">
                                 <bool>true</bool>
                             </property>
+
+                            <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                            <property name="focusPolicy">
+                                <enum>Qt::NoFocus</enum>
+                            </property>
                         </widget>
                     </item>
 
                             <property name="readOnly">
                                 <bool>true</bool>
                             </property>
+
+                            <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                            <property name="focusPolicy">
+                                <enum>Qt::NoFocus</enum>
+                            </property>
                         </widget>
                     </item>
 
                             <property name="readOnly">
                                 <bool>true</bool>
                             </property>
+
+                            <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                            <property name="focusPolicy">
+                                <enum>Qt::NoFocus</enum>
+                            </property>
                         </widget>
                     </item>
                 </layout>
                             <property name="readOnly">
                                 <bool>true</bool>
                             </property>
+
+                            <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                            <property name="focusPolicy">
+                                <enum>Qt::NoFocus</enum>
+                            </property>
                         </widget>
                     </item>
                 </layout>
                             <property name="readOnly">
                                 <bool>true</bool>
                             </property>
+
+                            <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                            <property name="focusPolicy">
+                                <enum>Qt::NoFocus</enum>
+                            </property>
                         </widget>
                     </item>
                 </layout>
                             <property name="readOnly">
                                 <bool>true</bool>
                             </property>
+
+                            <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                            <property name="focusPolicy">
+                                <enum>Qt::NoFocus</enum>
+                            </property>
                         </widget>
                     </item>
                 </layout>
                             <property name="readOnly">
                                 <bool>true</bool>
                             </property>
+
+                            <!-- Disabling focus allows the arrow keys to activate the buttons. -->
+                            <property name="focusPolicy">
+                                <enum>Qt::NoFocus</enum>
+                            </property>
                         </widget>
                     </item>
                 </layout>
                 </spacer>
             </item>
 
-            <!-- Close button - dialog button box. -->
             <item>
-                <widget class="QDialogButtonBox" name="dialogButtonBox">
-                    <property name="standardButtons">
-                        <set>QDialogButtonBox::Close</set>
-                    </property>
-                </widget>
+                <layout class="QHBoxLayout">
+                    <!-- Previous button.  -->
+                    <item>
+                        <widget class="QPushButton" name="previousButton">
+                            <property name="text">
+                                <string>Previous</string>
+                            </property>
+
+                            <property name="icon">
+                                <iconset theme="go-previous" />
+                            </property>
+                        </widget>
+                    </item>
+
+                    <!-- Next button.  -->
+                    <item>
+                        <widget class="QPushButton" name="nextButton">
+                            <property name="text">
+                                <string>Next</string>
+                            </property>
+
+                            <property name="icon">
+                                <iconset theme="go-next" />
+                            </property>
+                        </widget>
+                    </item>
+
+                    <!-- Close button - dialog button box. -->
+                    <item>
+                        <widget class="QDialogButtonBox" name="dialogButtonBox">
+                            <property name="standardButtons">
+                                <set>QDialogButtonBox::Close</set>
+                            </property>
+                        </widget>
+                    </item>
+                </layout>
             </item>
         </layout>
     </widget>