Warning, /office/skrooge/plugins/generic/skg_undoredo/skgundoredoplugindockwidget_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>skgundoredoplugindockwidget_base</class>
0009  <widget class="QWidget" name="skgundoredoplugindockwidget_base">
0010   <property name="geometry">
0011    <rect>
0012     <x>0</x>
0013     <y>0</y>
0014     <width>105</width>
0015     <height>104</height>
0016    </rect>
0017   </property>
0018   <layout class="QVBoxLayout" name="verticalLayout">
0019    <property name="spacing">
0020     <number>2</number>
0021    </property>
0022    <property name="leftMargin">
0023     <number>0</number>
0024    </property>
0025    <property name="topMargin">
0026     <number>0</number>
0027    </property>
0028    <property name="rightMargin">
0029     <number>0</number>
0030    </property>
0031    <property name="bottomMargin">
0032     <number>0</number>
0033    </property>
0034    <item>
0035     <widget class="SKGTableView" name="kTransactionList">
0036      <property name="focusPolicy">
0037       <enum>Qt::NoFocus</enum>
0038      </property>
0039      <property name="toolTip">
0040       <string>History of modifications</string>
0041      </property>
0042      <property name="statusTip">
0043       <string>History of modifications</string>
0044      </property>
0045      <property name="frameShape">
0046       <enum>QFrame::NoFrame</enum>
0047      </property>
0048      <property name="selectionMode">
0049       <enum>QAbstractItemView::SingleSelection</enum>
0050      </property>
0051      <property name="selectionBehavior">
0052       <enum>QAbstractItemView::SelectRows</enum>
0053      </property>
0054     </widget>
0055    </item>
0056    <item>
0057     <widget class="QPushButton" name="kClearHistoryBtn">
0058      <property name="focusPolicy">
0059       <enum>Qt::NoFocus</enum>
0060      </property>
0061      <property name="toolTip">
0062       <string>Clear history</string>
0063      </property>
0064      <property name="statusTip">
0065       <string>Clear history</string>
0066      </property>
0067      <property name="text">
0068       <string>Clear history</string>
0069      </property>
0070     </widget>
0071    </item>
0072   </layout>
0073  </widget>
0074  <customwidgets>
0075   <customwidget>
0076    <class>SKGTableView</class>
0077    <extends>SKGTreeView</extends>
0078    <header>skgtableview.h</header>
0079    <container>1</container>
0080   </customwidget>
0081   <customwidget>
0082    <class>SKGTreeView</class>
0083    <extends>QTreeView</extends>
0084    <header>skgtreeview.h</header>
0085    <container>1</container>
0086   </customwidget>
0087  </customwidgets>
0088  <resources/>
0089  <connections/>
0090  <slots>
0091   <slot>onClearHistory()</slot>
0092  </slots>
0093 </ui>