Warning, /office/skrooge/plugins/generic/skg_bookmark/skgbookmarkplugindockwidget_base.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <author> 0004 SPDX-FileCopyrightText: 2022 S. MANKOWSKI stephane@mankowski.fr 0005 SPDX-FileCopyrightText: 2022 G. DE BURE support@mankowski.fr 0006 SPDX-License-Identifier: GPL-3.0-or-later 0007 </author> 0008 <class>skgbookmarkplugindockwidget_base</class> 0009 <widget class="QWidget" name="skgbookmarkplugindockwidget_base"> 0010 <property name="geometry"> 0011 <rect> 0012 <x>0</x> 0013 <y>0</y> 0014 <width>330</width> 0015 <height>215</height> 0016 </rect> 0017 </property> 0018 <layout class="QGridLayout" name="gridLayout"> 0019 <property name="leftMargin"> 0020 <number>0</number> 0021 </property> 0022 <property name="topMargin"> 0023 <number>0</number> 0024 </property> 0025 <property name="rightMargin"> 0026 <number>0</number> 0027 </property> 0028 <property name="bottomMargin"> 0029 <number>0</number> 0030 </property> 0031 <property name="spacing"> 0032 <number>2</number> 0033 </property> 0034 <item row="0" column="0"> 0035 <widget class="QLineEdit" name="kFilterEdit"> 0036 <property name="focusPolicy"> 0037 <enum>Qt::WheelFocus</enum> 0038 </property> 0039 <property name="placeholderText"> 0040 <string>Search</string> 0041 </property> 0042 <property name="clearButtonEnabled"> 0043 <bool>true</bool> 0044 </property> 0045 </widget> 0046 </item> 0047 <item row="1" column="0" colspan="2"> 0048 <widget class="SKGTreeView" name="kBookmarksList"> 0049 <property name="focusPolicy"> 0050 <enum>Qt::NoFocus</enum> 0051 </property> 0052 <property name="toolTip"> 0053 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "https://www.w3.org/TR/REC-html40/strict.dtd"> 0054 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 0055 p, li { white-space: pre-wrap; } 0056 </style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> 0057 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">this list allows you to open bookmarked pages</p> 0058 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Ctrl</span> to open in a new page</p></body></html></string> 0059 </property> 0060 <property name="statusTip"> 0061 <string>this list allows you to open bookmarked pages</string> 0062 </property> 0063 <property name="frameShape"> 0064 <enum>QFrame::NoFrame</enum> 0065 </property> 0066 <property name="lineWidth"> 0067 <number>0</number> 0068 </property> 0069 <property name="dragEnabled"> 0070 <bool>true</bool> 0071 </property> 0072 <property name="dragDropMode"> 0073 <enum>QAbstractItemView::DragDrop</enum> 0074 </property> 0075 <property name="selectionMode"> 0076 <enum>QAbstractItemView::ExtendedSelection</enum> 0077 </property> 0078 <property name="iconSize"> 0079 <size> 0080 <width>32</width> 0081 <height>32</height> 0082 </size> 0083 </property> 0084 <property name="uniformRowHeights"> 0085 <bool>true</bool> 0086 </property> 0087 <property name="animated"> 0088 <bool>true</bool> 0089 </property> 0090 <property name="allColumnsShowFocus"> 0091 <bool>true</bool> 0092 </property> 0093 <property name="headerHidden"> 0094 <bool>true</bool> 0095 </property> 0096 <property name="expandsOnDoubleClick"> 0097 <bool>false</bool> 0098 </property> 0099 </widget> 0100 </item> 0101 <item row="0" column="1"> 0102 <widget class="QToolButton" name="kTools"> 0103 <property name="maximumSize"> 0104 <size> 0105 <width>22</width> 0106 <height>22</height> 0107 </size> 0108 </property> 0109 <property name="focusPolicy"> 0110 <enum>Qt::NoFocus</enum> 0111 </property> 0112 <property name="popupMode"> 0113 <enum>QToolButton::InstantPopup</enum> 0114 </property> 0115 <property name="autoRaise"> 0116 <bool>true</bool> 0117 </property> 0118 </widget> 0119 </item> 0120 </layout> 0121 </widget> 0122 <customwidgets> 0123 <customwidget> 0124 <class>SKGTreeView</class> 0125 <extends>QTreeView</extends> 0126 <header>skgtreeview.h</header> 0127 <container>1</container> 0128 </customwidget> 0129 </customwidgets> 0130 <tabstops> 0131 <tabstop>kFilterEdit</tabstop> 0132 <tabstop>kTools</tabstop> 0133 <tabstop>kBookmarksList</tabstop> 0134 </tabstops> 0135 <resources/> 0136 <connections/> 0137 <slots> 0138 <slot>onAddBookmarkGroup()</slot> 0139 <slot>onAddBookmark()</slot> 0140 <slot>onRemoveBookmark()</slot> 0141 <slot>onRenameBookmark()</slot> 0142 <slot>onOpenBookmark()</slot> 0143 <slot>onBookmarkEditorChanged()</slot> 0144 <slot>onBookmarkFilterRegExpChanged()</slot> 0145 <slot>onAddAutoStart()</slot> 0146 </slots> 0147 </ui>