1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <author>
4SPDX-FileCopyrightText: 2021 S. MANKOWSKI stephane@mankowski.fr
5SPDX-FileCopyrightText: 2021 G. DE BURE support@mankowski.fr
6SPDX-License-Identifier: GPL-3.0-or-later
7 </author>
8 <class>skgbookmarkplugindockwidget_base</class>
9 <widget class="QWidget" name="skgbookmarkplugindockwidget_base">
10  <property name="geometry">
11   <rect>
12    <x>0</x>
13    <y>0</y>
14    <width>330</width>
15    <height>215</height>
16   </rect>
17  </property>
18  <layout class="QGridLayout" name="gridLayout">
19   <property name="leftMargin">
20    <number>0</number>
21   </property>
22   <property name="topMargin">
23    <number>0</number>
24   </property>
25   <property name="rightMargin">
26    <number>0</number>
27   </property>
28   <property name="bottomMargin">
29    <number>0</number>
30   </property>
31   <property name="spacing">
32    <number>2</number>
33   </property>
34   <item row="0" column="0">
35    <widget class="QLineEdit" name="kFilterEdit">
36     <property name="focusPolicy">
37      <enum>Qt::WheelFocus</enum>
38     </property>
39     <property name="placeholderText">
40      <string>Search</string>
41     </property>
42     <property name="clearButtonEnabled">
43      <bool>true</bool>
44     </property>
45    </widget>
46   </item>
47   <item row="1" column="0" colspan="2">
48    <widget class="SKGTreeView" name="kBookmarksList">
49     <property name="focusPolicy">
50      <enum>Qt::NoFocus</enum>
51     </property>
52     <property name="toolTip">
53      <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;https://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
54&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
55p, li { white-space: pre-wrap; }
56&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
57&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;this list allows you to open bookmarked pages&lt;/p&gt;
58&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Ctrl&lt;/span&gt; to open in a new page&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
59     </property>
60     <property name="statusTip">
61      <string>this list allows you to open bookmarked pages</string>
62     </property>
63     <property name="frameShape">
64      <enum>QFrame::NoFrame</enum>
65     </property>
66     <property name="lineWidth">
67      <number>0</number>
68     </property>
69     <property name="dragEnabled">
70      <bool>true</bool>
71     </property>
72     <property name="dragDropMode">
73      <enum>QAbstractItemView::DragDrop</enum>
74     </property>
75     <property name="selectionMode">
76      <enum>QAbstractItemView::ExtendedSelection</enum>
77     </property>
78     <property name="iconSize">
79      <size>
80       <width>32</width>
81       <height>32</height>
82      </size>
83     </property>
84     <property name="uniformRowHeights">
85      <bool>true</bool>
86     </property>
87     <property name="animated">
88      <bool>true</bool>
89     </property>
90     <property name="allColumnsShowFocus">
91      <bool>true</bool>
92     </property>
93     <property name="headerHidden">
94      <bool>true</bool>
95     </property>
96     <property name="expandsOnDoubleClick">
97      <bool>false</bool>
98     </property>
99    </widget>
100   </item>
101   <item row="0" column="1">
102    <widget class="QToolButton" name="kTools">
103     <property name="maximumSize">
104      <size>
105       <width>22</width>
106       <height>22</height>
107      </size>
108     </property>
109     <property name="focusPolicy">
110      <enum>Qt::NoFocus</enum>
111     </property>
112     <property name="popupMode">
113      <enum>QToolButton::InstantPopup</enum>
114     </property>
115     <property name="autoRaise">
116      <bool>true</bool>
117     </property>
118    </widget>
119   </item>
120  </layout>
121 </widget>
122 <customwidgets>
123  <customwidget>
124   <class>SKGTreeView</class>
125   <extends>QTreeView</extends>
126   <header>skgtreeview.h</header>
127   <container>1</container>
128  </customwidget>
129 </customwidgets>
130 <tabstops>
131  <tabstop>kFilterEdit</tabstop>
132  <tabstop>kTools</tabstop>
133  <tabstop>kBookmarksList</tabstop>
134 </tabstops>
135 <resources/>
136 <connections/>
137 <slots>
138  <slot>onAddBookmarkGroup()</slot>
139  <slot>onAddBookmark()</slot>
140  <slot>onRemoveBookmark()</slot>
141  <slot>onRenameBookmark()</slot>
142  <slot>onOpenBookmark()</slot>
143  <slot>onBookmarkEditorChanged()</slot>
144  <slot>onBookmarkFilterRegExpChanged()</slot>
145  <slot>onAddAutoStart()</slot>
146 </slots>
147</ui>
148