Warning, /office/skrooge/skgbasegui/skgmainpanel_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>skgmainpanel_base</class>
0009  <widget class="QMainWindow" name="skgmainpanel_base">
0010   <property name="geometry">
0011    <rect>
0012     <x>0</x>
0013     <y>0</y>
0014     <width>361</width>
0015     <height>335</height>
0016    </rect>
0017   </property>
0018   <property name="windowTitle">
0019    <string>Skrooge</string>
0020   </property>
0021   <widget class="QWidget" name="centralwidget"/>
0022   <widget class="QMenuBar" name="menubar">
0023    <property name="geometry">
0024     <rect>
0025      <x>0</x>
0026      <y>0</y>
0027      <width>361</width>
0028      <height>30</height>
0029     </rect>
0030    </property>
0031   </widget>
0032   <widget class="QStatusBar" name="statusbar"/>
0033   <widget class="QDockWidget" name="kDockContext">
0034    <property name="allowedAreas">
0035     <set>Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>
0036    </property>
0037    <property name="windowTitle">
0038     <string>Pages</string>
0039    </property>
0040    <attribute name="dockWidgetArea">
0041     <number>1</number>
0042    </attribute>
0043    <widget class="QWidget" name="dockWidgetContents">
0044     <layout class="QVBoxLayout" name="verticalLayout">
0045      <property name="spacing">
0046       <number>0</number>
0047      </property>
0048      <property name="leftMargin">
0049       <number>0</number>
0050      </property>
0051      <property name="topMargin">
0052       <number>0</number>
0053      </property>
0054      <property name="rightMargin">
0055       <number>0</number>
0056      </property>
0057      <property name="bottomMargin">
0058       <number>0</number>
0059      </property>
0060      <item>
0061       <widget class="QListWidget" name="kContextList">
0062        <property name="focusPolicy">
0063         <enum>Qt::NoFocus</enum>
0064        </property>
0065        <property name="toolTip">
0066         <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;
0067 &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;
0068 p, li { white-space: pre-wrap; }
0069 &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;
0070 &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 new pages&lt;/p&gt;
0071 &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>
0072        </property>
0073        <property name="statusTip">
0074         <string>this list allows you to open new pages</string>
0075        </property>
0076        <property name="frameShape">
0077         <enum>QFrame::NoFrame</enum>
0078        </property>
0079        <property name="lineWidth">
0080         <number>0</number>
0081        </property>
0082        <property name="alternatingRowColors">
0083         <bool>false</bool>
0084        </property>
0085        <property name="selectionBehavior">
0086         <enum>QAbstractItemView::SelectRows</enum>
0087        </property>
0088        <property name="iconSize">
0089         <size>
0090          <width>32</width>
0091          <height>32</height>
0092         </size>
0093        </property>
0094        <property name="verticalScrollMode">
0095         <enum>QAbstractItemView::ScrollPerPixel</enum>
0096        </property>
0097        <property name="resizeMode">
0098         <enum>QListView::Adjust</enum>
0099        </property>
0100        <property name="uniformItemSizes">
0101         <bool>true</bool>
0102        </property>
0103        <property name="wordWrap">
0104         <bool>true</bool>
0105        </property>
0106       </widget>
0107      </item>
0108     </layout>
0109    </widget>
0110   </widget>
0111   <widget class="QDockWidget" name="kDockMessages">
0112    <property name="windowTitle">
0113     <string>&amp;Messages</string>
0114    </property>
0115    <attribute name="dockWidgetArea">
0116     <number>1</number>
0117    </attribute>
0118    <widget class="QWidget" name="layout">
0119     <layout class="QVBoxLayout" name="verticalLayout_2">
0120      <property name="spacing">
0121       <number>2</number>
0122      </property>
0123      <property name="leftMargin">
0124       <number>0</number>
0125      </property>
0126      <property name="topMargin">
0127       <number>0</number>
0128      </property>
0129      <property name="rightMargin">
0130       <number>0</number>
0131      </property>
0132      <property name="bottomMargin">
0133       <number>0</number>
0134      </property>
0135      <item>
0136       <widget class="QScrollArea" name="kMessagesArea">
0137        <property name="focusPolicy">
0138         <enum>Qt::NoFocus</enum>
0139        </property>
0140        <property name="frameShape">
0141         <enum>QFrame::NoFrame</enum>
0142        </property>
0143        <property name="widgetResizable">
0144         <bool>true</bool>
0145        </property>
0146        <widget class="QWidget" name="kMessagesLayout">
0147         <property name="geometry">
0148          <rect>
0149           <x>0</x>
0150           <y>0</y>
0151           <width>256</width>
0152           <height>72</height>
0153          </rect>
0154         </property>
0155         <layout class="QVBoxLayout" name="verticalLayout_3">
0156          <property name="spacing">
0157           <number>2</number>
0158          </property>
0159          <property name="leftMargin">
0160           <number>0</number>
0161          </property>
0162          <property name="topMargin">
0163           <number>0</number>
0164          </property>
0165          <property name="rightMargin">
0166           <number>0</number>
0167          </property>
0168          <property name="bottomMargin">
0169           <number>0</number>
0170          </property>
0171          <item>
0172           <spacer name="verticalSpacer">
0173            <property name="orientation">
0174             <enum>Qt::Vertical</enum>
0175            </property>
0176            <property name="sizeHint" stdset="0">
0177             <size>
0178              <width>20</width>
0179              <height>40</height>
0180             </size>
0181            </property>
0182           </spacer>
0183          </item>
0184         </layout>
0185        </widget>
0186       </widget>
0187      </item>
0188      <item>
0189       <widget class="QPushButton" name="kClearMessageBtn">
0190        <property name="focusPolicy">
0191         <enum>Qt::NoFocus</enum>
0192        </property>
0193        <property name="toolTip">
0194         <string>Clear all messages</string>
0195        </property>
0196        <property name="statusTip">
0197         <string>Clear all messages</string>
0198        </property>
0199        <property name="text">
0200         <string>Clear messages</string>
0201        </property>
0202       </widget>
0203      </item>
0204     </layout>
0205    </widget>
0206   </widget>
0207  </widget>
0208  <tabstops>
0209   <tabstop>kContextList</tabstop>
0210  </tabstops>
0211  <resources/>
0212  <connections/>
0213  <slots>
0214   <slot>onAddBookmark()</slot>
0215   <slot>onRemoveBookmark()</slot>
0216   <slot>onBookmarkSelectionChanged()</slot>
0217   <slot>onAddBookmarkGroup()</slot>
0218   <slot>onRenameBookmark()</slot>
0219   <slot>onBookmarkEditorChanged()</slot>
0220   <slot>onBookmarkFilterRegExpChanged()</slot>
0221  </slots>
0222 </ui>