Files
miniCashAll/miniCash/mcaboutme.ui

127 lines
2.8 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>MCAboutMe</class>
<widget class="QDialog" name="MCAboutMe">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>612</width>
<height>393</height>
</rect>
</property>
<property name="windowTitle">
<string>über minCash</string>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>230</x>
<y>320</y>
<width>341</width>
<height>32</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
</widget>
<widget class="QLabel" name="label1">
<property name="geometry">
<rect>
<x>40</x>
<y>30</y>
<width>351</width>
<height>81</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>:/miniCash/images/miniCash.png</pixmap>
</property>
</widget>
<widget class="QLabel" name="label3">
<property name="geometry">
<rect>
<x>60</x>
<y>200</y>
<width>441</width>
<height>101</height>
</rect>
</property>
<property name="text">
<string>Based on Qt 5.15.2(64 bit)
The program is provided AS IS with NO WARRANTY OF ANY KIND,
INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE.</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
<widget class="QLabel" name="label2">
<property name="geometry">
<rect>
<x>60</x>
<y>120</y>
<width>461</width>
<height>71</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;...&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>MCAboutMe</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>MCAboutMe</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>