Files
miniCashAll/miniCashConnect/mcceditview.ui

148 lines
3.7 KiB
Plaintext
Raw Normal View History

2025-08-05 22:37:51 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MCCEditView</class>
<widget class="QWidget" name="MCCEditView">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1054</width>
<height>605</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="MCTreeView" name="_trList">
<property name="font">
<font>
<family>Lucida Sans Typewriter</family>
<bold>true</bold>
</font>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="_searchFrame" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>32</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background: lightGray</string>
</property>
<widget class="QLabel" name="_searchlabel">
<property name="geometry">
<rect>
<x>625</x>
<y>2</y>
<width>86</width>
<height>29</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Suchbegriff:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
</widget>
<widget class="QPushButton" name="_startSearch">
<property name="geometry">
<rect>
<x>920</x>
<y>2</y>
<width>93</width>
<height>29</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
<bold>true</bold>
</font>
</property>
<property name="toolTip">
<string>Kassendatei durchsuchen</string>
</property>
<property name="text">
<string>Suchen</string>
</property>
<property name="icon">
<iconset>
<normaloff>:/myresource/images/package_editors.png</normaloff>:/myresource/images/package_editors.png</iconset>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</widget>
<widget class="QLineEdit" name="_searchString">
<property name="geometry">
<rect>
<x>718</x>
<y>4</y>
<width>195</width>
<height>26</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">background: white</string>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>MCTreeView</class>
<extends>QTreeView</extends>
<header location="global">mctreeview.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>