Files
thehub/hub-qt/transactiondescdialog.ui
T

75 lines
1.7 KiB
XML
Raw Permalink Normal View History

2011-06-10 15:05:51 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TransactionDescDialog</class>
<widget class="QDialog" name="TransactionDescDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>620</width>
<height>250</height>
2011-06-10 15:05:51 +02:00
</rect>
</property>
<property name="windowTitle">
<string>Transaction details</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTextEdit" name="detailText">
<property name="toolTip">
<string>This pane shows a detailed description of the transaction</string>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
2011-06-10 15:05:51 +02:00
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>TransactionDescDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
2014-01-22 09:46:15 +01:00
<x>20</x>
<y>20</y>
2011-06-10 15:05:51 +02:00
</hint>
<hint type="destinationlabel">
2014-01-22 09:46:15 +01:00
<x>20</x>
<y>20</y>
2011-06-10 15:05:51 +02:00
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>TransactionDescDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
2014-01-22 09:46:15 +01:00
<x>20</x>
<y>20</y>
2011-06-10 15:05:51 +02:00
</hint>
<hint type="destinationlabel">
2014-01-22 09:46:15 +01:00
<x>20</x>
<y>20</y>
2011-06-10 15:05:51 +02:00
</hint>
</hints>
</connection>
</connections>
</ui>