Warning, /office/skrooge/skgbasegui/skgtablewithgraph.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>skgtablewithgraph_base</class>
0009  <widget class="QWidget" name="skgtablewithgraph_base">
0010   <property name="geometry">
0011    <rect>
0012     <x>0</x>
0013     <y>0</y>
0014     <width>413</width>
0015     <height>273</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="QWidget" name="kToolbar" native="true">
0036      <property name="sizePolicy">
0037       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0038        <horstretch>0</horstretch>
0039        <verstretch>0</verstretch>
0040       </sizepolicy>
0041      </property>
0042      <layout class="QHBoxLayout" name="horizontalLayout_2">
0043       <property name="spacing">
0044        <number>2</number>
0045       </property>
0046       <property name="leftMargin">
0047        <number>0</number>
0048       </property>
0049       <property name="topMargin">
0050        <number>0</number>
0051       </property>
0052       <property name="rightMargin">
0053        <number>0</number>
0054       </property>
0055       <property name="bottomMargin">
0056        <number>0</number>
0057       </property>
0058       <item>
0059        <widget class="SKGShow" name="kShow"/>
0060       </item>
0061       <item>
0062        <spacer name="horizontalSpacer_2">
0063         <property name="orientation">
0064          <enum>Qt::Horizontal</enum>
0065         </property>
0066         <property name="sizeHint" stdset="0">
0067          <size>
0068           <width>271</width>
0069           <height>20</height>
0070          </size>
0071         </property>
0072        </spacer>
0073       </item>
0074       <item>
0075        <widget class="QLineEdit" name="kFilterEdit">
0076         <property name="sizePolicy">
0077          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0078           <horstretch>0</horstretch>
0079           <verstretch>0</verstretch>
0080          </sizepolicy>
0081         </property>
0082         <property name="minimumSize">
0083          <size>
0084           <width>200</width>
0085           <height>0</height>
0086          </size>
0087         </property>
0088         <property name="maximumSize">
0089          <size>
0090           <width>200</width>
0091           <height>16777215</height>
0092          </size>
0093         </property>
0094         <property name="toolTip">
0095          <string>Filter</string>
0096         </property>
0097         <property name="statusTip">
0098          <string>Filter</string>
0099         </property>
0100         <property name="showClearButton" stdset="0">
0101          <bool>true</bool>
0102         </property>
0103        </widget>
0104       </item>
0105      </layout>
0106     </widget>
0107    </item>
0108    <item>
0109     <widget class="QSplitter" name="splitter">
0110      <property name="orientation">
0111       <enum>Qt::Horizontal</enum>
0112      </property>
0113      <widget class="SKGTableWidget" name="kTable">
0114       <property name="sizePolicy">
0115        <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0116         <horstretch>0</horstretch>
0117         <verstretch>0</verstretch>
0118        </sizepolicy>
0119       </property>
0120       <property name="editTriggers">
0121        <set>QAbstractItemView::NoEditTriggers</set>
0122       </property>
0123       <property name="alternatingRowColors">
0124        <bool>true</bool>
0125       </property>
0126       <property name="selectionMode">
0127        <enum>QAbstractItemView::ExtendedSelection</enum>
0128       </property>
0129       <property name="showGrid">
0130        <bool>false</bool>
0131       </property>
0132       <property name="sortingEnabled">
0133        <bool>false</bool>
0134       </property>
0135      </widget>
0136      <widget class="SKGGraphicsView" name="graphicView">
0137       <property name="sizePolicy">
0138        <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0139         <horstretch>0</horstretch>
0140         <verstretch>0</verstretch>
0141        </sizepolicy>
0142       </property>
0143      </widget>
0144     </widget>
0145    </item>
0146    <item>
0147     <widget class="SKGWebView" name="kTextEdit">
0148      <property name="sizePolicy">
0149       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0150        <horstretch>0</horstretch>
0151        <verstretch>0</verstretch>
0152       </sizepolicy>
0153      </property>
0154     </widget>
0155    </item>
0156   </layout>
0157  </widget>
0158  <customwidgets>
0159   <customwidget>
0160    <class>SKGGraphicsView</class>
0161    <extends>QWidget</extends>
0162    <header>skggraphicsview.h</header>
0163   </customwidget>
0164   <customwidget>
0165    <class>SKGShow</class>
0166    <extends>QToolButton</extends>
0167    <header>skgshow.h</header>
0168   </customwidget>
0169   <customwidget>
0170    <class>SKGTableWidget</class>
0171    <extends>QTableWidget</extends>
0172    <header>skgtablewidget.h</header>
0173   </customwidget>
0174   <customwidget>
0175    <class>SKGWebView</class>
0176    <header>skgwebview.h</header>
0177   </customwidget>
0178  </customwidgets>
0179  <tabstops>
0180   <tabstop>kShow</tabstop>
0181   <tabstop>kFilterEdit</tabstop>
0182   <tabstop>kTable</tabstop>
0183   <tabstop>kTextEdit</tabstop>
0184  </tabstops>
0185  <resources/>
0186  <connections/>
0187  <slots>
0188   <slot>onOneLevelLess()</slot>
0189   <slot>onOneLevelMore()</slot>
0190   <slot>onDoubleClick(int,int)</slot>
0191   <slot>onZoomIn()</slot>
0192   <slot>onZoomOut()</slot>
0193   <slot>onZoomOriginal()</slot>
0194   <slot>onPrint()</slot>
0195   <slot>onZoom()</slot>
0196   <slot>onSelectionChanged()</slot>
0197   <slot>onFilterModified()</slot>
0198  </slots>
0199 </ui>